Bump log from 0.4.16 to 0.4.17 (#11369)

* Bump log from 0.4.16 to 0.4.17

Bumps [log](https://github.com/rust-lang/log) from 0.4.16 to 0.4.17.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/commits/0.4.17)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Cargo.lock

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
dependabot[bot]
2022-05-15 22:21:04 -04:00
committed by GitHub
parent ebc4c4417a
commit 4a3758d9b8
87 changed files with 90 additions and 90 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
log = "0.4.16"
log = "0.4.17"
thiserror = "1.0.30"
sp-core = { version = "6.0.0", path = "../../primitives/core" }
sp-wasm-interface = { version = "6.0.0", path = "../../primitives/wasm-interface" }
+1 -1
View File
@@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
fnv = "1.0.6"
futures = "0.3.21"
hash-db = { version = "0.15.2", default-features = false }
log = "0.4.16"
log = "0.4.17"
parking_lot = "0.12.0"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" }
sc-executor = { version = "0.10.0-dev", path = "../executor" }
@@ -23,7 +23,7 @@ futures = "0.3.21"
futures-timer = "3.0.1"
ip_network = "0.4.1"
libp2p = { version = "0.44.0", default-features = false, features = ["kad"] }
log = "0.4.16"
log = "0.4.17"
prost = "0.9"
rand = "0.7.2"
thiserror = "1.0"
+1 -1
View File
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
codec = { package = "parity-scale-codec", version = "3.0.0" }
futures = "0.3.21"
futures-timer = "3.0.1"
log = "0.4.16"
log = "0.4.17"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" }
sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" }
sc-client-api = { version = "4.0.0-dev", path = "../api" }
+1 -1
View File
@@ -19,7 +19,7 @@ fdlimit = "0.2.1"
futures = "0.3.21"
hex = "0.4.2"
libp2p = "0.44.0"
log = "0.4.16"
log = "0.4.17"
names = { version = "0.13.0", default-features = false }
parity-scale-codec = "3.0.0"
rand = "0.7.3"
+1 -1
View File
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
async-trait = "0.1.50"
codec = { package = "parity-scale-codec", version = "3.0.0" }
futures = "0.3.21"
log = "0.4.16"
log = "0.4.17"
thiserror = "1.0"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" }
sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" }
+1 -1
View File
@@ -19,7 +19,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = [
"derive",
] }
futures = "0.3.21"
log = "0.4.16"
log = "0.4.17"
merlin = "2.0"
num-bigint = "0.2.3"
num-rational = "0.2.2"
+1 -1
View File
@@ -17,7 +17,7 @@ async-trait = "0.1.42"
futures = { version = "0.3.21", features = ["thread-pool"] }
futures-timer = "3.0.1"
libp2p = { version = "0.44.0", default-features = false }
log = "0.4.16"
log = "0.4.17"
parking_lot = "0.12.0"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0.30"
@@ -18,7 +18,7 @@ assert_matches = "1.3.0"
async-trait = "0.1.50"
codec = { package = "parity-scale-codec", version = "3.0.0" }
futures = "0.3.21"
log = "0.4.16"
log = "0.4.17"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" }
+1 -1
View File
@@ -17,7 +17,7 @@ async-trait = "0.1.50"
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
futures = "0.3.21"
futures-timer = "3.0.1"
log = "0.4.16"
log = "0.4.17"
parking_lot = "0.12.0"
thiserror = "1.0"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" }
+1 -1
View File
@@ -18,7 +18,7 @@ async-trait = "0.1.50"
codec = { package = "parity-scale-codec", version = "3.0.0" }
futures = "0.3.21"
futures-timer = "3.0.1"
log = "0.4.16"
log = "0.4.17"
thiserror = "1.0.30"
sc-client-api = { version = "4.0.0-dev", path = "../../api" }
sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" }
+1 -1
View File
@@ -21,7 +21,7 @@ kvdb = "0.11.0"
kvdb-memorydb = "0.11.0"
kvdb-rocksdb = { version = "0.15.2", optional = true }
linked-hash-map = "0.5.4"
log = "0.4.16"
log = "0.4.17"
parity-db = { version = "0.3.13", optional = true }
parking_lot = "0.12.0"
sc-client-api = { version = "4.0.0-dev", path = "../api" }
+1 -1
View File
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0" }
log = "0.4.16"
log = "0.4.17"
wasmi = "0.9.1"
sc-allocator = { version = "4.1.0-dev", path = "../../allocator" }
sc-executor-common = { version = "0.10.0-dev", path = "../common" }
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
cfg-if = "1.0"
codec = { package = "parity-scale-codec", version = "3.0.0" }
libc = "0.2.121"
log = "0.4.16"
log = "0.4.17"
parity-wasm = "0.42.0"
wasmtime = { version = "0.35.3", default-features = false, features = [
"cache",
+1 -1
View File
@@ -21,7 +21,7 @@ finality-grandpa = { version = "0.15.0", features = ["derive-codec"] }
futures = "0.3.21"
futures-timer = "3.0.1"
hex = "0.4.2"
log = "0.4.16"
log = "0.4.17"
parity-scale-codec = { version = "3.0.0", features = ["derive"] }
parking_lot = "0.12.0"
rand = "0.8.4"
+1 -1
View File
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
ansi_term = "0.12.1"
futures = "0.3.21"
futures-timer = "3.0.1"
log = "0.4.16"
log = "0.4.17"
parity-util-mem = { version = "0.11.0", default-features = false, features = ["primitive-types"] }
sc-client-api = { version = "4.0.0-dev", path = "../api" }
sc-network = { version = "0.10.0-dev", path = "../network" }
+1 -1
View File
@@ -18,7 +18,7 @@ ahash = "0.7.6"
futures = "0.3.21"
futures-timer = "3.0.1"
libp2p = { version = "0.44.0", default-features = false }
log = "0.4.16"
log = "0.4.17"
lru = "0.7.5"
tracing = "0.1.29"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" }
+1 -1
View File
@@ -32,7 +32,7 @@ ip_network = "0.4.1"
libp2p = "0.44.0"
linked_hash_set = "0.1.3"
linked-hash-map = "0.5.4"
log = "0.4.16"
log = "0.4.17"
lru = "0.7.5"
parking_lot = "0.12.0"
pin-project = "1.0.10"
+1 -1
View File
@@ -24,7 +24,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = [
either = "1.5.3"
futures = "0.3.21"
libp2p = "0.44.0"
log = "0.4.16"
log = "0.4.17"
lru = "0.7.5"
prost = "0.9"
smallvec = "1.8.0"
+1 -1
View File
@@ -18,7 +18,7 @@ async-trait = "0.1.50"
futures = "0.3.21"
futures-timer = "3.0.1"
libp2p = { version = "0.44.0", default-features = false }
log = "0.4.16"
log = "0.4.17"
parking_lot = "0.12.0"
rand = "0.7.2"
sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" }
+1 -1
View File
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
futures = "0.3.21"
libp2p = { version = "0.44.0", default-features = false }
log = "0.4.16"
log = "0.4.17"
serde_json = "1.0.79"
wasm-timer = "0.2"
sc-utils = { version = "4.0.0-dev", path = "../utils" }
+1 -1
View File
@@ -13,5 +13,5 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
log = "0.4.16"
log = "0.4.17"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" }
+1 -1
View File
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0" }
futures = "0.3.21"
log = "0.4.16"
log = "0.4.17"
parking_lot = "0.12.0"
scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
serde = { version = "1.0.136", features = ["derive"] }
+1 -1
View File
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
futures = "0.3.21"
jsonrpsee = { version = "0.13.0", features = ["server"] }
log = "0.4.16"
log = "0.4.17"
serde_json = "1.0.79"
tokio = { version = "1.17.0", features = ["parking_lot"] }
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" }
+1 -1
View File
@@ -18,7 +18,7 @@ futures = "0.3.21"
hash-db = { version = "0.15.2", default-features = false }
jsonrpsee = { version = "0.13.0", features = ["server"] }
lazy_static = { version = "1.4.0", optional = true }
log = "0.4.16"
log = "0.4.17"
parking_lot = "0.12.0"
serde_json = "1.0.79"
sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" }
+1 -1
View File
@@ -27,7 +27,7 @@ thiserror = "1.0.30"
futures = "0.3.21"
rand = "0.7.3"
parking_lot = "0.12.0"
log = "0.4.16"
log = "0.4.17"
futures-timer = "3.0.1"
exit-future = "0.2.0"
pin-project = "1.0.10"
+1 -1
View File
@@ -16,7 +16,7 @@ fdlimit = "0.2.1"
futures = "0.3.21"
hex = "0.4"
hex-literal = "0.3.4"
log = "0.4.16"
log = "0.4.17"
parity-scale-codec = "3.0.0"
parking_lot = "0.12.0"
tempfile = "3.1.0"
+1 -1
View File
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
log = "0.4.16"
log = "0.4.17"
parity-util-mem = { version = "0.11.0", default-features = false, features = ["primitive-types"] }
parity-util-mem-derive = "0.1.0"
parking_lot = "0.12.0"
+1 -1
View File
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
futures = "0.3.19"
libc = "0.2"
log = "0.4.16"
log = "0.4.17"
rand = "0.7.3"
rand_pcg = "0.2.1"
regex = "1"
+1 -1
View File
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
chrono = "0.4.19"
futures = "0.3.21"
libp2p = { version = "0.44.0", default-features = false, features = ["dns-async-std", "tcp-async-io", "wasm-ext", "websocket"] }
log = "0.4.16"
log = "0.4.17"
parking_lot = "0.12.0"
pin-project = "1.0.10"
rand = "0.7.2"
+1 -1
View File
@@ -18,7 +18,7 @@ atty = "0.2.13"
chrono = "0.4.19"
lazy_static = "1.4.0"
libc = "0.2.121"
log = { version = "0.4.16" }
log = { version = "0.4.17" }
once_cell = "1.8.0"
parking_lot = "0.12.0"
regex = "1.5.5"
+1 -1
View File
@@ -17,7 +17,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0" }
futures = "0.3.21"
futures-timer = "3.0.2"
linked-hash-map = "0.5.4"
log = "0.4.16"
log = "0.4.17"
parity-util-mem = { version = "0.11.0", default-features = false, features = ["primitive-types"] }
parking_lot = "0.12.0"
retain_mut = "0.1.4"
@@ -10,7 +10,7 @@ description = "Transaction pool client facing API."
[dependencies]
futures = "0.3.21"
log = "0.4.16"
log = "0.4.17"
serde = { version = "1.0.136", features = ["derive"] }
thiserror = "1.0.30"
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }