|
@@ -38,9 +38,9 @@ members = [
|
|
|
|
|
|
|
|
[dependencies]
|
|
[dependencies]
|
|
|
# Hard dependencies
|
|
# Hard dependencies
|
|
|
-libc = "0.2.124"
|
|
|
|
|
-log = "0.4.16"
|
|
|
|
|
-thiserror = "1.0.30"
|
|
|
|
|
|
|
+libc = "0.2.125"
|
|
|
|
|
+log = "0.4.17"
|
|
|
|
|
+thiserror = "1.0.31"
|
|
|
|
|
|
|
|
# async-runtime
|
|
# async-runtime
|
|
|
smol = {version = "1.2.5", optional = true}
|
|
smol = {version = "1.2.5", optional = true}
|
|
@@ -71,8 +71,8 @@ toml = {version = "0.5.9", optional = true}
|
|
|
bytes = {version = "1.1.0", optional = true}
|
|
bytes = {version = "1.1.0", optional = true}
|
|
|
bincode = {version = "1.3.3", optional = true}
|
|
bincode = {version = "1.3.3", optional = true}
|
|
|
num-bigint = {version = "0.4.3", features = ["serde"], optional = true}
|
|
num-bigint = {version = "0.4.3", features = ["serde"], optional = true}
|
|
|
-serde_json = {version = "1.0.79", optional = true}
|
|
|
|
|
-serde = {version = "1.0.136", features = ["derive"], optional = true}
|
|
|
|
|
|
|
+serde_json = {version = "1.0.81", optional = true}
|
|
|
|
|
+serde = {version = "1.0.137", features = ["derive"], optional = true}
|
|
|
structopt = {version= "0.3.26", optional = true}
|
|
structopt = {version= "0.3.26", optional = true}
|
|
|
structopt-toml = {version= "0.5.0", optional = true}
|
|
structopt-toml = {version= "0.5.0", optional = true}
|
|
|
|
|
|
|
@@ -129,7 +129,7 @@ libsqlite3-sys = {version = "0.24.2", features = ["bundled-sqlcipher"], optiona
|
|
|
sled = {version = "0.34.7", optional = true}
|
|
sled = {version = "0.34.7", optional = true}
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
[dev-dependencies]
|
|
|
-clap = {version = "3.1.12", features = ["derive"]}
|
|
|
|
|
|
|
+clap = {version = "3.1.18", features = ["derive"]}
|
|
|
|
|
|
|
|
[features]
|
|
[features]
|
|
|
async-runtime = [
|
|
async-runtime = [
|