We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c477d5 commit 120c2b1Copy full SHA for 120c2b1
collector/Cargo.toml
@@ -44,6 +44,7 @@ inquire = "0.7.5"
44
45
benchlib = { path = "benchlib" }
46
database = { path = "../database" }
47
+uuid = { version = "1.16.0", features = ["v4"] }
48
49
[target.'cfg(windows)'.dependencies]
50
miow = "0.3"
database/Cargo.toml
@@ -26,7 +26,7 @@ csv = "1"
26
x509-cert = { version = "0.2.5", features = ["pem"] }
27
28
intern = { path = "../intern" }
29
-uuid = "1.16.0"
30
31
[dev-dependencies]
32
uuid = { version = "1.16.0", features = ["v4"] }
0 commit comments