diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-08-23 08:53:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-23 08:53:02 +0000 |
| commit | c67f80db85135da9ee94089c230ef7f25c1f2762 (patch) | |
| tree | a30d82d26caceed5f157e017bbc5ea606846ee79 /Cargo.lock | |
| parent | 6bc306c258ec17ae95c9dd55c9ca809035636bd3 (diff) | |
| download | warden-c67f80db85135da9ee94089c230ef7f25c1f2762.tar.bz2 warden-c67f80db85135da9ee94089c230ef7f25c1f2762.zip | |
chore(deps): update rust crate thiserror to v2.0.16 (#17)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -1575,7 +1575,7 @@ dependencies = [ "metrics", "metrics-util", "quanta", - "thiserror 2.0.14", + "thiserror 2.0.16", ] [[package]] @@ -1792,7 +1792,7 @@ dependencies = [ "futures-sink", "js-sys", "pin-project-lite", - "thiserror 2.0.14", + "thiserror 2.0.16", "tracing", ] @@ -1820,7 +1820,7 @@ dependencies = [ "opentelemetry-proto", "opentelemetry_sdk", "prost 0.13.5", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tonic 0.13.1", ] @@ -1855,7 +1855,7 @@ dependencies = [ "opentelemetry", "percent-encoding", "rand 0.9.2", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tokio-stream", ] @@ -2175,7 +2175,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2 0.5.10", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tracing", "web-time", @@ -2196,7 +2196,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.14", + "thiserror 2.0.16", "tinyvec", "tracing", "web-time", @@ -2969,7 +2969,7 @@ dependencies = [ "serde_json", "sha2", "smallvec", - "thiserror 2.0.14", + "thiserror 2.0.16", "time", "tokio", "tokio-stream", @@ -3055,7 +3055,7 @@ dependencies = [ "smallvec", "sqlx-core", "stringprep", - "thiserror 2.0.14", + "thiserror 2.0.16", "time", "tracing", "uuid", @@ -3096,7 +3096,7 @@ dependencies = [ "smallvec", "sqlx-core", "stringprep", - "thiserror 2.0.14", + "thiserror 2.0.16", "time", "tracing", "uuid", @@ -3122,7 +3122,7 @@ dependencies = [ "serde", "serde_urlencoded", "sqlx-core", - "thiserror 2.0.14", + "thiserror 2.0.16", "time", "tracing", "url", @@ -3219,11 +3219,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.14" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e" +checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" dependencies = [ - "thiserror-impl 2.0.14", + "thiserror-impl 2.0.16", ] [[package]] @@ -3239,9 +3239,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.14" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227" +checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" dependencies = [ "proc-macro2", "quote", @@ -4132,7 +4132,7 @@ dependencies = [ "serde", "serde_json", "sqlx", - "thiserror 2.0.14", + "thiserror 2.0.16", "tokio", "tonic 0.14.1", "tracing", |
