Skip to content

Commit

Permalink
chore: bump log from 0.4.11 to 0.4.14 (solana-labs#18323)
Browse files Browse the repository at this point in the history
* chore: bump log from 0.4.11 to 0.4.14

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

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

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

* Make version consistent

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
  • Loading branch information
dependabot[bot] and Tyera Eulberg authored Jun 30, 2021
1 parent bb18ec8 commit 78968d1
Show file tree
Hide file tree
Showing 47 changed files with 136 additions and 136 deletions.
176 changes: 88 additions & 88 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion accounts-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://solana.com/"
publish = false

[dependencies]
log = "0.4.11"
log = "0.4.14"
rayon = "1.5.1"
solana-logger = { path = "../logger", version = "=1.8.0" }
solana-runtime = { path = "../runtime", version = "=1.8.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.11"
log = "0.4.14"
rand = "0.7.0"
rayon = "1.5.1"
solana-account-decoder = { path = "../account-decoder", version = "=1.8.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 = "2.33.1"
crossbeam-channel = "0.5"
log = "0.4.11"
log = "0.4.14"
rand = "0.7.0"
rayon = "1.5.1"
solana-core = { path = "../core", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion banks-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
bincode = "1.3.3"
futures = "0.3"
log = "0.4.11"
log = "0.4.14"
mio = "0.7.13"
solana-banks-interface = { path = "../banks-interface", version = "=1.8.0" }
solana-runtime = { path = "../runtime", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion bench-exchange/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"
itertools = "0.10.1"
log = "0.4.11"
log = "0.4.14"
num-derive = "0.3"
num-traits = "0.2"
rand = "0.7.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]
bincode = "1.3.3"
clap = "2.33.1"
log = "0.4.11"
log = "0.4.14"
rayon = "1.5.1"
serde_json = "1.0.64"
serde_yaml = "0.8.17"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ criterion-stats = "0.3.0"
ctrlc = { version = "3.1.9", features = ["termination"] }
console = "0.14.1"
dirs-next = "2.0.0"
log = "0.4.11"
log = "0.4.14"
Inflector = "0.11.4"
indicatif = "0.16.2"
humantime = "2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bs58 = "0.4.0"
clap = "2.33.0"
indicatif = "0.16.2"
jsonrpc-core = "17.0.0"
log = "0.4.11"
log = "0.4.14"
net2 = "0.2.37"
rayon = "1.5.1"
reqwest = { version = "0.11.2", default-features = false, features = ["blocking", "rustls-tls", "json"] }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ flate2 = "1.0"
indexmap = { version = "1.7", features = ["rayon"] }
itertools = "0.10.1"
libc = "0.2.97"
log = "0.4.11"
log = "0.4.14"
lru = "0.6.5"
miow = "0.3.7"
net2 = "0.2.37"
Expand Down
2 changes: 1 addition & 1 deletion dos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
[dependencies]
bincode = "1.3.3"
clap = "2.33.1"
log = "0.4.11"
log = "0.4.14"
rand = "0.7.0"
rayon = "1.5.1"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.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 @@ -13,7 +13,7 @@ edition = "2018"
bzip2 = "0.3.3"
console = "0.14.1"
indicatif = "0.16.2"
log = "0.4.11"
log = "0.4.14"
reqwest = { version = "0.11.2", default-features = false, features = ["blocking", "rustls-tls", "json"] }
solana-sdk = { path = "../sdk", version = "=1.8.0" }
solana-runtime = { path = "../runtime", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
bincode = "1.3.3"
byteorder = "1.4.3"
clap = "2.33"
log = "0.4.11"
log = "0.4.14"
serde = "1.0.126"
serde_derive = "1.0.103"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.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 @@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
bs58 = "0.4.0"
bv = { version = "0.11.1", features = ["serde"] }
log = "0.4.11"
log = "0.4.14"
serde = "1.0.126"
serde_derive = "1.0.103"
sha2 = "0.9.5"
Expand Down
2 changes: 1 addition & 1 deletion gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clap = "2.33.1"
flate2 = "1.0"
indexmap = { version = "1.7", features = ["rayon"] }
itertools = "0.10.1"
log = "0.4.11"
log = "0.4.14"
lru = "0.6.5"
matches = "0.1.8"
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 @@ -18,7 +18,7 @@ futures = "0.3.15"
futures-util = "0.3.5"
histogram = "*"
itertools = "0.10.1"
log = { version = "0.4.11" }
log = { version = "0.4.14" }
regex = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.64"
Expand Down
2 changes: 1 addition & 1 deletion ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ futures-util = "0.3.5"
itertools = "0.10.1"
lazy_static = "1.4.0"
libc = "0.2.97"
log = { version = "0.4.11" }
log = { version = "0.4.14" }
num_cpus = "1.13.0"
prost = "0.7.0"
rand = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion local-cluster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crossbeam-channel = "0.5"
itertools = "0.10.1"
gag = "1.0.0"
fs_extra = "1.2.0"
log = "0.4.11"
log = "0.4.14"
rand = "0.7.0"
rayon = "1.5.1"
solana-config-program = { path = "../programs/config", version = "=1.8.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 = "2018"
[dependencies]
env_logger = "0.8.4"
lazy_static = "1.4.0"
log = "0.4.11"
log = "0.4.14"

[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 = "2018"

[dependencies]
log = "0.4.11"
log = "0.4.14"
solana-sdk = { path = "../sdk", version = "=1.8.0" }
solana-metrics = { path = "../metrics", version = "=1.8.0" }

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 @@ -9,7 +9,7 @@ homepage = "https://solana.com/"
publish = false

[dependencies]
log = "0.4.11"
log = "0.4.14"
solana-logger = { path = "../logger", version = "=1.8.0" }
solana-runtime = { path = "../runtime", version = "=1.8.0" }
solana-measure = { path = "../measure", version = "=1.8.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 = "2018"
env_logger = "0.8.4"
gethostname = "0.2.1"
lazy_static = "1.4.0"
log = "0.4.11"
log = "0.4.14"
reqwest = { version = "0.11.2", default-features = false, features = ["blocking", "rustls-tls", "json"] }
solana-sdk = { path = "../sdk", version = "=1.8.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 @@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
bincode = "1.3.3"
clap = "2.33.1"
log = "0.4.11"
log = "0.4.14"
nix = "0.20.0"
rand = "0.7.0"
serde = "1.0.126"
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 = "2018"

[dependencies]
log = "0.4.11"
log = "0.4.14"
reqwest = { version = "0.11.2", 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 @@ -15,7 +15,7 @@ curve25519-dalek = { version = "3" }
dlopen = "0.1.8"
dlopen_derive = "0.1.4"
lazy_static = "1.4.0"
log = "0.4.11"
log = "0.4.14"
rand = "0.7.0"
rayon = "1.5.1"
serde = "1.0.126"
Expand Down
2 changes: 1 addition & 1 deletion poh-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-poh-bench"

[dependencies]
clap = "2.33.1"
log = "0.4.11"
log = "0.4.14"
rand = "0.7.0"
rayon = "1.5.1"
solana-logger = { path = "../logger", version = "=1.8.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 = "2018"
[dependencies]
core_affinity = "0.5.10"
crossbeam-channel = "0.5"
log = "0.4.11"
log = "0.4.14"
solana-ledger = { path = "../ledger", version = "=1.8.0" }
solana-measure = { path = "../measure", version = "=1.8.0" }
solana-metrics = { path = "../metrics", version = "=1.8.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 @@ base64 = "0.12.3"
bincode = "1.3.3"
chrono = "0.4.19"
chrono-humanize = "0.2.1"
log = "0.4.11"
log = "0.4.14"
mio = "0.7.13"
serde = "1.0.126"
serde_derive = "1.0.103"
Expand Down
6 changes: 3 additions & 3 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 @@ -15,7 +15,7 @@ regex = "1.5.4"
[dependencies]
bincode = "1.3.3"
byteorder = "1.4.3"
log = "0.4.11"
log = "0.4.14"
num-derive = "0.3"
num-traits = "0.2"
rand_core = "0.6.3"
Expand Down
2 changes: 1 addition & 1 deletion programs/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
bincode = "1.3.3"
chrono = { version = "0.4.11", features = ["serde"] }
log = "0.4.11"
log = "0.4.14"
rand_core = "0.6.3"
serde = "1.0.126"
serde_derive = "1.0.103"
Expand Down
2 changes: 1 addition & 1 deletion programs/exchange/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dependencies]
bincode = "1.3.3"
log = "0.4.11"
log = "0.4.14"
num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
serde = "1.0.126"
Expand Down
2 changes: 1 addition & 1 deletion programs/noop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-noop-program"
edition = "2018"

[dependencies]
log = "0.4.11"
log = "0.4.14"
solana-logger = { path = "../../logger", version = "=1.8.0" }
solana-sdk = { path = "../../sdk", version = "=1.8.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 = "2018"

[dependencies]
bincode = "1.3.3"
log = "0.4.11"
log = "0.4.14"
num-derive = "0.3"
num-traits = "0.2"
serde = "1.0.126"
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 = "2018"

[dependencies]
bincode = "1.3.3"
log = "0.4.11"
log = "0.4.14"
num-derive = "0.3"
num-traits = "0.2"
serde = "1.0.126"
Expand Down
2 changes: 1 addition & 1 deletion remote-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ base32 = "0.4.0"
console = "0.14.1"
dialoguer = "0.8.0"
hidapi = { version = "1.2.6", default-features = false }
log = "0.4.11"
log = "0.4.14"
num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
parking_lot = "0.10"
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-http-server = "17.1.0"
jsonrpc-pubsub = "17.1.0"
jsonrpc-ws-server = "17.1.0"
libc = "0.2.97"
log = "0.4.11"
log = "0.4.14"
regex = "1.5.4"
serde = "1.0.122"
serde_derive = "1.0.103"
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ itertools = "0.10.1"
lazy_static = "1.4.0"
libc = "0.2.97"
libloading = "0.7.0"
log = "0.4.11"
log = "0.4.14"
memmap2 = "0.2.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 @@ -10,7 +10,7 @@ homepage = "https://solana.com/"
publish = false

[dependencies]
log = { version = "0.4.11" }
log = { version = "0.4.14" }
solana-logger = { path = "../../logger", version = "=1.8.0" }
solana-version = { path = "../../version", version = "=1.8.0" }
solana-measure = { path = "../../measure", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ hmac = "0.11.0"
itertools = "0.10.1"
lazy_static = "1.4.0"
libsecp256k1 = { version = "0.5.0", optional = true }
log = "0.4.11"
log = "0.4.14"
memmap2 = { version = "0.2.3", optional = true }
num-derive = "0.3"
num-traits = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion sdk/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bv = { version = "0.11.1", features = ["serde"] }
hex = "0.4.2"
itertools = "0.10.1"
lazy_static = "1.4.0"
log = "0.4.8"
log = "0.4.14"
num-derive = "0.3"
num-traits = "0.2"
rustversion = "1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion storage-bigtable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bzip2 = "0.3.3"
enum-iterator = "0.6.0"
flate2 = "1.0.20"
goauth = "0.10.0"
log = "0.4.11"
log = "0.4.14"
prost = "0.7.0"
prost-types = "0.7.0"
rand_core = "0.6.3"
Expand Down
2 changes: 1 addition & 1 deletion streamer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-streamer"
edition = "2018"

[dependencies]
log = "0.4.11"
log = "0.4.14"
solana-metrics = { path = "../metrics", version = "=1.8.0" }
solana-sdk = { path = "../sdk", version = "=1.8.0" }
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion sys-tuner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = true

[dependencies]
clap = "2.33.1"
log = "0.4.11"
log = "0.4.14"
libc = "0.2.97"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
solana-logger = { path = "../logger", version = "=1.8.0" }
Expand Down
Loading

0 comments on commit 78968d1

Please sign in to comment.