Skip to content

Commit

Permalink
Merge pull request #256 from cea-sec/dependabot/cargo/tempfile-3.6.0
Browse files Browse the repository at this point in the history
build(deps): bump tempfile from 3.5.0 to 3.6.0
  • Loading branch information
losynix committed Jun 10, 2023
2 parents 6439ed0 + 2bc9ad9 commit 6bb894d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 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 @@ -16,7 +16,7 @@ log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tar = "0.4"
tempfile = "3.5"
tempfile = "3.6"
uuid = { version = "1.3", features = ["v4"] }

[features]
Expand Down
2 changes: 1 addition & 1 deletion usbsas-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10"
systemstat = "0.2"
tempfile = "3.5"
tempfile = "3.6"
time = "0.3"
toml = "0.7"
uname = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion usbsas-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fuse_mt = { version = "0.6", optional = true }
indicatif = { version = "0.17", optional = true }
libc = { version = "0.2", optional = true }
log = "0.4"
tempfile = { version = "3.5", optional = true }
tempfile = { version = "3.6", optional = true }
serde_json = { version = "1.0", optional = true}
thiserror = "1.0"
time = { version = "0.3", optional = true }
Expand Down

0 comments on commit 6bb894d

Please sign in to comment.