diff --git a/Cargo.lock b/Cargo.lock index 4cde6ca4..fcd09bc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2037,9 +2037,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.10.0" +version = "3.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", "fastrand", diff --git a/samply/Cargo.toml b/samply/Cargo.toml index 41c54294..35bad0ef 100644 --- a/samply/Cargo.toml +++ b/samply/Cargo.toml @@ -30,7 +30,7 @@ memchr = "2.4.1" memmap2 = "0.9.4" serde_json = "1.0.114" thiserror = "1.0.57" -tempfile = "3.4.0" +tempfile = "3.10.1" uuid = "1.0.0" percent-encoding = "2.1.0" libc = "0.2.71" diff --git a/tools/benchmarks/Cargo.toml b/tools/benchmarks/Cargo.toml index 313240cc..0dce1492 100644 --- a/tools/benchmarks/Cargo.toml +++ b/tools/benchmarks/Cargo.toml @@ -14,7 +14,7 @@ reqwest = { version = "0.11.6", default-features = false, features = [ "blocking" ] } anyhow = "1.0.80" -tempfile = "3.4.0" +tempfile = "3.10.1" futures = "0.3.5" cab = "0.5.0" flate2 = "1.0.14"