Skip to content

Commit

Permalink
chore: update dependencies with minor or major versions
Browse files Browse the repository at this point in the history
Nothing of note
  • Loading branch information
vthib committed Aug 20, 2023
1 parent 8b881f4 commit e18c5f0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion boreal-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ walkdir = "2.3"
[dev-dependencies]
# Testing for the CLI
assert_cmd = "2.0"
tempfile = "3.6"
tempfile = "3.8"
predicates = { version = "3.0", default-features = false, features = ["regex"] }
4 changes: 2 additions & 2 deletions boreal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ hex = { version = "0.4", optional = true }
md-5 = { version = "0.10", optional = true }
sha1 = { version = "0.10", optional = true }
sha2 = { version = "0.10", optional = true }
tlsh2 = { version = "0.2", optional = true }
tlsh2 = { version = "0.3", optional = true }

# "object" feature
object = { version = "0.31", optional = true, default-features = false, features = ["read"] }
Expand All @@ -65,7 +65,7 @@ authenticode-parser = { version = "0.3", optional = true }
[dev-dependencies]
base64 = "0.21"
glob = "0.3.1"
tempfile = "3.7"
tempfile = "3.8"
yara = { version = "0.19", features = ["vendored"] }

# Only needed in tests because Mutex::new is not const
Expand Down

0 comments on commit e18c5f0

Please sign in to comment.