Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent f308fa0 commit 17eb733
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 12 deletions.
50 changes: 40 additions & 10 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 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 = "2"
tempfile = "3.13"
tempfile = "3.16"
uuid = { version = "1.11", features = ["v4"] }
percent-encoding = "2.1.0"
libc = "0.2"
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"
tempfile = "3.10.1"
tempfile = "3.16.0"
futures = "0.3.5"
cab = "0.6.0"
flate2 = "1.0"
Expand Down

0 comments on commit 17eb733

Please sign in to comment.