Skip to content

Commit f6dfde7

Browse files
fix(deps): bump tempfile from 3.15.0 to 3.16.0
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] <[email protected]>
1 parent 7fd7589 commit f6dfde7

File tree

3 files changed

+35
-5
lines changed

3 files changed

+35
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ sha2 = "0.10.6"
128128
strum = { version = "0.26.3", features = ["derive"] }
129129
sysinfo = "0.32.0"
130130
thiserror = "2.0.3"
131-
tempfile = "3.10.1"
131+
tempfile = "3.16.0"
132132
time = { version = "0.3.34", features = [
133133
"parsing",
134134
"formatting",

crates/zbus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ tracing-subscriber = { version = "0.3.19", features = [
135135
"fmt",
136136
"ansi",
137137
], default-features = false }
138-
tempfile = "3.10.1"
138+
tempfile = "3.16.0"
139139

140140
[package.metadata.docs.rs]
141141
all-features = true

0 commit comments

Comments
 (0)