chore(deps): Bump thiserror from 1.0.46 to 1.0.47 (#8519)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.46 to 1.0.47. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.46...1.0.47) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/24376/head
parent
f266df7dd9
commit
d2c71bfe67
|
@ -5833,18 +5833,18 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "1.0.46"
|
||||
version = "1.0.47"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d9207952ae1a003f42d3d5e892dac3c6ba42aa6ac0c79a6a91a2b5cb4253e75c"
|
||||
checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.46"
|
||||
version = "1.0.47"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f1728216d3244de4f14f14f8c15c79be1a7c67867d28d69b719690e2a19fb445"
|
||||
checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
@ -9,7 +9,7 @@ license.workspace = true
|
|||
[dependencies]
|
||||
http = "0.2.9"
|
||||
reqwest = { version = "0.11", default-features = false, features = ["stream", "rustls-tls"] }
|
||||
thiserror = "1.0.46"
|
||||
thiserror = "1.0.47"
|
||||
tonic = { workspace = true }
|
||||
tower = "0.4"
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
|
|
|
@ -18,7 +18,7 @@ ordered-float = "3"
|
|||
schema = { path = "../schema" }
|
||||
sha2 = "0.10"
|
||||
sqlx = { version = "0.7.1", features = ["runtime-tokio-rustls", "postgres", "uuid"] }
|
||||
thiserror = "1.0.46"
|
||||
thiserror = "1.0.47"
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
percent-encoding = "2.2.0"
|
||||
|
|
|
@ -11,7 +11,7 @@ futures = "0.3.28"
|
|||
hashbrown.workspace = true
|
||||
metric = { version = "0.1.0", path = "../metric" }
|
||||
prost = "0.11.9"
|
||||
thiserror = "1.0.46"
|
||||
thiserror = "1.0.47"
|
||||
tokio = { version = "1.32.0", features = ["net", "io-util", "time", "rt", "sync", "macros"] }
|
||||
tracing = "0.1.37"
|
||||
uuid = { version = "1.4.1", features = ["v4"] }
|
||||
|
|
|
@ -17,7 +17,7 @@ object_store = { workspace=true }
|
|||
observability_deps = { path = "../observability_deps" }
|
||||
schema = { path = "../schema" }
|
||||
serde_json = "1.0.105"
|
||||
thiserror = "1.0.46"
|
||||
thiserror = "1.0.47"
|
||||
tokio = { version = "1.32" }
|
||||
tokio-util = { version = "0.7.8" }
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
|
|
|
@ -71,7 +71,7 @@ serde = "1.0.183"
|
|||
serde_json = "1.0.105"
|
||||
snafu = "0.7"
|
||||
tempfile = "3.7.1"
|
||||
thiserror = "1.0.46"
|
||||
thiserror = "1.0.47"
|
||||
tikv-jemalloc-ctl = { version = "0.5.4", optional = true }
|
||||
tokio = { version = "1.32", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time", "io-std"] }
|
||||
tokio-stream = { version = "0.1", features = ["net"] }
|
||||
|
|
|
@ -27,7 +27,7 @@ schema = { path = "../schema" }
|
|||
serde_json = "1.0.105"
|
||||
tokio = { version = "1.32", features = ["macros", "parking_lot", "rt-multi-thread"] }
|
||||
tokio-stream = "0.1.13"
|
||||
thiserror = "1.0.46"
|
||||
thiserror = "1.0.47"
|
||||
tonic = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -42,7 +42,7 @@ sharder = { version = "0.1.0", path = "../sharder" }
|
|||
test_helpers = { path = "../test_helpers", features = [
|
||||
"future_timeout",
|
||||
], optional = true }
|
||||
thiserror = "1.0.46"
|
||||
thiserror = "1.0.47"
|
||||
tracker = { path = "../tracker" }
|
||||
tokio = { version = "1.32", features = [
|
||||
"macros",
|
||||
|
|
|
@ -21,7 +21,7 @@ siphasher = "0.3"
|
|||
snafu = "0.7"
|
||||
sqlx = { version = "0.7.1", features = [ "runtime-tokio-rustls" , "postgres", "uuid", "sqlite" ] }
|
||||
sqlx-hotswap-pool = { path = "../sqlx-hotswap-pool" }
|
||||
thiserror = "1.0.46"
|
||||
thiserror = "1.0.47"
|
||||
tokio = { version = "1.32", features = ["io-util", "macros", "parking_lot", "rt-multi-thread", "time"] }
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
|
|
|
@ -18,7 +18,7 @@ iox_query = { version = "0.1.0", path = "../iox_query" }
|
|||
ioxd_common = { path = "../ioxd_common" }
|
||||
metric = { path = "../metric" }
|
||||
parquet_file = { version = "0.1.0", path = "../parquet_file" }
|
||||
thiserror = "1.0.46"
|
||||
thiserror = "1.0.47"
|
||||
tokio = { version = "1.32", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
tokio-util = { version = "0.7.8" }
|
||||
trace = { path = "../trace" }
|
||||
|
|
|
@ -30,7 +30,7 @@ trace = { path = "../trace" }
|
|||
arrow-flight = { workspace = true }
|
||||
async-trait = "0.1"
|
||||
hyper = "0.14"
|
||||
thiserror = "1.0.46"
|
||||
thiserror = "1.0.47"
|
||||
tokio = { version = "1.32", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
tonic = { workspace = true }
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
|
|
|
@ -19,7 +19,7 @@ metric = { path = "../metric" }
|
|||
mutable_batch = { path = "../mutable_batch" }
|
||||
object_store = { workspace = true }
|
||||
router = { path = "../router" }
|
||||
thiserror = "1.0.46"
|
||||
thiserror = "1.0.47"
|
||||
tokio-util = { version = "0.7.8" }
|
||||
trace = { path = "../trace" }
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
|
|
|
@ -18,7 +18,7 @@ hashbrown = { workspace = true }
|
|||
itertools = "0.11"
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
percent-encoding = "2.2.0"
|
||||
thiserror = "1.0.46"
|
||||
thiserror = "1.0.47"
|
||||
unicode-segmentation = "1.10.1"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -22,7 +22,7 @@ pbjson-types = "0.5"
|
|||
prost = "0.11"
|
||||
schema = { path = "../schema" }
|
||||
snafu = "0.7"
|
||||
thiserror = "1.0.46"
|
||||
thiserror = "1.0.47"
|
||||
thrift = "0.17"
|
||||
tokio = { version = "1.32", features = ["macros", "parking_lot", "rt", "rt-multi-thread", "sync"] }
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
|
|
|
@ -11,7 +11,7 @@ clap = { version = "4", features = ["derive", "env"], optional = true }
|
|||
is-terminal = "0.4.9"
|
||||
logfmt = { path = "../logfmt" }
|
||||
observability_deps = { path = "../observability_deps" }
|
||||
thiserror = "1.0.46"
|
||||
thiserror = "1.0.47"
|
||||
tracing-log = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ hashbrown.workspace = true
|
|||
mutable_batch = { version = "0.1.0", path = "../mutable_batch" }
|
||||
parquet_to_line_protocol = { version = "0.1.0", path = "../parquet_to_line_protocol" }
|
||||
schema = { version = "0.1.0", path = "../schema" }
|
||||
thiserror = "1.0.46"
|
||||
thiserror = "1.0.47"
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
|
||||
[dev-dependencies] # In alphabetical order
|
||||
|
|
Loading…
Reference in New Issue