diff --git a/Cargo.lock b/Cargo.lock index 57d3133..d55b175 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1102,18 +1102,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.68" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" +checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.68" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e" +checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 097a837..f522a8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ serde = { version = "1.0.217", features = ["derive", "alloc"] } serde_json = { version = "1.0.138", features = ["alloc"] } sha2 = "0.10.8" tempfile = "3.10.1" -thiserror = "1.0.68" +thiserror = "2.0.11" tokio = { version = "1.41.1", features = ["full"] } tokio-stream = "0.1.17" tokio-util = { version = "0.7.13", features = ["io"] }