mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 02:51:08 +00:00
Bump dependencies (#3787)
* Update dependencies, respecting semver * Bump dependencies * Don’t patch tiny-bip39 dependency
This commit is contained in:
@@ -20,7 +20,7 @@ log = "0.4.8"
|
||||
network = { package = "substrate-network", path = "../../core/network" }
|
||||
primitives = { package = "substrate-primitives", path = "../primitives" }
|
||||
prost = "0.5.0"
|
||||
serde_json = "1.0.40"
|
||||
serde_json = "1.0.41"
|
||||
sr-primitives = { path = "../../core/sr-primitives" }
|
||||
tokio-timer = "0.2.11"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ impl-trait-for-tuples = "0.1.2"
|
||||
network = { package = "substrate-network", path = "../../core/network" }
|
||||
primitives = { package = "substrate-primitives", path = "../primitives" }
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
serde_json = "1.0.40"
|
||||
serde_json = "1.0.41"
|
||||
sr-primitives = { path = "../../core/sr-primitives" }
|
||||
tel = { package = "substrate-telemetry", path = "../../core/telemetry" }
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
clap = "~2.32.0"
|
||||
derive_more = "0.15.0"
|
||||
env_logger = "0.6.2"
|
||||
env_logger = "0.7.0"
|
||||
log = "0.4.8"
|
||||
atty = "0.2.13"
|
||||
regex = "1.3.1"
|
||||
@@ -21,7 +21,7 @@ futures = "0.1.29"
|
||||
futures03 = { package = "futures-preview", version = "=0.3.0-alpha.19", features = ["compat"] }
|
||||
fdlimit = "0.1.1"
|
||||
exit-future = "0.1.4"
|
||||
serde_json = "1.0.40"
|
||||
serde_json = "1.0.41"
|
||||
panic-handler = { package = "substrate-panic-handler", path = "../../core/panic-handler" }
|
||||
client = { package = "substrate-client", path = "../../core/client" }
|
||||
header-metadata = { package = "substrate-header-metadata", path = "../../core/client/header-metadata" }
|
||||
|
||||
@@ -30,7 +30,7 @@ sr-api-macros = { path = "../sr-api-macros" }
|
||||
header-metadata = { package = "substrate-header-metadata", path = "header-metadata", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.6.2"
|
||||
env_logger = "0.7.0"
|
||||
tempfile = "3.1.0"
|
||||
test-client = { package = "substrate-test-runtime-client", path = "../test-runtime/client" }
|
||||
kvdb-memorydb = { git = "https://github.com/paritytech/parity-common", rev="b0317f649ab2c665b7987b8475878fc4d2e1f81d" }
|
||||
|
||||
@@ -27,7 +27,7 @@ header_metadata = { package = "substrate-header-metadata", path = "../header-met
|
||||
[dev-dependencies]
|
||||
substrate-keyring = { path = "../../keyring" }
|
||||
test-client = { package = "substrate-test-runtime-client", path = "../../test-runtime/client" }
|
||||
env_logger = "0.6.2"
|
||||
env_logger = "0.7.0"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
@@ -35,5 +35,5 @@ network = { package = "substrate-network", path = "../../network", features = ["
|
||||
service = { package = "substrate-service", path = "../../service" }
|
||||
test-client = { package = "substrate-test-runtime-client", path = "../../test-runtime/client" }
|
||||
tokio = "0.1.22"
|
||||
env_logger = "0.6.2"
|
||||
env_logger = "0.7.0"
|
||||
tempfile = "3.1.0"
|
||||
|
||||
@@ -44,7 +44,7 @@ network = { package = "substrate-network", path = "../../network", features = ["
|
||||
service = { package = "substrate-service", path = "../../service" }
|
||||
test-client = { package = "substrate-test-runtime-client", path = "../../test-runtime/client" }
|
||||
tokio = "0.1.22"
|
||||
env_logger = "0.6.2"
|
||||
env_logger = "0.7.0"
|
||||
tempfile = "3.1.0"
|
||||
|
||||
[features]
|
||||
|
||||
@@ -19,7 +19,7 @@ consensus_common = { package = "substrate-consensus-common", path = "../consensu
|
||||
primitives = { package = "substrate-primitives", path = "../primitives" }
|
||||
substrate-telemetry = { path = "../telemetry" }
|
||||
keystore = { package = "substrate-keystore", path = "../keystore" }
|
||||
serde_json = "1.0.40"
|
||||
serde_json = "1.0.41"
|
||||
client = { package = "substrate-client", path = "../client" }
|
||||
header-metadata = { package = "substrate-header-metadata", path = "../client/header-metadata" }
|
||||
inherents = { package = "substrate-inherents", path = "../../core/inherents" }
|
||||
@@ -34,6 +34,6 @@ network = { package = "substrate-network", path = "../network", features = ["tes
|
||||
keyring = { package = "substrate-keyring", path = "../keyring" }
|
||||
test-client = { package = "substrate-test-runtime-client", path = "../test-runtime/client"}
|
||||
babe_primitives = { package = "substrate-consensus-babe-primitives", path = "../consensus/babe/primitives" }
|
||||
env_logger = "0.6.2"
|
||||
env_logger = "0.7.0"
|
||||
tokio = "0.1.22"
|
||||
tempfile = "3.1.0"
|
||||
|
||||
@@ -10,7 +10,7 @@ primitives = { package = "substrate-primitives", path = "../primitives" }
|
||||
app-crypto = { package = "substrate-application-crypto", path = "../application-crypto" }
|
||||
hex = "0.3.2"
|
||||
rand = "0.7.2"
|
||||
serde_json = "1.0.40"
|
||||
serde_json = "1.0.41"
|
||||
subtle = "2.1.1"
|
||||
parking_lot = "0.9.0"
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ primitives = { package = "substrate-primitives", path = "../../core/primitives"
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", features = ["derive"] }
|
||||
peerset = { package = "substrate-peerset", path = "../../core/peerset" }
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
serde_json = "1.0.40"
|
||||
serde_json = "1.0.41"
|
||||
slog = { version = "2.5.2", features = ["nested-values"] }
|
||||
slog_derive = "0.1.1"
|
||||
smallvec = "0.6.10"
|
||||
@@ -48,7 +48,7 @@ zeroize = "0.10.1"
|
||||
babe-primitives = { package = "substrate-consensus-babe-primitives", path = "../consensus/babe/primitives" }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.6.2"
|
||||
env_logger = "0.7.0"
|
||||
keyring = { package = "substrate-keyring", path = "../../core/keyring" }
|
||||
quickcheck = "0.9.0"
|
||||
rand = "0.7.2"
|
||||
|
||||
@@ -27,7 +27,7 @@ network = { package = "substrate-network", path = "../../core/network" }
|
||||
keystore = { package = "substrate-keystore", path = "../keystore" }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.6.2"
|
||||
env_logger = "0.7.0"
|
||||
client-db = { package = "substrate-client-db", path = "../../core/client/db/", default-features = true }
|
||||
test-client = { package = "substrate-test-runtime-client", path = "../../core/test-runtime/client" }
|
||||
tokio = "0.1.22"
|
||||
|
||||
@@ -13,7 +13,7 @@ libp2p = { version = "0.12.0", default-features = false }
|
||||
linked-hash-map = "0.5.2"
|
||||
log = "0.4.8"
|
||||
lru-cache = "0.1.2"
|
||||
serde_json = "1.0.40"
|
||||
serde_json = "1.0.41"
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.7.2"
|
||||
|
||||
@@ -9,7 +9,7 @@ jsonrpc-core = "13.2.0"
|
||||
pubsub = { package = "jsonrpc-pubsub", version = "13.2.0" }
|
||||
log = "0.4.8"
|
||||
serde = "1.0.101"
|
||||
serde_json = "1.0"
|
||||
serde_json = "1.0.41"
|
||||
sr-primitives = { path = "../sr-primitives" }
|
||||
|
||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||
|
||||
@@ -14,7 +14,7 @@ log = "0.4.8"
|
||||
primitives = { package = "substrate-primitives", path = "../primitives" }
|
||||
rpc = { package = "jsonrpc-core", version = "13.0.0" }
|
||||
runtime_version = { package = "sr-version", path = "../sr-version" }
|
||||
serde_json = "1.0.40"
|
||||
serde_json = "1.0.41"
|
||||
session = { package = "substrate-session", path = "../session" }
|
||||
sr-primitives = { path = "../sr-primitives" }
|
||||
rpc-primitives = { package = "substrate-rpc-primitives", path = "primitives" }
|
||||
|
||||
@@ -17,6 +17,6 @@ parking_lot = "0.9.0"
|
||||
primitives = { package = "substrate-primitives", path = "../../primitives" }
|
||||
runtime_version = { package = "sr-version", path = "../../sr-version" }
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
serde_json = "1.0.40"
|
||||
serde_json = "1.0.41"
|
||||
txpool = { package = "substrate-transaction-graph", path = "../../transaction-pool/graph" }
|
||||
rpc-primitives = { package = "substrate-rpc-primitives", path = "../../rpc/primitives" }
|
||||
|
||||
@@ -6,4 +6,4 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
serde = "1.0.101"
|
||||
serde_json = "1.0.40"
|
||||
serde_json = "1.0.41"
|
||||
|
||||
@@ -16,7 +16,7 @@ tokio-executor = "0.1.8"
|
||||
tokio-timer = "0.2.11"
|
||||
exit-future = "0.1.4"
|
||||
serde = "1.0.101"
|
||||
serde_json = "1.0.40"
|
||||
serde_json = "1.0.41"
|
||||
sysinfo = "0.9.5"
|
||||
target_info = "0.1.0"
|
||||
keystore = { package = "substrate-keystore", path = "../../core/keystore" }
|
||||
|
||||
@@ -9,7 +9,7 @@ tempdir = "0.3.7"
|
||||
tokio = "0.1.22"
|
||||
futures = "0.1.29"
|
||||
log = "0.4.8"
|
||||
env_logger = "0.6.2"
|
||||
env_logger = "0.7.0"
|
||||
fdlimit = "0.1.1"
|
||||
futures03 = { package = "futures-preview", version = "=0.3.0-alpha.19", features = ["compat"] }
|
||||
service = { package = "substrate-service", path = "../../../core/service" }
|
||||
|
||||
@@ -20,7 +20,7 @@ externalities = { package = "substrate-externalities", path = "../externalities"
|
||||
impl-trait-for-tuples = "0.1.2"
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.40"
|
||||
serde_json = "1.0.41"
|
||||
primitive-types = "0.5.1"
|
||||
rand = "0.7.2"
|
||||
substrate-offchain = { path = "../offchain" }
|
||||
|
||||
@@ -11,4 +11,4 @@ primitives = { package = "substrate-primitives", path = "../../core/primitives"
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.6.2"
|
||||
env_logger = "0.7.0"
|
||||
|
||||
@@ -15,6 +15,6 @@ sr-primitives = { path = "../../sr-primitives" }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.3.0"
|
||||
env_logger = "0.6.2"
|
||||
env_logger = "0.7.0"
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
test_runtime = { package = "substrate-test-runtime", path = "../../test-runtime" }
|
||||
|
||||
Reference in New Issue
Block a user