Merge pull request #28306 from ProvableHQ/dependabot/cargo/mainnet/tempfile-3.11.0

Bump tempfile from 3.10.1 to 3.11.0
This commit is contained in:
d0cd 2024-08-06 09:11:39 -04:00 committed by GitHub
commit ae8afae9e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 4 deletions

5
Cargo.lock generated
View File

@ -3883,12 +3883,13 @@ dependencies = [
[[package]]
name = "tempfile"
version = "3.10.1"
version = "3.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
checksum = "b8fcd239983515c23a32fb82099f97d0b11b8c72f654ed659363a95c3dad7a53"
dependencies = [
"cfg-if",
"fastrand 2.1.0",
"once_cell",
"rustix",
"windows-sys 0.52.0",
]

View File

@ -85,7 +85,7 @@ features = [ "derive" ]
version = "0.8.25"
[dev-dependencies.tempfile]
version = "3.10"
version = "3.11"
[features]
default = [ ]

View File

@ -63,7 +63,7 @@ version = "3.1.1"
version = "0.10.8"
[dependencies.tempfile]
version = "3.10.1"
version = "3.11.0"
[dependencies.toml]
version = "0.8.19"