Prechádzať zdrojové kódy

Update crate version dependencies throughout the codebase.

parazyd 4 rokov pred
rodič
commit
c7d0d4ca32

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 350 - 170
Cargo.lock


+ 1 - 1
Cargo.toml

@@ -96,7 +96,7 @@ wasmer-middlewares = {version = "2.2.1", optional = true}
 
 # Wallet management
 sqlx = {version = "0.5.11", features = ["runtime-async-std-native-tls", "sqlite"], optional = true}
-libsqlite3-sys = {version = "0.24.1", features = ["bundled-sqlcipher"],  optional = true }
+libsqlite3-sys = {version = "0.23.2", features = ["bundled-sqlcipher"],  optional = true }
 
 # Node utilities
 signal-hook = {version = "0.3.13", optional = true}

+ 11 - 11
bin/cashierd/Cargo.toml

@@ -10,7 +10,7 @@ features = ["node", "rpc"]
 [dependencies]
 # Async
 smol = "1.2.5"
-futures = "0.3.19"
+futures = "0.3.21"
 async-std = "1.10.0"
 async-trait = "0.1.52"
 async-channel = "1.6.1"
@@ -18,10 +18,10 @@ async-executor = "1.4.1"
 easy-parallel = "3.2.0"
 
 # Crypto
-rand = "0.8.4"
+rand = "0.8.5"
 
 # Misc
-clap = {version = "3.0.7", features = ["derive"]}
+clap = {version = "3.1.6", features = ["derive"]}
 log = "0.4.14"
 num_cpus = "1.13.1"
 simplelog = "0.11.2"
@@ -29,14 +29,14 @@ thiserror = "1.0.30"
 url = "2.2.2"
 
 # Encoding and parsing
-serde = {version = "1.0.133", features = ["derive"]}
-serde_json = "1.0.74"
+serde = {version = "1.0.136", features = ["derive"]}
+serde_json = "1.0.79"
 
 # Bitcoin bridge dependencies
-bdk = {version = "0.15.0", optional = true}
-anyhow = {version = "1.0.52", optional = true}
+bdk = {version = "0.16.1", optional = true}
+anyhow = {version = "1.0.56", optional = true}
 bitcoin = {version = "0.27.1", optional = true}
-secp256k1 = {version = "0.20.1", default-features = false, features = ["rand-std"], optional = true}
+secp256k1 = {version = "0.22.1", default-features = false, features = ["rand-std"], optional = true}
 
 # Ethereum bridge dependencies
 hex = {version = "0.4.3", optional = true}
@@ -48,11 +48,11 @@ num-bigint = {version = "0.4.3", features = ["rand", "serde"], optional = true}
 # Solana bridge dependencies
 native-tls = {version = "0.2.8", optional = true}
 async-native-tls = {version = "0.4.0", optional = true}
-solana-client = {version = "1.8.12", optional = true}
-solana-sdk = {version = "1.8.12", optional = true}
+solana-client = {version = "1.10.2", optional = true}
+solana-sdk = {version = "1.10.2", optional = true}
 spl-associated-token-account = {version = "1.0.3", features = ["no-entrypoint"], optional = true}
 spl-token = {version = "3.2.0", features = ["no-entrypoint"], optional = true}
-tungstenite = {version = "0.16.0", optional = true}
+tungstenite = {version = "0.17.2", optional = true}
 
 [features]
 btc = [

+ 5 - 7
bin/dao-cli/Cargo.toml

@@ -1,10 +1,8 @@
 [package]
-name = "daocli"
-version = "0.1.0"
+name = "dao-cli"
+version = "0.3.0"
 edition = "2021"
 
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
 [dependencies.darkfi]
 path = "../../"
 features = ["rpc"]
@@ -12,7 +10,7 @@ features = ["rpc"]
 [dependencies]
 # Async
 smol = "1.2.5"
-futures = "0.3.19"
+futures = "0.3.21"
 async-std = {version = "1.10.0", features = ["attributes"]}
 async-trait = "0.1.52"
 async-channel = "1.6.1"
@@ -20,11 +18,11 @@ async-executor = "1.4.1"
 easy-parallel = "3.2.0"
 
 # Misc
-clap = {version = "3.0.7", features = ["derive"]}
+clap = {version = "3.1.6", features = ["derive"]}
 log = "0.4.14"
 num_cpus = "1.13.1"
 simplelog = "0.11.2"
 url = "2.2.2"
 
 # Encoding and parsing
-serde_json = "1.0.74"
+serde_json = "1.0.79"

+ 3 - 5
bin/daod/Cargo.toml

@@ -1,10 +1,8 @@
 [package]
 name = "daod"
-version = "0.1.0"
+version = "0.3.0"
 edition = "2021"
 
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
 [dependencies.darkfi]
 path = "../../"
 features = ["rpc"]
@@ -12,7 +10,7 @@ features = ["rpc"]
 [dependencies]
 # Async
 smol = "1.2.5"
-futures = "0.3.19"
+futures = "0.3.21"
 async-std = {version = "1.10.0", features = ["attributes"]}
 async-trait = "0.1.52"
 async-channel = "1.6.1"
@@ -25,4 +23,4 @@ num_cpus = "1.13.1"
 simplelog = "0.11.2"
 
 # Encoding and parsing
-serde_json = "1.0.74"
+serde_json = "1.0.79"

+ 3 - 3
bin/darkfid/Cargo.toml

@@ -17,13 +17,13 @@ async-executor = "1.4.1"
 easy-parallel = "3.2.0"
 
 # Misc
-clap = {version = "3.0.7", features = ["derive"]}
+clap = {version = "3.1.6", features = ["derive"]}
 url = "2.2.2"
 log = "0.4.14"
 num_cpus = "1.13.1"
 simplelog = "0.11.2"
 
 # Encoding and parsing
-serde_json = "1.0.74"
-serde = {version = "1.0.133", features = ["derive"]}
+serde_json = "1.0.79"
+serde = {version = "1.0.136", features = ["derive"]}
 num-bigint = {version = "0.4.3", features = ["serde"]}

+ 5 - 5
bin/dnetview/Cargo.toml

@@ -10,16 +10,16 @@ features = ["rpc"]
 [dependencies]
 # Tui
 termion = "1.5.6"
-tui = "0.16.0"
+tui = "0.17.0"
 
 # Async
-smol = "1.2.4"
+smol = "1.2.5"
 async-std = {version = "1.10.0", features = ["attributes"]}
 easy-parallel = "3.2.0"
 async-channel = "1.6.1"
 
 # Misc
-clap = "3.0.7"
+clap = "3.1.6"
 rand = "0.6.5"
 simplelog = "0.11.2"
 log = "0.4.14"
@@ -27,5 +27,5 @@ num_cpus = "1.13.1"
 url = "2.2.2"
 
 # Encoding and parsing
-serde_json = "1.0.74"
-serde = {version = "1.0.133", features = ["derive"]}
+serde_json = "1.0.79"
+serde = {version = "1.0.136", features = ["derive"]}

+ 3 - 3
bin/drk/Cargo.toml

@@ -12,12 +12,12 @@ features = ["rpc"]
 async-std = {version = "1.10.0", features = ["attributes"]}
 
 # Misc
-clap = {version = "3.0.7", features = ["derive"]}
+clap = {version = "3.1.6", features = ["derive"]}
 log = "0.4.14"
 simplelog = "0.11.2"
 prettytable-rs = "0.8.0"
 url = "2.2.2"
 
 # Encoding and parsing
-serde_json = "1.0.74"
-serde = {version = "1.0.133", features = ["derive"]}
+serde_json = "1.0.79"
+serde = {version = "1.0.136", features = ["derive"]}

+ 2 - 2
bin/gatewayd/Cargo.toml

@@ -16,10 +16,10 @@ async-executor = "1.4.1"
 easy-parallel = "3.2.0"
 
 # Misc
-clap = {version = "3.0.7", features = ["derive"]}
+clap = {version = "3.1.6", features = ["derive"]}
 log = "0.4.14"
 num_cpus = "1.13.1"
 simplelog = "0.11.2"
 
 # Encoding and parsing
-serde = {version = "1.0.133", features = ["derive"]}
+serde = {version = "1.0.136", features = ["derive"]}

+ 3 - 3
bin/ircd/Cargo.toml

@@ -10,7 +10,7 @@ features = ["net", "rpc"]
 [dependencies]
 # Async
 smol = "1.2.5"
-futures = "0.3.19"
+futures = "0.3.21"
 async-std = "1.10.0"
 async-trait = "0.1.52"
 async-channel = "1.6.1"
@@ -18,7 +18,7 @@ async-executor = "1.4.1"
 easy-parallel = "3.2.0"
 
 # Crypto
-rand = "0.8.4"
+rand = "0.8.5"
 
 # Misc
 clap = "3.1.6"
@@ -26,4 +26,4 @@ log = "0.4.14"
 simplelog = "0.11.2"
 
 # Encoding and parsing
-serde_json = "1.0.74"
+serde_json = "1.0.79"

+ 4 - 6
bin/tau-cli/Cargo.toml

@@ -1,10 +1,8 @@
 [package]
-name = "taucli"
-version = "0.1.0"
+name = "tau-cli"
+version = "0.3.0"
 edition = "2021"
 
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
 [dependencies.darkfi]
 path = "../../"
 features = ["rpc"]
@@ -12,7 +10,7 @@ features = ["rpc"]
 [dependencies]
 # Async
 smol = "1.2.5"
-futures = "0.3.19"
+futures = "0.3.21"
 async-std = {version = "1.10.0", features = ["attributes"]}
 async-trait = "0.1.52"
 async-channel = "1.6.1"
@@ -29,4 +27,4 @@ chrono = "0.4.19"
 prettytable-rs = "0.8.0"
 
 # Encoding and parsing
-serde_json = "1.0.74"
+serde_json = "1.0.79"

+ 4 - 6
bin/taud/Cargo.toml

@@ -1,10 +1,8 @@
 [package]
 name = "taud"
-version = "0.1.0"
+version = "0.3.0"
 edition = "2021"
 
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
 [dependencies.darkfi]
 path = "../../"
 features = ["rpc"]
@@ -12,7 +10,7 @@ features = ["rpc"]
 [dependencies]
 # Async
 smol = "1.2.5"
-futures = "0.3.19"
+futures = "0.3.21"
 async-std = {version = "1.10.0", features = ["attributes"]}
 async-trait = "0.1.52"
 async-channel = "1.6.1"
@@ -27,5 +25,5 @@ rand = "0.8.5"
 chrono = "0.4.19"
 
 # Encoding and parsing
-serde_json = "1.0.74"
-serde = {version = "1.0.133", features = ["derive"]}
+serde_json = "1.0.79"
+serde = {version = "1.0.136", features = ["derive"]}

+ 4 - 4
bin/vanityaddr/Cargo.toml

@@ -3,6 +3,10 @@ name = "vanityaddr"
 version = "0.3.0"
 edition = "2021"
 
+[dependencies.darkfi]
+path = "../../"
+features = ["crypto", "util"]
+
 [dependencies]
 clap = {version = "3.1.6", features = ["derive"]}
 bs58 = "0.4.0"
@@ -10,7 +14,3 @@ num_cpus = "1.13.1"
 rand = "0.8.5"
 rayon = "1.5.1"
 serde_json = "1.0.79"
-
-[dependencies.darkfi]
-path = "../../"
-features = ["crypto", "util"]

+ 1 - 1
bin/zkas/Cargo.toml

@@ -8,4 +8,4 @@ path= "../../"
 features = ["zkas"]
 
 [dependencies]
-clap = {version = "3.0.7", features = ["derive"]}
+clap = {version = "3.1.6", features = ["derive"]}

Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov