diff --git a/Cargo.lock b/Cargo.lock index 65c36f33b..c9e7aed39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7673,7 +7673,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.1", "proc-macro2", "quote", "syn 2.0.77", @@ -9982,18 +9982,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" +checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" +checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index ba112cc03..f333864dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,7 @@ surf-disco = "0.9" sqlx = "0.8" tagged-base64 = "0.4" tide-disco = "0.9.3" -thiserror = "1.0.61" +thiserror = "1.0.64" tracing = "0.1" bytesize = "1.3" itertools = "0.12"