Skip to content

Commit 0cb6bc0

Browse files
fix(deps): bump tempfile from 3.15.0 to 3.18.0 (#757)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.15.0 to 3.18.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.15.0...v3.18.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 585d8e0 commit 0cb6bc0

File tree

3 files changed

+72
-23
lines changed

3 files changed

+72
-23
lines changed

Cargo.lock

Lines changed: 70 additions & 21 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
@@ -132,7 +132,7 @@ similar = "2.6.0"
132132
strum = { version = "0.26.3", features = ["derive"] }
133133
sysinfo = "0.32.0"
134134
thiserror = "2.0.12"
135-
tempfile = "3.10.1"
135+
tempfile = "3.18.0"
136136
time = { version = "0.3.39", features = [
137137
"parsing",
138138
"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.18.0"
139139

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

0 commit comments

Comments
 (0)