Skip to content

Commit b33bf7e

Browse files
chore(deps): Bump tempfile from 3.23.0 to 3.24.0 (#1587)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.23.0 to 3.24.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.23.0...v3.24.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.24.0 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 ccc8a5d commit b33bf7e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 9 additions & 9 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.23"
47+
tempfile = "^3.24"
4848
tokio = { version = "^1.48", 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)