Skip to content

Commit 601a0cb

Browse files
Bump tempfile from 3.19.1 to 3.20.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.19.1 to 3.20.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.19.1...v3.20.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2bc4a4 commit 601a0cb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samply/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ memchr = "2.7.2"
3030
memmap2 = "0.9.4"
3131
serde_json = "1"
3232
thiserror = "2"
33-
tempfile = "3.13"
33+
tempfile = "3.20"
3434
uuid = { version = "1.11", features = ["v4"] }
3535
percent-encoding = "2.1.0"
3636
libc = "0.2"

tools/benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ reqwest = { version = "0.12", default-features = false, features = [
1515
"blocking"
1616
] }
1717
anyhow = "1"
18-
tempfile = "3.10.1"
18+
tempfile = "3.20.0"
1919
futures = "0.3.5"
2020
cab = "0.6.0"
2121
flate2 = "1.0"

0 commit comments

Comments
 (0)