diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 5674a047c..5dc1d8d1c 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -6456,18 +6456,18 @@ checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c" [[package]] name = "thiserror" -version = "1.0.58" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" +checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.58" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" +checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ "proc-macro2", "quote", diff --git a/rust/phoenix-channel/Cargo.toml b/rust/phoenix-channel/Cargo.toml index d30bbcd1c..728e936a7 100644 --- a/rust/phoenix-channel/Cargo.toml +++ b/rust/phoenix-channel/Cargo.toml @@ -16,7 +16,7 @@ tracing = { workspace = true } rand_core = "0.6.4" url = "2.4.1" serde_json = "1.0.116" -thiserror = "1.0.50" +thiserror = "1.0.61" tokio = { version = "1.36.0", features = ["net", "time"] } backoff = "0.4.0" uuid = { version = "1.7", default-features = false, features = ["std", "v4"] }