|
|
@@ -54,19 +54,19 @@ members = [
|
|
|
|
|
|
[dependencies]
|
|
|
# Hard dependencies
|
|
|
-libc = "0.2.151"
|
|
|
+libc = "0.2.152"
|
|
|
log = "0.4.20"
|
|
|
-thiserror = "1.0.50"
|
|
|
+thiserror = "1.0.56"
|
|
|
|
|
|
# async-runtime
|
|
|
async-recursion = {version = "1.0.5", optional = true}
|
|
|
-async-trait = {version = "0.1.74", optional = true}
|
|
|
-futures = {version = "0.3.29", optional = true}
|
|
|
+async-trait = {version = "0.1.77", optional = true}
|
|
|
+futures = {version = "0.3.30", optional = true}
|
|
|
smol = {version = "1.3.0", optional = true}
|
|
|
pin-project-lite = {version = "0.2.13", optional = true}
|
|
|
|
|
|
# Networking
|
|
|
-async-rustls = {version = "0.4.1", features = ["dangerous_configuration"], optional = true}
|
|
|
+async-rustls = {version = "0.4.2", features = ["dangerous_configuration"], optional = true}
|
|
|
|
|
|
# Pluggable Transports
|
|
|
socket2 = {version = "0.5.5", features = ["all"], optional = true}
|
|
|
@@ -76,16 +76,16 @@ tor-rtcompat = {version = "0.9.6", features = ["async-std", "rustls"], optional
|
|
|
tor-hscrypto = {version = "0.4.0", optional = true}
|
|
|
|
|
|
# TLS cert utilities
|
|
|
-ed25519-compact = {version = "2.0.4", optional = true}
|
|
|
-rcgen = {version = "0.11.3", optional = true}
|
|
|
+ed25519-compact = {version = "2.0.6", optional = true}
|
|
|
+rcgen = {version = "0.12.0", optional = true}
|
|
|
rustls-pemfile = {version = "2.0.0", optional = true}
|
|
|
x509-parser = {version = "0.15.1", features = ["validate", "verify"], optional = true}
|
|
|
|
|
|
# Encoding
|
|
|
bs58 = {version = "0.5.0", optional = true}
|
|
|
-serde = {version = "1.0.193", features = ["derive"], optional = true}
|
|
|
+serde = {version = "1.0.195", features = ["derive"], optional = true}
|
|
|
tinyjson = {version = "2.5.1", optional = true}
|
|
|
-semver = {version = "1.0.20", optional = true}
|
|
|
+semver = {version = "1.0.21", optional = true}
|
|
|
structopt = {version= "0.3.26", optional = true}
|
|
|
structopt-toml = {version= "0.5.1", optional = true}
|
|
|
toml = {version = "0.8.8", optional = true}
|
|
|
@@ -113,9 +113,9 @@ halo2_gadgets = {version = "0.3.0", features = ["circuit-params"], optional = tr
|
|
|
|
|
|
# Smart contract runtime
|
|
|
darkfi-sdk = {path = "src/sdk", optional = true}
|
|
|
-wasmer = {version = "4.2.4", optional = true}
|
|
|
-wasmer-compiler-singlepass = {version = "4.2.4", optional = true}
|
|
|
-wasmer-middlewares = {version = "4.2.4", optional = true}
|
|
|
+wasmer = {version = "4.2.5", optional = true}
|
|
|
+wasmer-compiler-singlepass = {version = "4.2.5", optional = true}
|
|
|
+wasmer-middlewares = {version = "4.2.5", optional = true}
|
|
|
|
|
|
# Wallet management
|
|
|
rusqlite = {version = "0.30.0", features = ["sqlcipher"], optional = true}
|
|
|
@@ -129,7 +129,7 @@ sled-overlay = {version = "0.0.8", optional = true}
|
|
|
randomx = {git = "https://github.com/darkrenaissance/RandomX", optional = true}
|
|
|
|
|
|
[dev-dependencies]
|
|
|
-clap = {version = "4.4.11", features = ["derive"]}
|
|
|
+clap = {version = "4.4.13", features = ["derive"]}
|
|
|
halo2_proofs = {version = "0.3.0", features = ["dev-graph", "sanity-checks"]}
|
|
|
halo2_gadgets = "0.3.0"
|
|
|
plotters = "0.3.5"
|