1
0
mirror of https://github.com/containers/netavark.git synced 2026-02-05 06:45:56 +01:00

chore(deps): update rust crate tempfile to 3.23.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-23 06:06:47 +00:00
committed by GitHub
parent 1d83bba7ee
commit 80ff3a5a34
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2259,9 +2259,9 @@ dependencies = [
[[package]]
name = "tempfile"
version = "3.22.0"
version = "3.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53"
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
dependencies = [
"fastrand",
"getrandom 0.3.3",

View File

@@ -70,4 +70,4 @@ tonic-prost-build = "0.14.2"
[dev-dependencies]
once_cell = "1.21.3"
rand = "0.9.2"
tempfile = "3.22.0"
tempfile = "3.23.0"