1
0
mirror of https://github.com/containers/youki synced 2024-11-22 17:02:00 +01:00

Merge pull request #2871 from containers/dependabot/cargo/tempfile-3.11.0

Bump tempfile from 3.10.1 to 3.11.0
This commit is contained in:
Yashodhan 2024-08-05 10:40:59 +05:30 committed by GitHub
commit 3f8fdd3cf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
Cargo.lock generated

@ -3867,12 +3867,13 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
[[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",
"once_cell",
"rustix",
"windows-sys 0.52.0",
]