Skip to content

Commit

Permalink
Update Rust crate tempfile to v3.11.0 (#9215)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent b4fb798 commit 112524b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ serde_json = "=1.0.122"
sha2 = "=0.10.8"
spdx = "=0.10.6"
tar = "=0.4.41"
tempfile = "=3.10.1"
tempfile = "=3.11.0"
thiserror = "=1.0.63"
tokio = { version = "=1.39.2", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
tokio-postgres = "=0.7.11"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ git2 = "=0.19.0"
secrecy = "=0.8.0"
serde = { version = "=1.0.204", features = ["derive"] }
serde_json = "=1.0.122"
tempfile = "=3.10.1"
tempfile = "=3.11.0"
tracing = "=0.1.40"
url = "=2.5.2"

Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_smoke_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ secrecy = "=0.8.0"
semver = { version = "=1.0.23", features = ["serde"] }
serde = { version = "=1.0.204", features = ["derive"] }
serde_json = "=1.0.122"
tempfile = "=3.10.1"
tempfile = "=3.11.0"
thiserror = "=1.0.63"
tokio = { version = "=1.39.2", features = ["fs", "macros", "process", "rt-multi-thread"]}
tracing = "=0.1.40"
Expand Down

0 comments on commit 112524b

Please sign in to comment.