Skip to content

Commit 11b1c05

Browse files
maximevanheesLeeSmet
authored andcommitted
Set fixed version number for substrate-bip39 to 0.4.5
1 parent a154e51 commit 11b1c05

2 files changed

Lines changed: 31 additions & 113 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 98 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,50 +17,54 @@ anyhow = "1.0.56"
1717
async-trait = "0.1"
1818
base64 = "0.13.0"
1919
bb8-redis = "0.13"
20-
clap = {version = "4", features = ["derive"]}
20+
clap = { version = "4", features = ["derive"] }
2121
futures = "0.3"
22-
hex = {version = "0.4", features = ["alloc"]}
22+
hex = { version = "0.4", features = ["alloc"] }
2323
http = "0.2.7"
2424
log = "0.4"
2525
md5 = "0.7.0"
2626
nix = "0.24.1"
27-
serde = {version = "1.0.136", features = ["derive"]}
28-
serde_json = {version = "1.0.81"}
27+
serde = { version = "1.0.136", features = ["derive"] }
28+
serde_json = { version = "1.0.81" }
2929
simple_logger = "2.1"
3030
thiserror = "1.0.31"
31-
tokio = {version = "1", features = ["full"]}
31+
tokio = { version = "1", features = ["full"] }
3232
tokio-retry = "0.3"
33-
uuid = {version = "1.1.0", features = ["v4"]}
33+
uuid = { version = "1.1.0", features = ["v4"] }
3434
jsonrpsee-core = "0.14.0"
3535
mime = "0.3"
3636
mpart-async = "0.6.0"
3737
url = "2.3.1"
3838
tokio-tungstenite = { version = "0.20", features = ["native-tls"] }
3939
futures-util = "0.3.25"
4040
jwt = "0.16"
41-
subxt = { version = "0.28.0", features = ["substrate-compat"]}
42-
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
41+
subxt = { version = "0.28.0", features = ["substrate-compat"] }
42+
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [
43+
"derive",
44+
"full",
45+
"bit-vec",
46+
] }
4347
itertools = "0.11"
4448
ttl_cache = "0.5"
4549

4650
# for static build
4751
openssl = { version = "0.10", features = ["vendored"] }
48-
workers = { git = "https://github.com/threefoldtech/tokio-worker-pool", branch = "main"}
49-
protobuf = { version = "3.2.0", features = ["with-bytes"]}
52+
workers = { git = "https://github.com/threefoldtech/tokio-worker-pool", branch = "main" }
53+
protobuf = { version = "3.2.0", features = ["with-bytes"] }
5054

51-
hyper = {version = "0.14", features = ["full"]}
55+
hyper = { version = "0.14", features = ["full"] }
5256
hyper-tungstenite = "0.11"
5357
lazy_static = "1.4.0"
54-
prometheus = {version = "0.13.3", features=["process"]}
58+
prometheus = { version = "0.13.3", features = ["process"] }
5559

56-
tfchain-client = { git="https://github.com/threefoldtech/tfchain.git", version="0.2.0", branch="development" }
60+
tfchain-client = { git = "https://github.com/threefoldtech/tfchain.git", version = "0.2.0", branch = "development" }
5761
reqwest = "0.11"
5862

5963
# for e2e
6064
bip39 = { version = "2.0.0", default-features = false }
61-
substrate-bip39 = { version = "0.4.4"}
65+
substrate-bip39 = { version = "=0.4.5" }
6266
secp256k1 = "0.26"
63-
aes-gcm = { version = "0.10", features=["aes", "alloc"] }
67+
aes-gcm = { version = "0.10", features = ["aes", "alloc"] }
6468
sha2 = "0.10"
6569
rand_core = "0.6"
6670

0 commit comments

Comments
 (0)