Skip to content

Commit 9a9fe62

Browse files
dependabot[bot]coriolinus
authored andcommitted
build(deps): bump tempfile from 3.24.0 to 3.25.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.24.0 to 3.25.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.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d743f48 commit 9a9fe62

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.

crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ serde-wasm-bindgen = "0.6"
9292
[dev-dependencies]
9393
itertools.workspace = true
9494
uuid = { workspace = true, features = ["v4", "v5", "js"] }
95-
tempfile = "3.24"
95+
tempfile = "3.25"
9696
wasm-bindgen = "0.2"
9797
wasm-bindgen-futures = "0.4"
9898
js-sys = "0.3"

interop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const_format.workspace = true
3131
rand.workspace = true
3232
bitflags.workspace = true
3333
uuid = { workspace = true, features = ["v4"] }
34-
tempfile = { version = "3.24" }
34+
tempfile = { version = "3.25" }
3535
spinoff = { version = "0.8", features = [
3636
"aesthetic",
3737
], default-features = false }

keystore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ proteus-wasm = { workspace = true }
9696
[target.'cfg(not(target_family = "wasm"))'.dev-dependencies]
9797
smol-macros.workspace = true
9898
macro_rules_attribute.workspace = true
99-
tempfile = "3.24.0"
99+
tempfile = "3.25.0"
100100
smol.workspace = true
101101

102102
[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.criterion]

0 commit comments

Comments
 (0)