Skip to content

Commit ef97433

Browse files
chore(deps): bump tempfile from 3.18.0 to 3.19.0 in /code (#925)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.18.0 to 3.19.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.18.0...v3.19.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8efe180 commit ef97433

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

code/Cargo.lock

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ serde_json = "1.0"
156156
serde_with = "3.9"
157157
sha3 = "0.10"
158158
signature = "2.2.0"
159-
tempfile = "3.15.0"
159+
tempfile = "3.19.0"
160160
testdir = "0.9.1"
161161
thiserror = { version = "2.0", default-features = false }
162162
tikv-jemallocator = "0.6.0"

code/crates/starknet/test/mbt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ bytes = { workspace = true }
2222

2323

2424
[dev-dependencies]
25-
tempfile = { version = "3.15.0" }
25+
tempfile = { version = "3.19.0" }

code/crates/test/mbt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ pretty_assertions = { workspace = true }
3030
multihash = { workspace = true }
3131

3232
[dev-dependencies]
33-
tempfile = { version = "3.15.0" }
33+
tempfile = { version = "3.19.0" }

code/crates/wal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ lz4_flex = { version = "0.11.0", optional = true }
3232
criterion = "0.5.1"
3333
nix = { version = "0.29.0", features = ["signal"] }
3434
rand = "0.8.5"
35-
tempfile = "3.15.0"
35+
tempfile = "3.19.0"
3636
testdir = "0.9.1"

0 commit comments

Comments
 (0)