Skip to content

Commit

Permalink
Merge branch 'main' into better-match-info
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin5605 authored Aug 11, 2024
2 parents 4fb0d90 + ad97d48 commit 90c663d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
21 changes: 11 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ once_cell = "1.19.0"
parking_lot = "0.12.3"
reqwest = { version = "0.12.4", features = ["blocking", "json", "gzip"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.120"
serde_json = "1.0.121"
tar = "0.4.40"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
yara = "0.27.0"
yara-sys = { version = "0.27.0", features = ["yara-static"] }
zip = "2.1.1"
zip = "2.1.6"

[profile.release]
strip = true
Expand Down

0 comments on commit 90c663d

Please sign in to comment.