diff --git a/Cargo.lock b/Cargo.lock index 313e3c3344c8f..07037908d6e04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6199,18 +6199,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.32" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994" +checksum = "c53f98874615aea268107765aa1ed8f6116782501d18e53d08b471733bea6c85" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.32" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21" +checksum = "f8b463991b4eab2d801e724172285ec4195c650e8ec79b149e6c2a8e6dd3f783" dependencies = [ "proc-macro2", "quote", diff --git a/src/adapter/Cargo.toml b/src/adapter/Cargo.toml index 9be4fc2d2763b..7058c1f3ddb35 100644 --- a/src/adapter/Cargo.toml +++ b/src/adapter/Cargo.toml @@ -52,7 +52,7 @@ tokio = { version = "1.19.2", features = ["rt", "time"] } tokio-postgres = { git = "https://github.com/MaterializeInc/rust-postgres" } tokio-stream = "0.1.9" tracing = "0.1.36" -thiserror = "1.0.32" +thiserror = "1.0.35" uncased = "0.9.7" uuid = { version = "1.1.2", features = ["v4"] } diff --git a/src/environmentd/Cargo.toml b/src/environmentd/Cargo.toml index 0b56f2497f1ab..9d977b0ba50c6 100644 --- a/src/environmentd/Cargo.toml +++ b/src/environmentd/Cargo.toml @@ -62,7 +62,7 @@ shell-words = "1.1.0" sysctl = "0.5.2" sysinfo = "0.25.3" tempfile = "3.2.0" -thiserror = "1.0.32" +thiserror = "1.0.35" tokio = { version = "1.19.2", features = ["sync"] } tokio-openssl = "0.6.3" tokio-postgres = { git = "https://github.com/MaterializeInc/rust-postgres" } diff --git a/src/frontegg-auth/Cargo.toml b/src/frontegg-auth/Cargo.toml index 5b338f051e170..3c52c05b2bd6f 100644 --- a/src/frontegg-auth/Cargo.toml +++ b/src/frontegg-auth/Cargo.toml @@ -14,7 +14,7 @@ jsonwebtoken = "8.1.1" mz-ore = { path = "../ore" } reqwest = "0.11.11" serde = { version = "1.0.144", features = ["derive"] } -thiserror = "1.0.32" +thiserror = "1.0.35" tokio = "1.19.2" tracing = "0.1.36" uuid = "1.1.2" diff --git a/src/kafka-util/Cargo.toml b/src/kafka-util/Cargo.toml index bc941a254de42..a18c73a6af522 100644 --- a/src/kafka-util/Cargo.toml +++ b/src/kafka-util/Cargo.toml @@ -24,7 +24,7 @@ rdkafka = { git = "https://github.com/fede1024/rust-rdkafka.git", features = ["c serde = { version = "1.0.144", features = ["derive"] } serde_json = "1.0.85" tokio = { version = "1.19.2", features = ["macros"] } -thiserror = "1.0.32" +thiserror = "1.0.35" tracing = "0.1.36" url = "2.2.2" diff --git a/src/storage/Cargo.toml b/src/storage/Cargo.toml index 1084a701d716a..579af552d618f 100644 --- a/src/storage/Cargo.toml +++ b/src/storage/Cargo.toml @@ -71,7 +71,7 @@ tokio-util = { version = "0.7.3", features = ["io"] } tonic = "0.8.0" tracing = "0.1.36" tracing-subscriber = "0.3.15" -thiserror = { version = "1.0.32" } +thiserror = { version = "1.0.35" } url = { version = "2.2.2", features = ["serde"] } uuid = { version = "1.1.2", features = ["serde", "v4"] }