chore: bump log from 0.4.16 to 0.4.17 (#24987)

* chore: 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>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot] 2022-05-05 01:49:18 +00:00 committed by GitHub
parent ae9e5667a7
commit bece7f32c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
54 changed files with 61 additions and 67 deletions

4
Cargo.lock generated
View File

@ -2326,9 +2326,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.16"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if 1.0.0",
]

View File

@ -10,7 +10,7 @@ publish = false
[dependencies]
clap = "2.33.1"
log = "0.4.14"
log = "0.4.17"
rayon = "1.5.2"
solana-logger = { path = "../logger", version = "=1.11.0" }
solana-measure = { path = "../measure", version = "=1.11.0" }

View File

@ -10,7 +10,7 @@ publish = false
[dependencies]
clap = "2.33.1"
log = "0.4.14"
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.2"
solana-account-decoder = { path = "../account-decoder", version = "=1.11.0" }

View File

@ -11,7 +11,7 @@ publish = false
[dependencies]
clap = { version = "3.1.8", features = ["derive"] }
crossbeam-channel = "0.5"
log = "0.4.14"
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.2"
solana-core = { path = "../core", version = "=1.11.0" }

View File

@ -11,7 +11,7 @@ publish = false
[dependencies]
clap = "2.33.1"
crossbeam-channel = "0.5"
log = "0.4.14"
log = "0.4.17"
rayon = "1.5.2"
serde_json = "1.0.81"
serde_yaml = "0.8.24"

View File

@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
bv = { version = "0.11.1", features = ["serde"] }
fnv = "1.0.7"
log = "0.4.14"
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.2"
serde = { version = "1.0.137", features = ["rc"] }

View File

@ -11,7 +11,7 @@ license = "Apache-2.0"
edition = "2021"
[dependencies]
log = { version = "0.4.11" }
log = { version = "0.4.17" }
memmap2 = "0.5.3"
modular-bitfield = "0.11.2"
rand = "0.7.0"

View File

@ -19,7 +19,7 @@ criterion-stats = "0.3.0"
crossbeam-channel = "0.5"
ctrlc = { version = "3.2.2", features = ["termination"] }
humantime = "2.0.1"
log = "0.4.14"
log = "0.4.17"
num-traits = "0.2"
pretty-hex = "0.3.0"
reqwest = { version = "0.11.10", default-features = false, features = ["blocking", "rustls-tls", "json"] }

View File

@ -25,7 +25,7 @@ indicatif = "0.16.2"
itertools = "0.10.2"
jsonrpc-core = "18.0.0"
lazy_static = "1.4.0"
log = "0.4.14"
log = "0.4.17"
lru = "0.7.5"
quinn = "0.8.2"
quinn-proto = "0.8.2"

View File

@ -25,7 +25,7 @@ etcd-client = { version = "0.9.1", features = ["tls"] }
fs_extra = "1.2.0"
histogram = "0.6.9"
itertools = "0.10.3"
log = "0.4.14"
log = "0.4.17"
lru = "0.7.5"
rand = "0.7.0"
rand_chacha = "0.2.2"

View File

@ -12,7 +12,7 @@ description = "Tool to send various requests to cluster in order to evaluate the
[dependencies]
bincode = "1.3.3"
clap = {version = "3.1.5", features = ["derive", "cargo"]}
log = "0.4.14"
log = "0.4.17"
rand = "0.7.0"
serde = "1.0.137"
solana-client = { path = "../client", version = "=1.11.0" }

View File

@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
console = "0.15.0"
indicatif = "0.16.2"
log = "0.4.14"
log = "0.4.17"
reqwest = { version = "0.11.10", default-features = false, features = ["blocking", "rustls-tls", "json"] }
solana-runtime = { path = "../runtime", version = "=1.11.0" }
solana-sdk = { path = "../sdk", version = "=1.11.0" }

View File

@ -14,7 +14,7 @@ bincode = "1.3.3"
crossbeam-channel = "0.5"
dlopen = "0.1.8"
dlopen_derive = "0.1.4"
log = "0.4.11"
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.2"
serde = "1.0.137"

View File

@ -14,7 +14,7 @@ bincode = "1.3.3"
byteorder = "1.4.3"
clap = "2.33"
crossbeam-channel = "0.5"
log = "0.4.14"
log = "0.4.17"
serde = "1.0.137"
serde_derive = "1.0.103"
solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" }

View File

@ -13,7 +13,7 @@ edition = "2021"
bs58 = "0.4.0"
bv = { version = "0.11.1", features = ["serde"] }
lazy_static = "1.4.0"
log = "0.4.14"
log = "0.4.17"
serde = "1.0.137"
serde_derive = "1.0.103"
serde_bytes = "0.11"

View File

@ -10,7 +10,7 @@ homepage = "https://solana.com/"
documentation = "https://docs.rs/solana-geyser-plugin-interface"
[dependencies]
log = "0.4.11"
log = "0.4.17"
solana-sdk = { path = "../sdk", version = "=1.11.0" }
solana-transaction-status = { path = "../transaction-status", version = "=1.11.0" }
thiserror = "1.0.31"

View File

@ -14,7 +14,7 @@ bs58 = "0.4.0"
crossbeam-channel = "0.5"
json5 = "0.4.1"
libloading = "0.7.3"
log = "0.4.11"
log = "0.4.17"
serde_json = "1.0.81"
solana-geyser-plugin-interface = { path = "../geyser-plugin-interface", version = "=1.11.0" }
solana-measure = { path = "../measure", version = "=1.11.0" }

View File

@ -17,7 +17,7 @@ crossbeam-channel = "0.5"
flate2 = "1.0"
indexmap = { version = "1.8", features = ["rayon"] }
itertools = "0.10.3"
log = "0.4.14"
log = "0.4.17"
lru = "0.7.5"
matches = "0.1.9"
num-traits = "0.2"

View File

@ -17,7 +17,7 @@ csv = "1.1.6"
dashmap = "4.0.2"
histogram = "0.6.9"
itertools = "0.10.3"
log = { version = "0.4.14" }
log = { version = "0.4.17" }
regex = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.81"

View File

@ -21,7 +21,7 @@ futures = "0.3.21"
itertools = "0.10.3"
lazy_static = "1.4.0"
libc = "0.2.125"
log = { version = "0.4.14" }
log = { version = "0.4.17" }
lru = "0.7.5"
num_cpus = "1.13.1"
num_enum = "0.5.7"

View File

@ -13,7 +13,7 @@ documentation = "https://docs.rs/solana-local-cluster"
crossbeam-channel = "0.5"
fs_extra = "1.2.0"
itertools = "0.10.3"
log = "0.4.14"
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.2"
solana-client = { path = "../client", version = "=1.11.0" }

View File

@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
env_logger = "0.9.0"
lazy_static = "1.4.0"
log = "0.4.14"
log = "0.4.17"
[lib]
name = "solana_logger"

View File

@ -11,7 +11,7 @@ license = "Apache-2.0"
edition = "2021"
[dependencies]
log = "0.4.14"
log = "0.4.17"
solana-sdk = { path = "../sdk", version = "=1.11.0" }
[package.metadata.docs.rs]

View File

@ -10,7 +10,7 @@ publish = false
[dependencies]
clap = "2.33.1"
log = "0.4.14"
log = "0.4.17"
solana-logger = { path = "../logger", version = "=1.11.0" }
solana-measure = { path = "../measure", version = "=1.11.0" }
solana-runtime = { path = "../runtime", version = "=1.11.0" }

View File

@ -13,7 +13,7 @@ edition = "2021"
crossbeam-channel = "0.5"
gethostname = "0.2.3"
lazy_static = "1.4.0"
log = "0.4.14"
log = "0.4.17"
reqwest = { version = "0.11.10", default-features = false, features = ["blocking", "rustls-tls", "json"] }
solana-sdk = { path = "../sdk", version = "=1.11.0" }

View File

@ -13,7 +13,7 @@ edition = "2021"
bincode = "1.3.3"
clap = { version = "3.1.5", features = ["cargo"] }
crossbeam-channel = "0.5"
log = "0.4.14"
log = "0.4.17"
nix = "0.24.0"
rand = "0.7.0"
serde = "1.0.137"

View File

@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-notifier"
edition = "2021"
[dependencies]
log = "0.4.14"
log = "0.4.17"
reqwest = { version = "0.11.10", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde_json = "1.0"

View File

@ -18,7 +18,7 @@ dlopen = "0.1.8"
dlopen_derive = "0.1.4"
fnv = "1.0.7"
lazy_static = "1.4.0"
log = "0.4.14"
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.2"
serde = "1.0.137"

View File

@ -11,7 +11,7 @@ publish = false
[dependencies]
clap = { version = "3.1.5", features = ["cargo"] }
log = "0.4.14"
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.2"
solana-entry = { path = "../entry", version = "=1.11.0" }

View File

@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
core_affinity = "0.5.10"
crossbeam-channel = "0.5"
log = "0.4.14"
log = "0.4.17"
solana-entry = { path = "../entry", version = "=1.11.0" }
solana-ledger = { path = "../ledger", version = "=1.11.0" }
solana-measure = { path = "../measure", version = "=1.11.0" }

View File

@ -13,7 +13,7 @@ async-trait = "0.1.53"
base64 = "0.13.0"
bincode = "1.3.3"
chrono-humanize = "0.2.1"
log = "0.4.14"
log = "0.4.17"
serde = "1.0.137"
solana-banks-client = { path = "../banks-client", version = "=1.11.0" }
solana-banks-server = { path = "../banks-server", version = "=1.11.0" }

View File

@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
bincode = "1.3.3"
bytemuck = "1.9.1"
log = "0.4.14"
log = "0.4.17"
num-derive = "0.3"
num-traits = "0.2"
serde = { version = "1.0.137", features = ["derive"] }

View File

@ -2064,9 +2064,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.14"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if 1.0.0",
]

View File

@ -13,7 +13,7 @@ edition = "2021"
bincode = "1.3.3"
byteorder = "1.4.3"
libsecp256k1 = "0.6.0"
log = "0.4.14"
log = "0.4.17"
solana-measure = { path = "../../measure", version = "=1.11.0" }
solana-metrics = { path = "../../metrics", version = "=1.11.0" }
solana-program-runtime = { path = "../../program-runtime", version = "=1.11.0" }

View File

@ -11,7 +11,7 @@ edition = "2021"
[dependencies]
bincode = "1.3.3"
log = "0.4.14"
log = "0.4.17"
num-derive = "0.3"
num-traits = "0.2"
serde = "1.0.137"

View File

@ -11,7 +11,7 @@ edition = "2021"
[dependencies]
bincode = "1.3.3"
log = "0.4.14"
log = "0.4.17"
num-derive = "0.3"
num-traits = "0.2"
serde = "1.0.137"

View File

@ -15,7 +15,7 @@ clap = { version = "3.1.5", features = ["cargo"] }
gimli = "0.26.1"
goblin = { version = "0.5.1", features = ["std"] }
itertools = "0.10.3"
log = { version = "0.4.14", features = ["std"] }
log = { version = "0.4.17", features = ["std"] }
serde = "1.0.137"
serde_json = "1.0.81"
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "=1.11.0" }

View File

@ -13,7 +13,7 @@ documentation = "https://docs.rs/solana-remote-wallet"
console = "0.15.0"
dialoguer = "0.10.0"
hidapi = { version = "1.4.1", default-features = false, optional = true }
log = "0.4.14"
log = "0.4.17"
num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
parking_lot = "0.12"

View File

@ -15,7 +15,7 @@ bincode = "1.3.3"
bs58 = "0.4.0"
crossbeam-channel = "0.5"
futures-util = "0.3.21"
log = "0.4.11"
log = "0.4.17"
reqwest = { version = "0.11.10", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde = "1.0.137"
serde_json = "1.0.81"

View File

@ -22,7 +22,7 @@ jsonrpc-derive = "18.0.0"
jsonrpc-http-server = "18.0.0"
jsonrpc-pubsub = "18.0.0"
libc = "0.2.125"
log = "0.4.14"
log = "0.4.17"
rayon = "1.5.2"
regex = "1.5.4"
serde = "1.0.137"

View File

@ -26,7 +26,7 @@ im = { version = "15.0.0", features = ["rayon", "serde"] }
index_list = "0.2.7"
itertools = "0.10.3"
lazy_static = "1.4.0"
log = "0.4.14"
log = "0.4.17"
memmap2 = "0.5.3"
num-derive = { version = "0.3" }
num-traits = { version = "0.2" }

View File

@ -11,7 +11,7 @@ publish = false
[dependencies]
clap = "2.33.1"
log = { version = "0.4.14" }
log = { version = "0.4.17" }
solana-logger = { path = "../../logger", version = "=1.11.0" }
solana-runtime = { path = "..", version = "=1.11.0" }
solana-version = { path = "../../version", version = "=1.11.0" }

View File

@ -56,7 +56,7 @@ hmac = "0.12.1"
itertools = "0.10.3"
lazy_static = "1.4.0"
libsecp256k1 = { version = "0.6.0", optional = true }
log = "0.4.14"
log = "0.4.17"
memmap2 = { version = "0.5.3", optional = true }
num-derive = "0.3"
num-traits = "0.2"

View File

@ -11,7 +11,7 @@ edition = "2021"
[dependencies]
crossbeam-channel = "0.5"
log = "0.4.14"
log = "0.4.17"
solana-client = { path = "../client", version = "=1.11.0" }
solana-measure = { path = "../measure", version = "=1.11.0" }
solana-metrics = { path = "../metrics", version = "=1.11.0" }

View File

@ -16,7 +16,7 @@ bzip2 = "0.4.3"
enum-iterator = "0.7.0"
flate2 = "1.0.23"
goauth = "0.12.0"
log = "0.4.14"
log = "0.4.17"
prost = "0.10.0"
prost-types = "0.10.0"
serde = "1.0.137"

View File

@ -32,12 +32,6 @@ version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
@ -102,7 +96,7 @@ version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if 1.0.0",
"cfg-if",
]
[[package]]
@ -128,11 +122,11 @@ checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
[[package]]
name = "log"
version = "0.4.11"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if 0.1.10",
"cfg-if",
]
[[package]]
@ -187,7 +181,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "328f9f29b82409216decb172d81e936415d21245befa79cd34c3f29d87d1c50b"
dependencies = [
"bytes",
"cfg-if 1.0.0",
"cfg-if",
"cmake",
"heck",
"itertools",
@ -291,7 +285,7 @@ version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [
"cfg-if 1.0.0",
"cfg-if",
"fastrand",
"libc",
"redox_syscall",

View File

@ -15,7 +15,7 @@ futures-util = "0.3.21"
histogram = "0.6.9"
itertools = "0.10.3"
libc = "0.2.125"
log = "0.4.14"
log = "0.4.17"
nix = "0.24.0"
pem = "1.0.2"
pkcs8 = { version = "0.8.0", features = ["alloc"] }

View File

@ -13,7 +13,7 @@ publish = true
[dependencies]
clap = "2.33.1"
libc = "0.2.125"
log = "0.4.14"
log = "0.4.17"
solana-logger = { path = "../logger", version = "=1.11.0" }
solana-version = { path = "../version", version = "=1.11.0" }

View File

@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
base64 = "0.13.0"
log = "0.4.14"
log = "0.4.17"
serde_derive = "1.0.103"
serde_json = "1.0.81"
solana-cli-output = { path = "../cli-output", version = "=1.11.0" }

View File

@ -11,7 +11,7 @@ publish = false
[dependencies]
bincode = "1.3.3"
clap = "2.33.1"
log = "0.4.14"
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.2"
solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" }

View File

@ -16,7 +16,7 @@ bincode = "1.3.3"
borsh = "0.9.1"
bs58 = "0.4.0"
lazy_static = "1.4.0"
log = "0.4.14"
log = "0.4.17"
serde = "1.0.137"
serde_derive = "1.0.103"
serde_json = "1.0.81"

View File

@ -23,7 +23,7 @@ jsonrpc-core-client = { version = "18.0.0", features = ["ipc"] }
jsonrpc-derive = "18.0.0"
jsonrpc-ipc-server = "18.0.0"
jsonrpc-server-utils = "18.0.0"
log = "0.4.14"
log = "0.4.17"
num_cpus = "1.13.1"
rand = "0.7.0"
serde = "1.0.137"

View File

@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-version"
edition = "2021"
[dependencies]
log = "0.4.14"
log = "0.4.17"
serde = "1.0.137"
serde_derive = "1.0.103"
solana-frozen-abi = { path = "../frozen-abi", version = "=1.11.0" }

View File

@ -12,7 +12,7 @@ documentation = "https://docs.rs/solana-watchtower"
[dependencies]
clap = "2.33.1"
humantime = "2.0.1"
log = "0.4.14"
log = "0.4.17"
solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" }
solana-cli-config = { path = "../cli-config", version = "=1.11.0" }
solana-cli-output = { path = "../cli-output", version = "=1.11.0" }