chore(deps): Bump thiserror from 1.0.34 to 1.0.35 (#5629)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.34 to 1.0.35. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.34...1.0.35) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/24376/head
parent
9ed931271a
commit
b4a25fdb0e
|
@ -4981,18 +4981,18 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
|
|||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "1.0.34"
|
||||
version = "1.0.35"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252"
|
||||
checksum = "c53f98874615aea268107765aa1ed8f6116782501d18e53d08b471733bea6c85"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.34"
|
||||
version = "1.0.35"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487"
|
||||
checksum = "f8b463991b4eab2d801e724172285ec4195c650e8ec79b149e6c2a8e6dd3f783"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
http = "0.2.8"
|
||||
thiserror = "1.0.34"
|
||||
thiserror = "1.0.35"
|
||||
tonic = { version = "0.8" }
|
||||
tower = "0.4"
|
||||
workspace-hack = { path = "../workspace-hack"}
|
||||
|
|
|
@ -18,7 +18,7 @@ observability_deps = { path = "../observability_deps" }
|
|||
schema = { path = "../schema" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.82"
|
||||
thiserror = "1.0.34"
|
||||
thiserror = "1.0.35"
|
||||
tokio = { version = "1.17" }
|
||||
tonic = { version = "0.8" }
|
||||
trogging = { path = "../trogging", features = ["clap"] }
|
||||
|
|
|
@ -56,7 +56,7 @@ once_cell = { version = "1.14.0", features = ["parking_lot"] }
|
|||
rustyline = { version = "10.0", default-features = false }
|
||||
serde_json = "1.0.83"
|
||||
snafu = "0.7"
|
||||
thiserror = "1.0.34"
|
||||
thiserror = "1.0.35"
|
||||
tikv-jemalloc-ctl = { version = "0.5.0", optional = true }
|
||||
tokio = { version = "1.21", 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.11"
|
||||
rand = "0.8.3"
|
||||
thiserror = "1.0.34"
|
||||
thiserror = "1.0.35"
|
||||
tonic = { version = "0.8" }
|
||||
|
||||
[dev-dependencies] # In alphabetical order
|
||||
|
|
|
@ -15,7 +15,7 @@ observability_deps = { path = "../observability_deps" }
|
|||
snafu = "0.7"
|
||||
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls" , "postgres", "uuid" ] }
|
||||
sqlx-hotswap-pool = { path = "../sqlx-hotswap-pool" }
|
||||
thiserror = "1.0.34"
|
||||
thiserror = "1.0.35"
|
||||
tokio = { version = "1.21", features = ["io-util", "macros", "parking_lot", "rt-multi-thread", "time"] }
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
workspace-hack = { path = "../workspace-hack"}
|
||||
|
|
|
@ -22,6 +22,6 @@ trace = { path = "../trace" }
|
|||
# Crates.io dependencies, in alphabetical order
|
||||
async-trait = "0.1"
|
||||
hyper = "0.14"
|
||||
thiserror = "1.0.34"
|
||||
thiserror = "1.0.35"
|
||||
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.34"
|
||||
thiserror = "1.0.35"
|
||||
workspace-hack = { path = "../workspace-hack"}
|
||||
|
|
|
@ -25,7 +25,7 @@ trace = { path = "../trace" }
|
|||
arrow-flight = "22.0.0"
|
||||
async-trait = "0.1"
|
||||
hyper = "0.14"
|
||||
thiserror = "1.0.34"
|
||||
thiserror = "1.0.35"
|
||||
tokio = { version = "1.21", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
tonic = "0.8"
|
||||
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.34"
|
||||
thiserror = "1.0.35"
|
||||
tokio = { version = "1.21", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
tokio-util = { version = "0.7.4" }
|
||||
workspace-hack = { path = "../workspace-hack"}
|
||||
|
|
|
@ -29,4 +29,4 @@ tokio = { version = "1.21", features = ["macros", "parking_lot", "rt", "rt-multi
|
|||
uuid = { version = "1", features = ["v4"] }
|
||||
zstd = "0.11"
|
||||
workspace-hack = { path = "../workspace-hack"}
|
||||
thiserror = "1.0.34"
|
||||
thiserror = "1.0.35"
|
||||
|
|
|
@ -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.34"
|
||||
thiserror = "1.0.35"
|
||||
tracing-log = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
|
||||
|
||||
|
|
Loading…
Reference in New Issue