Skip to content

Commit

Permalink
Merge pull request #375 from cea-sec/dependabot/cargo/tempfile-3.12.0
Browse files Browse the repository at this point in the history
Bump tempfile from 3.11.0 to 3.12.0
  • Loading branch information
losynix authored Aug 20, 2024
2 parents d35c175 + 4371fff commit 733ae28
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 12 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.11"
tempfile = "3.12"
uuid = { version = "1.10", 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.29", optional = true, features = ["user"] }
tempfile = { version = "3.11", optional = true }
tempfile = { version = "3.12", optional = true }
serde_json = { version = "1.0", optional = true}
thiserror = "1.0"
time = { version = "0.3", optional = true }
Expand Down

0 comments on commit 733ae28

Please sign in to comment.