Skip to content

Commit 5346a14

Browse files
chore(deps): Bump tempfile from 3.20.0 to 3.21.0 (#1380)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.20.0 to 3.21.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.21.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 2ebbf18 commit 5346a14

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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
@@ -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.20"
46+
tempfile = "^3.21"
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)