diff --git a/Cargo.lock b/Cargo.lock index 60281ba2..04bb8dd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1489,18 +1489,18 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.58" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" +checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.58" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" +checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" dependencies = [ "proc-macro2", "quote", diff --git a/dsp-domain/Cargo.toml b/dsp-domain/Cargo.toml index 3adc9ceb..0ef6240d 100644 --- a/dsp-domain/Cargo.toml +++ b/dsp-domain/Cargo.toml @@ -29,7 +29,7 @@ tracing.workspace = true tracing-subscriber.workspace = true tracing-test.workspace = true url.workspace = true -thiserror = "1.0.56" +thiserror = "1.0.60" [dev-dependencies] assert_cmd = "2.0.12" diff --git a/dsp-meta/Cargo.toml b/dsp-meta/Cargo.toml index 2b8925bc..e99ef2d0 100644 --- a/dsp-meta/Cargo.toml +++ b/dsp-meta/Cargo.toml @@ -33,7 +33,7 @@ tracing.workspace = true tracing-subscriber.workspace = true tracing-test.workspace = true url.workspace = true -thiserror = "1.0.56" +thiserror = "1.0.60" [dev-dependencies] assert_cmd = "2.0.12"