Skip to content

Commit

Permalink
chore: update dependencies (#46)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* back out upgrades to yara

* update deny.toml to indicate the crates that dependencies import duplicate versions

---------

Co-authored-by: Brian Caswell <[email protected]>
  • Loading branch information
demoray and Brian Caswell committed Jul 6, 2023
1 parent f806a12 commit ba819fe
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 67 deletions.
136 changes: 82 additions & 54 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ edition = "2021"

[dev-dependencies]
boreal = { path = "../boreal", version = "*", features = ["authenticode"] }
criterion = "0.4"
glob = "0.3.0"
criterion = "0.5"
glob = "0.3.1"
walkdir = "2.3"
yara = { version = "0.19", features = ["vendored"] }

# Only needed in tests because Mutex::new is not const
# in 1.62 MSRV. Can be remove once MSRV is bumped above it.
once_cell = "1.16"
once_cell = "1.18"

[[bench]]
name = "boreal"
Expand Down
4 changes: 2 additions & 2 deletions boreal-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ profiling = ["boreal/profiling"]
boreal = { path = "../boreal", version = "0.2.0" }

# CLI arguments handling
clap = { version = "4.0", features = ["cargo"] }
clap = { version = "4.3", features = ["cargo"] }

# Proper error reporting on parsing
codespan-reporting = "0.11"
Expand All @@ -43,5 +43,5 @@ walkdir = "2.3"
[dev-dependencies]
# Testing for the CLI
assert_cmd = "2.0"
tempfile = "3.5"
tempfile = "3.6"
predicates = { version = "3.0", default-features = false, features = ["regex"] }
Loading

0 comments on commit ba819fe

Please sign in to comment.