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 9b52fa4 commit 7ef014bCopy full SHA for 7ef014b
Cargo.toml
@@ -43,7 +43,7 @@ hex = { version = "0.4", optional = true }
43
hmac = { version = "0.12", optional = true }
44
json-patch = { version = ">=0.2.3, <3.1.0", optional = true, default-features = false }
45
md-5 = { version = "0.10", optional = true }
46
-rand = { version = "0.8", optional = true }
+rand = { version = "0.9", optional = true }
47
semver = { version = "1", optional = true }
48
sha1 = { version = "0.10", optional = true }
49
sha2 = { version = "0.10", optional = true }
0 commit comments