From 9a60f7e7523391e7ba2fca5449042f6ccc8e63c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:29:42 +0000 Subject: [PATCH] chore(deps)(deps): bump thiserror from 2.0.17 to 2.0.18 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.17 to 2.0.18. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.17...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0892661..35b043f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3188,7 +3188,7 @@ dependencies = [ "sysinfo", "tempfile", "textwrap", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "toml", "tracing", @@ -3210,7 +3210,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -3219,7 +3219,7 @@ version = "0.1.0" dependencies = [ "blake3", "criterion", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", ] @@ -3228,7 +3228,7 @@ name = "orbit-core-interface" version = "0.1.0" dependencies = [ "async-trait", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-test", ] @@ -3243,7 +3243,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.17", + "thiserror 2.0.18", "uuid", ] @@ -3255,7 +3255,7 @@ dependencies = [ "orbit-core-interface", "serde", "tempfile", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", ] @@ -3272,7 +3272,7 @@ dependencies = [ "serde_json", "siphasher", "tempfile", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -3290,7 +3290,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", "tracing-opentelemetry", @@ -3464,7 +3464,7 @@ dependencies = [ "sha3", "signature", "spki", - "thiserror 2.0.17", + "thiserror 2.0.18", "x25519-dalek", "zeroize", ] @@ -3535,7 +3535,7 @@ dependencies = [ "rand 0.9.3", "serde", "sha1 0.11.0-rc.2", - "thiserror 2.0.17", + "thiserror 2.0.18", "uuid", ] @@ -3739,7 +3739,7 @@ dependencies = [ "memchr", "parking_lot", "protobuf", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -3824,7 +3824,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2 0.6.3", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", "web-time", @@ -3845,7 +3845,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.17", + "thiserror 2.0.18", "tinyvec", "tracing", "web-time", @@ -4570,7 +4570,7 @@ dependencies = [ "smb-rpc", "smb-transport", "sspi", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", "tokio", "tokio-stream", @@ -4613,7 +4613,7 @@ dependencies = [ "modular-bitfield", "pastey", "smb-dtyp", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", ] @@ -4629,7 +4629,7 @@ dependencies = [ "smb-dtyp", "smb-fscc", "smb-msg-derive", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", ] @@ -4655,7 +4655,7 @@ dependencies = [ "modular-bitfield", "pastey", "smb-dtyp", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", ] @@ -4673,7 +4673,7 @@ dependencies = [ "modular-bitfield", "pastey", "smb-dtyp", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", "tokio", "tokio-util", @@ -4948,11 +4948,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.17" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" dependencies = [ - "thiserror-impl 2.0.17", + "thiserror-impl 2.0.18", ] [[package]] @@ -4968,9 +4968,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.17" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" +checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" dependencies = [ "proc-macro2", "quote",