Skip to content

Commit

Permalink
Bump tempfile from 3.14.0 to 3.15.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.14.0 to 3.15.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.14.0...v3.15.0)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent 6024187 commit ce3795d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 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.14"
tempfile = "3.15"
uuid = { version = "1.11", 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.14", optional = true }
tempfile = { version = "3.15", optional = true }
serde_json = { version = "1.0", optional = true}
thiserror = "2.0"
time = { version = "0.3", optional = true }
Expand Down

0 comments on commit ce3795d

Please sign in to comment.