|
@@ -458,6 +458,15 @@ version = "0.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "fastrand"
|
|
|
+version = "1.6.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2"
|
|
|
+dependencies = [
|
|
|
+ "instant",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "fnv"
|
|
|
version = "1.0.7"
|
|
@@ -1725,13 +1734,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",
|
|
|
+ "fastrand",
|
|
|
"libc",
|
|
|
- "rand",
|
|
|
"redox_syscall",
|
|
|
"remove_dir_all",
|
|
|
"winapi",
|