Fixing test indeterminacy

This commit is contained in:
Dave Hrycyszyn
2024-06-13 11:34:41 +01:00
parent 7bb672f4b8
commit 481b041554
3 changed files with 42 additions and 23 deletions

10
Cargo.lock generated
View File

@@ -2065,6 +2065,7 @@ dependencies = [
"tracing",
"tracing-subscriber",
"url",
"uuid",
]
[[package]]
@@ -2527,6 +2528,15 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "uuid"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
dependencies = [
"getrandom 0.2.15",
]
[[package]]
name = "valuable"
version = "0.1.0"