Skip to content

Commit b4f8488

Browse files
chore(deps): Bump tempfile from 3.21.0 to 3.22.0 (#1423)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.21.0 to 3.22.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.21.0...v3.22.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9445a9 commit b4f8488

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
@@ -43,7 +43,7 @@ serde_json = "^1.0"
4343
serde_bytes = "^0.11"
4444
strip-ansi-escapes = "^0.2"
4545
structable = { version = "^0.3" }
46-
tempfile = "^3.21"
46+
tempfile = "^3.22"
4747
tokio = { version = "^1.47", features = ["fs", "macros", "net", "sync", "rt-multi-thread", "io-std", "signal"]}
4848
tokio-util = { version="^0.7", features = ["io", "compat"]}
4949
thiserror = { version = "^2.0" }

0 commit comments

Comments
 (0)