diff --git a/Cargo.lock b/Cargo.lock index f56068e1ac..05bd65577a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5031,18 +5031,18 @@ checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16" [[package]] name = "thiserror" -version = "1.0.36" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a99cb8c4b9a8ef0e7907cd3b617cc8dc04d571c4e73c8ae403d80ac160bb122" +checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.36" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a891860d3c8d66fec8e73ddb3765f90082374dbaaa833407b904a94f1a7eb43" +checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb" dependencies = [ "proc-macro2", "quote", diff --git a/client_util/Cargo.toml b/client_util/Cargo.toml index 450c5889d9..462dff2a08 100644 --- a/client_util/Cargo.toml +++ b/client_util/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] http = "0.2.8" -thiserror = "1.0.36" +thiserror = "1.0.37" tonic = { version = "0.8" } tower = "0.4" workspace-hack = { path = "../workspace-hack"} diff --git a/import/Cargo.toml b/import/Cargo.toml index dfaff558a5..c773711a23 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -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.36" +thiserror = "1.0.37" tokio = { version = "1.21" } tonic = { version = "0.8" } trogging = { path = "../trogging", features = ["clap"] } diff --git a/influxdb_iox/Cargo.toml b/influxdb_iox/Cargo.toml index 9d5aae316d..06da5bb425 100644 --- a/influxdb_iox/Cargo.toml +++ b/influxdb_iox/Cargo.toml @@ -58,7 +58,7 @@ once_cell = { version = "1.15.0", features = ["parking_lot"] } rustyline = { version = "10.0", default-features = false } serde_json = "1.0.83" snafu = "0.7" -thiserror = "1.0.36" +thiserror = "1.0.37" 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"] } diff --git a/influxdb_iox_client/Cargo.toml b/influxdb_iox_client/Cargo.toml index b4bd715810..a75dc3b460 100644 --- a/influxdb_iox_client/Cargo.toml +++ b/influxdb_iox_client/Cargo.toml @@ -26,7 +26,7 @@ bytes = "1.2" futures-util = { version = "0.3", optional = true } prost = "0.11" rand = "0.8.3" -thiserror = "1.0.36" +thiserror = "1.0.37" tonic = { version = "0.8" } [dev-dependencies] # In alphabetical order diff --git a/iox_catalog/Cargo.toml b/iox_catalog/Cargo.toml index 52d7aa13a5..e9d8a24702 100644 --- a/iox_catalog/Cargo.toml +++ b/iox_catalog/Cargo.toml @@ -16,7 +16,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.36" +thiserror = "1.0.37" tokio = { version = "1.21", features = ["io-util", "macros", "parking_lot", "rt-multi-thread", "time"] } uuid = { version = "1", features = ["v4"] } workspace-hack = { path = "../workspace-hack"} diff --git a/ioxd_compactor/Cargo.toml b/ioxd_compactor/Cargo.toml index 7e2456953e..3fae827159 100644 --- a/ioxd_compactor/Cargo.toml +++ b/ioxd_compactor/Cargo.toml @@ -22,6 +22,6 @@ trace = { path = "../trace" } # Crates.io dependencies, in alphabetical order async-trait = "0.1" hyper = "0.14" -thiserror = "1.0.36" +thiserror = "1.0.37" workspace-hack = { path = "../workspace-hack"} parquet_file = { version = "0.1.0", path = "../parquet_file" } diff --git a/ioxd_ingester/Cargo.toml b/ioxd_ingester/Cargo.toml index 8d85a6b14e..db8f65e202 100644 --- a/ioxd_ingester/Cargo.toml +++ b/ioxd_ingester/Cargo.toml @@ -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.36" +thiserror = "1.0.37" workspace-hack = { path = "../workspace-hack"} diff --git a/ioxd_querier/Cargo.toml b/ioxd_querier/Cargo.toml index fb92e7e988..e90a4a68df 100644 --- a/ioxd_querier/Cargo.toml +++ b/ioxd_querier/Cargo.toml @@ -25,7 +25,7 @@ trace = { path = "../trace" } arrow-flight = "23.0.0" async-trait = "0.1" hyper = "0.14" -thiserror = "1.0.36" +thiserror = "1.0.37" tokio = { version = "1.21", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] } tonic = "0.8" workspace-hack = { path = "../workspace-hack"} diff --git a/ioxd_router/Cargo.toml b/ioxd_router/Cargo.toml index 529dbbdc0d..5797a9cf01 100644 --- a/ioxd_router/Cargo.toml +++ b/ioxd_router/Cargo.toml @@ -23,7 +23,7 @@ write_summary = { path = "../write_summary" } async-trait = "0.1" hashbrown = "0.12" hyper = "0.14" -thiserror = "1.0.36" +thiserror = "1.0.37" 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"} diff --git a/parquet_file/Cargo.toml b/parquet_file/Cargo.toml index 0b6d39548e..6fd9bafa4f 100644 --- a/parquet_file/Cargo.toml +++ b/parquet_file/Cargo.toml @@ -28,4 +28,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.36" +thiserror = "1.0.37" diff --git a/trogging/Cargo.toml b/trogging/Cargo.toml index 6796d9a8b9..c0d111f873 100644 --- a/trogging/Cargo.toml +++ b/trogging/Cargo.toml @@ -12,7 +12,7 @@ atty = "0.2.14" clap = { version = "3", features = ["derive", "env"], optional = true } logfmt = { path = "../logfmt" } observability_deps = { path = "../observability_deps" } -thiserror = "1.0.36" +thiserror = "1.0.37" tracing-log = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }