Skip to content

Commit 41682cf

Browse files
chore(deps): Bump tempfile from 3.22.0 to 3.23.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.22.0 to 3.23.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.22.0...v3.23.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49f6494 commit 41682cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ serde_json = "^1.0"
4444
serde_bytes = "^0.11"
4545
strip-ansi-escapes = "^0.2"
4646
structable = { version = "^0.3" }
47-
tempfile = "^3.22"
47+
tempfile = "^3.23"
4848
tokio = { version = "^1.47", features = ["fs", "macros", "net", "sync", "rt-multi-thread", "io-std", "signal"]}
4949
tokio-util = { version="^0.7", features = ["io", "compat"]}
5050
thiserror = { version = "^2.0" }

0 commit comments

Comments
 (0)