Skip to content

Commit 3727453

Browse files
authored
Merge pull request #148 from Tuntii/dependabot/cargo/tempfile-3.26.0
Bump tempfile from 3.24.0 to 3.26.0
2 parents feba74b + 704cb35 commit 3727453

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
@@ -81,7 +81,7 @@ tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
8181
proptest = "1.4"
8282
rustapi-core = { workspace = true, features = ["test-utils"] }
8383
rustapi-testing = { workspace = true }
84-
tempfile = "3.10"
84+
tempfile = "3.26"
8585
serial_test = "3.2"
8686

8787
[features]

0 commit comments

Comments
 (0)