chore(deps): Bump thiserror from 1.0.31 to 1.0.32 (#5294)
* chore(deps): Bump thiserror from 1.0.31 to 1.0.32 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.31 to 1.0.32. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.31...1.0.32) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: Run cargo hakari tasks Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CircleCI[bot] <circleci@influxdata.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/24376/head
parent
6011c4cd1f
commit
55e1e2ec2b
|
|
@ -5254,18 +5254,18 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
|
|||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "1.0.31"
|
||||
version = "1.0.32"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
|
||||
checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.31"
|
||||
version = "1.0.32"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
|
||||
checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
http = "0.2.8"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.32"
|
||||
tonic = { version = "0.7" }
|
||||
tower = "0.4"
|
||||
workspace-hack = { path = "../workspace-hack"}
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ once_cell = { version = "1.13.0", features = ["parking_lot"] }
|
|||
rustyline = { version = "10.0", default-features = false }
|
||||
serde_json = "1.0.82"
|
||||
snafu = "0.7"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.32"
|
||||
tikv-jemalloc-ctl = { version = "0.4.0", optional = true }
|
||||
tokio = { version = "1.20", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
tokio-stream = { version = "0.1", features = ["net"] }
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ bytes = "1.2"
|
|||
futures-util = { version = "0.3", optional = true }
|
||||
prost = "0.10"
|
||||
rand = "0.8.3"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.32"
|
||||
tonic = { version = "0.7" }
|
||||
|
||||
[dev-dependencies] # In alphabetical order
|
||||
|
|
|
|||
|
|
@ -21,6 +21,6 @@ trace = { path = "../trace" }
|
|||
# Crates.io dependencies, in alphabetical order
|
||||
async-trait = "0.1"
|
||||
hyper = "0.14"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.32"
|
||||
workspace-hack = { path = "../workspace-hack"}
|
||||
parquet_file = { version = "0.1.0", path = "../parquet_file" }
|
||||
|
|
|
|||
|
|
@ -19,5 +19,5 @@ write_buffer = { path = "../write_buffer" }
|
|||
# Crates.io dependencies, in alphabetical order
|
||||
async-trait = "0.1"
|
||||
hyper = "0.14"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.32"
|
||||
workspace-hack = { path = "../workspace-hack"}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ write_buffer = { path = "../write_buffer" }
|
|||
arrow-flight = "19.0.0"
|
||||
async-trait = "0.1"
|
||||
hyper = "0.14"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.32"
|
||||
tokio = { version = "1.20", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
tonic = "0.7"
|
||||
workspace-hack = { path = "../workspace-hack"}
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ write_summary = { path = "../write_summary" }
|
|||
async-trait = "0.1"
|
||||
hashbrown = "0.12"
|
||||
hyper = "0.14"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.32"
|
||||
tokio = { version = "1.20", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
tokio-util = { version = "0.7.3" }
|
||||
workspace-hack = { path = "../workspace-hack"}
|
||||
|
|
|
|||
|
|
@ -29,4 +29,4 @@ tokio = { version = "1.20", features = ["macros", "parking_lot", "rt", "rt-multi
|
|||
uuid = { version = "1", features = ["v4"] }
|
||||
zstd = "0.11"
|
||||
workspace-hack = { path = "../workspace-hack"}
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.32"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ description = "IOx logging pipeline built upon tokio-tracing"
|
|||
clap = { version = "3", features = ["derive", "env"], optional = true }
|
||||
logfmt = { path = "../logfmt" }
|
||||
observability_deps = { path = "../observability_deps" }
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.32"
|
||||
tracing-log = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue