Skip to content

Commit

Permalink
chore: bump log from 0.4.16 to 0.4.17 (solana-labs#24987)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <[email protected]>
  • Loading branch information
dependabot[bot] and dependabot-buildkite authored May 5, 2022
1 parent ae9e566 commit bece7f3
Show file tree
Hide file tree
Showing 54 changed files with 61 additions and 67 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion accounts-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion accounts-cluster-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion banking-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion bench-tps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion bloom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion bucket_map/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion download-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion entry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion frozen-abi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion geyser-plugin-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion geyser-plugin-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ledger-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion local-cluster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion measure/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion merkle-root-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
2 changes: 1 addition & 1 deletion net-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion notifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion perf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion poh-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion poh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion program-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion programs/address-lookup-table/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
4 changes: 2 additions & 2 deletions programs/bpf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion programs/bpf_loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion programs/stake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion programs/vote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rbpf-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion remote-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rpc-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion runtime/store-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading

0 comments on commit bece7f3

Please sign in to comment.