build(deps): bump the log group with 2 updates (#7337)
Bumps the log group with 2 updates: [thiserror](https://github.com/dtolnay/thiserror) and [log](https://github.com/rust-lang/log). Updates `thiserror` from 1.0.44 to 1.0.46 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.44...1.0.46) Updates `log` from 0.4.19 to 0.4.20 - [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/compare/0.4.19...0.4.20) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: log - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: log ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
eec467a173
commit
7605a3376b
12
Cargo.lock
12
Cargo.lock
|
@ -2320,9 +2320,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.19"
|
||||
version = "0.4.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
||||
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
||||
|
||||
[[package]]
|
||||
name = "lz4-sys"
|
||||
|
@ -4231,18 +4231,18 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "1.0.44"
|
||||
version = "1.0.46"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
|
||||
checksum = "d9207952ae1a003f42d3d5e892dac3c6ba42aa6ac0c79a6a91a2b5cb4253e75c"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.44"
|
||||
version = "1.0.46"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
|
||||
checksum = "f1728216d3244de4f14f14f8c15c79be1a7c67867d28d69b719690e2a19fb445"
|
||||
dependencies = [
|
||||
"proc-macro2 1.0.66",
|
||||
"quote 1.0.31",
|
||||
|
|
|
@ -91,7 +91,7 @@ humantime = "2.1.0"
|
|||
# Error Handling & Formatting
|
||||
displaydoc = "0.2.4"
|
||||
static_assertions = "1.1.0"
|
||||
thiserror = "1.0.44"
|
||||
thiserror = "1.0.46"
|
||||
tracing = "0.1.37"
|
||||
|
||||
# Serialization
|
||||
|
|
|
@ -52,7 +52,7 @@ serde = { version = "1.0.179", features = ["serde_derive"] }
|
|||
futures = "0.3.28"
|
||||
futures-util = "0.3.28"
|
||||
metrics = "0.21.1"
|
||||
thiserror = "1.0.44"
|
||||
thiserror = "1.0.46"
|
||||
tokio = { version = "1.29.1", features = ["time", "sync", "tracing", "rt-multi-thread"] }
|
||||
tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] }
|
||||
tracing = "0.1.37"
|
||||
|
|
|
@ -58,7 +58,7 @@ rayon = "1.7.0"
|
|||
regex = "1.9.3"
|
||||
serde = { version = "1.0.179", features = ["serde_derive"] }
|
||||
tempfile = "3.7.1"
|
||||
thiserror = "1.0.44"
|
||||
thiserror = "1.0.46"
|
||||
|
||||
futures = "0.3.28"
|
||||
tokio = { version = "1.29.1", features = ["fs", "io-util", "net", "time", "tracing", "macros", "rt-multi-thread"] }
|
||||
|
|
|
@ -82,7 +82,7 @@ insta = { version = "1.31.0", features = ["redactions", "json", "ron"] }
|
|||
|
||||
proptest = "1.2.0"
|
||||
|
||||
thiserror = "1.0.44"
|
||||
thiserror = "1.0.46"
|
||||
tokio = { version = "1.29.1", features = ["full", "tracing", "test-util"] }
|
||||
|
||||
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
|
||||
|
|
|
@ -19,7 +19,7 @@ zcash_script = "0.1.13"
|
|||
|
||||
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.28" }
|
||||
|
||||
thiserror = "1.0.44"
|
||||
thiserror = "1.0.46"
|
||||
displaydoc = "0.2.4"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -59,7 +59,7 @@ rocksdb = { version = "0.21.0", default-features = false, features = ["lz4"] }
|
|||
semver = "1.0.18"
|
||||
serde = { version = "1.0.179", features = ["serde_derive"] }
|
||||
tempfile = "3.7.1"
|
||||
thiserror = "1.0.44"
|
||||
thiserror = "1.0.46"
|
||||
|
||||
rayon = "1.7.0"
|
||||
tokio = { version = "1.29.1", features = ["rt-multi-thread", "sync", "tracing"] }
|
||||
|
|
|
@ -36,7 +36,7 @@ tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
|
|||
humantime = "2.1.0"
|
||||
owo-colors = "3.5.0"
|
||||
spandoc = "0.2.2"
|
||||
thiserror = "1.0.44"
|
||||
thiserror = "1.0.46"
|
||||
|
||||
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
||||
tracing-error = "0.2.0"
|
||||
|
|
|
@ -72,7 +72,7 @@ hex = "0.4.3"
|
|||
serde_json = "1.0.104"
|
||||
tracing-error = "0.2.0"
|
||||
tracing-subscriber = "0.3.17"
|
||||
thiserror = "1.0.44"
|
||||
thiserror = "1.0.46"
|
||||
|
||||
zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.28" }
|
||||
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.28" }
|
||||
|
|
|
@ -173,7 +173,7 @@ color-eyre = { version = "0.6.2", default-features = false, features = ["issue-u
|
|||
# Enable a feature that makes tinyvec compile much faster.
|
||||
tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
|
||||
|
||||
thiserror = "1.0.44"
|
||||
thiserror = "1.0.46"
|
||||
|
||||
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
||||
tracing-appender = "0.2.2"
|
||||
|
@ -209,7 +209,7 @@ metrics-exporter-prometheus = { version = "0.12.0", default-features = false, fe
|
|||
#
|
||||
# zebrad uses tracing for logging,
|
||||
# we only use `log` to set and print the static log levels in transitive dependencies
|
||||
log = "0.4.19"
|
||||
log = "0.4.20"
|
||||
|
||||
# prod feature progress-bar
|
||||
howudoin = { version = "0.1.2", features = ["term-line"], optional = true }
|
||||
|
|
Loading…
Reference in New Issue