diff --git a/Cargo.lock b/Cargo.lock index 8c785746be9..2a5ca0f62be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2879,13 +2879,13 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.2.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" +checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" dependencies = [ "cfg-if 1.0.0", + "fastrand", "libc", - "rand 0.8.4", "redox_syscall", "remove_dir_all", "winapi", diff --git a/Cargo.toml b/Cargo.toml index e797a500de3..9087dcb5a7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ sha2 = "=0.10.1" spdx = "=0.8.0" swirl = { git = "https://github.com/sgrif/swirl.git", rev = "e87cf37" } tar = "=0.4.38" -tempfile = "=3.2.0" +tempfile = "=3.3.0" thiserror = "=1.0.30" tokio = { version = "=1.15.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]} toml = "=0.5.8"