You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jubjub = { package = "nam-jubjub", version = "0.10.1-nam.0" }
28
26
lazy_static = "1"
29
27
minreq = { version = "2.11.0", features = ["https"], optional = true }
30
28
rand_core = "0.6"
@@ -33,19 +31,19 @@ tracing = "0.1"
33
31
# Dependencies used internally:
34
32
# (Breaking upgrades to these are usually backwards-compatible, but check MSRVs.)
35
33
blake2b_simd = "1"
36
-
directories = { version = "4", optional = true }
34
+
directories = { version = "5.0", optional = true }
37
35
# This pulls the reddsa library that contains hardcoded personalizations and basepoints. If you need to work on a new project consider forking `reddsa`, modifying it to your needs and patching it in the root manifest
38
-
redjubjub = "0.7"
36
+
redjubjub = {package = "nam-redjubjub", version = "0.7.1-nam.0" }
39
37
getrandom = { version = "0.2" }
40
-
itertools = "0.11"
38
+
itertools = "0.14"
41
39
42
40
[dev-dependencies]
43
41
byteorder = "1"
44
-
criterion = "0.4"
42
+
criterion = "0.5"
45
43
rand_xorshift = "0.3"
46
44
47
45
[target.'cfg(unix)'.dev-dependencies]
48
-
pprof = { version = "0.11", features = ["criterion", "flamegraph"] }# MSRV 1.56
46
+
pprof = { version = "0.14", features = ["criterion", "flamegraph"] }
0 commit comments