Skip to content

Commit

Permalink
chore: update tempfile dev dependency to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vthib committed Feb 16, 2024
1 parent 89224d8 commit 1d6ea59
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 30 deletions.
34 changes: 9 additions & 25 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 @@ -45,5 +45,5 @@ walkdir = "2.4"
[dev-dependencies]
# Testing for the CLI
assert_cmd = "2.0"
tempfile = "3.8"
tempfile = "3.10"
predicates = { version = "3.0", default-features = false, features = ["regex"] }
2 changes: 1 addition & 1 deletion boreal-test-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publish = false

[dependencies]
memmap2 = "0.9"
tempfile = "3.8"
tempfile = "3.10"
2 changes: 1 addition & 1 deletion boreal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ windows = { version = "0.52", optional = true, features = [
[dev-dependencies]
base64 = "0.21"
glob = "0.3.1"
tempfile = "3.9"
tempfile = "3.10"
yara = { version = "0.26", features = ["vendored"] }

[package.metadata.docs.rs]
Expand Down
3 changes: 1 addition & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ deny = [
]
# Certain crates/versions that will be skipped when doing duplicate detection.
skip = [
# pulled by tempfile => redox_syscall
{ name = "bitflags", version = "1.3" },
# { name = "bitflags", version = "1.3" },
]
# Similarly to `skip` allows you to skip certain crates during duplicate
# detection. Unlike skip, it also includes the entire tree of transitive
Expand Down

0 comments on commit 1d6ea59

Please sign in to comment.