Skip to content

Commit

Permalink
Merge pull request #329 from cea-sec/dependabot/cargo/tempfile-3.10.0
Browse files Browse the repository at this point in the history
build(deps): bump tempfile from 3.9.0 to 3.10.0
  • Loading branch information
losynix authored Feb 6, 2024
2 parents e683d8c + 8cd7885 commit 4f9088f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 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 usbsas-analyzer-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tar = "0.4"
tempfile = "3.9"
tempfile = "3.10"
uuid = { version = "1.7", features = ["v4"] }

[features]
Expand Down
2 changes: 1 addition & 1 deletion usbsas-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ indicatif = { version = "0.17", optional = true }
libc = { version = "0.2", optional = true }
log = "0.4"
nix = { version = "0.27", optional = true, features = ["user"] }
tempfile = { version = "3.9", optional = true }
tempfile = { version = "3.10", optional = true }
serde_json = { version = "1.0", optional = true}
thiserror = "1.0"
time = { version = "0.3", optional = true }
Expand Down

0 comments on commit 4f9088f

Please sign in to comment.