diff --git a/Cargo.lock b/Cargo.lock index fadfc31..32f39e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -242,7 +242,7 @@ dependencies = [ "serde_json", "serde_repr", "serde_urlencoded", - "thiserror 2.0.15", + "thiserror 2.0.16", "tokio", "tokio-stream", "tokio-util", @@ -580,7 +580,7 @@ dependencies = [ "serde", "serde_json", "testcontainers", - "thiserror 2.0.15", + "thiserror 2.0.16", "tokio", "tokio-stream", "tokio-test", @@ -866,7 +866,7 @@ dependencies = [ "once_cell", "rand", "ring", - "thiserror 2.0.15", + "thiserror 2.0.16", "tinyvec", "tokio", "tracing", @@ -889,7 +889,7 @@ dependencies = [ "rand", "resolv-conf", "smallvec", - "thiserror 2.0.15", + "thiserror 2.0.16", "tokio", "tracing", ] @@ -1852,7 +1852,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2 0.5.9", - "thiserror 2.0.15", + "thiserror 2.0.16", "tokio", "tracing", "web-time", @@ -1872,7 +1872,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.15", + "thiserror 2.0.16", "tinyvec", "tracing", "web-time", @@ -2567,7 +2567,7 @@ dependencies = [ "serde", "serde_json", "serde_with", - "thiserror 2.0.15", + "thiserror 2.0.16", "tokio", "tokio-stream", "tokio-tar", @@ -2587,11 +2587,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.15" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80d76d3f064b981389ecb4b6b7f45a0bf9fdac1d5b9204c7bd6714fecc302850" +checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" dependencies = [ - "thiserror-impl 2.0.15", + "thiserror-impl 2.0.16", ] [[package]] @@ -2607,9 +2607,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.15" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d29feb33e986b6ea906bd9c3559a856983f92371b3eaa5e83782a351623de0" +checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 86d6031..e8b01b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde_json = "1.0.143" testcontainers = { version = "0.25.0", features = [ "http_wait", ], optional = true } -thiserror = "2.0.15" +thiserror = "2.0.16" tokio = { version = "1.47.1", features = ["io-util"] } tokio-util = { version = "0.7.16", features = ["io"] } tokio-stream = { version = "0.1.17", features = ["io-util"] }