Skip to content

Commit e184707

Browse files
fix(deps): 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] <[email protected]>
1 parent 0351318 commit e184707

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 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
@@ -139,7 +139,7 @@ spinners = "4.1.0"
139139
strum = { version = "0.27.1", features = ["derive"] }
140140
sysinfo = "0.33.1"
141141
thiserror = "2.0.12"
142-
tempfile = "3.18.0"
142+
tempfile = "3.20.0"
143143
time = { version = "0.3.39", features = [
144144
"parsing",
145145
"formatting",

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ strip-ansi-escapes = "0.2.1"
128128
strum = { version = "0.27.1", features = ["derive"] }
129129
syntect = "5.2.0"
130130
sysinfo = "0.33.1"
131-
tempfile = "3.18.0"
131+
tempfile = "3.20.0"
132132
thiserror = "2.0.12"
133133
time = { version = "0.3.39", features = [
134134
"parsing",

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.18.0"
138+
tempfile = "3.20.0"
139139

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

0 commit comments

Comments
 (0)