Skip to content

Commit

Permalink
Bump tempfile from 3.10.1 to 3.12.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.10.1 to 3.12.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

---
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 Aug 12, 2024
1 parent 75a8971 commit e9d9e74
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
16 changes: 13 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samply/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ memchr = "2.7.2"
memmap2 = "0.9.4"
serde_json = "1"
thiserror = "1"
tempfile = "3.10.1"
tempfile = "3.12.0"
uuid = { version = "1.10.0", features = ["v4"] }
percent-encoding = "2.1.0"
libc = "0.2.155"
Expand Down Expand Up @@ -64,7 +64,7 @@ mach = "0.3.2"
lazy_static = "1.5.0"
flate2 = "1.0.30"
sysctl = "0.5.4"
tempfile = "3.10.1"
tempfile = "3.12.0"
plist = "1.7.0"

[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tools/benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ reqwest = { version = "0.12", default-features = false, features = [
"blocking"
] }
anyhow = "1.0.86"
tempfile = "3.10.1"
tempfile = "3.12.0"
futures = "0.3.5"
cab = "0.6.0"
flate2 = "1.0.30"
Expand Down

0 comments on commit e9d9e74

Please sign in to comment.