Skip to content

Commit 704cb35

Browse files
Bump tempfile from 3.24.0 to 3.26.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.24.0 to 3.26.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.24.0...v3.26.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d7f8877 commit 704cb35

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cargo-rustapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tracing-subscriber = { workspace = true }
4848
anyhow = "1.0"
4949

5050
[dev-dependencies]
51-
tempfile = "3.10"
51+
tempfile = "3.26"
5252
assert_cmd = "2.0"
5353
predicates = "3.1"
5454

crates/rustapi-extras/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
8080
proptest = "1.4"
8181
rustapi-core = { workspace = true, features = ["test-utils"] }
8282
rustapi-testing = { workspace = true }
83-
tempfile = "3.10"
83+
tempfile = "3.26"
8484
serial_test = "3.2"
8585

8686
[features]

0 commit comments

Comments
 (0)