chore: bump log to v0.4.17 (#29579)

This commit is contained in:
Yihau Chen 2023-01-11 14:07:25 +08:00 committed by GitHub
parent 04b8e8f5be
commit 6a97e84db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ enum-iterator = "1.2.0"
itertools = "0.10.1"
libc = "0.2.101"
libloading = "0.7.0"
log = "0.4.14"
log = "0.4.17"
num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
rand = "0.7.0"

View File

@ -12,7 +12,7 @@ publish = false
[dependencies]
cargo_metadata = "0.15.0"
clap = { version = "3.1.5", features = ["cargo", "env"] }
log = { version = "0.4.14", features = ["std"] }
log = { version = "0.4.17", features = ["std"] }
solana-logger = { path = "../../logger", version = "=1.15.0" }
solana-sdk = { path = "..", version = "=1.15.0" }

View File

@ -13,7 +13,7 @@ publish = false
bzip2 = "0.4.3"
cargo_metadata = "0.15.0"
clap = { version = "3.1.5", features = ["cargo", "env"] }
log = { version = "0.4.14", features = ["std"] }
log = { version = "0.4.17", features = ["std"] }
regex = "1.6.0"
reqwest = { version = "0.11", features = ["blocking"] }
semver = "1.0"

View File

@ -12,7 +12,7 @@ publish = false
[dependencies]
cargo_metadata = "0.15.0"
clap = { version = "3.1.5", features = ["cargo"] }
log = { version = "0.4.14", features = ["std"] }
log = { version = "0.4.17", features = ["std"] }
solana-logger = { path = "../../logger", version = "=1.15.0" }
[[bin]]