There was an error while loading. Please reload this page.
1 parent 6ace30c commit 7281de5Copy full SHA for 7281de5
ciphercore-base/Cargo.toml
@@ -16,7 +16,8 @@ ciphercore-utils = { path = "../ciphercore-utils" }
16
pywrapper-macro = { path = "../ciphercore-wrappers/pywrapper-macro", optional = true}
17
serde = { version = "1.0.130", features = ["derive", "rc"] }
18
serde_json = { version = "1.0.94", features = ["arbitrary_precision"] }
19
-typetag = "0.1.7"
+getrandom = { version = "0.2.9", features = ["js"] }
20
+typetag = "0.2.8"
21
petgraph = "0.6.0"
22
maplit = "1.0.2"
23
openssl = "0.10"
0 commit comments