From 26f9fd5bfd36ae5e5b9d053bfc76e25e44dd1c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:26:10 +0000 Subject: [PATCH] Bump thiserror from 1.0.65 to 2.0.18 in /native/src Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.65 to 2.0.18. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.65...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- native/src/Cargo.lock | 16 ++++++++-------- native/src/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/native/src/Cargo.lock b/native/src/Cargo.lock index bda203d0f..ab9270006 100644 --- a/native/src/Cargo.lock +++ b/native/src/Cargo.lock @@ -681,9 +681,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.78" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" dependencies = [ "unicode-ident", ] @@ -908,9 +908,9 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "syn" -version = "2.0.48" +version = "2.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" +checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" dependencies = [ "proc-macro2", "quote", @@ -937,18 +937,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.65" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.65" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" +checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" dependencies = [ "proc-macro2", "quote", diff --git a/native/src/Cargo.toml b/native/src/Cargo.toml index 81dc2fd61..5c70a4046 100644 --- a/native/src/Cargo.toml +++ b/native/src/Cargo.toml @@ -10,7 +10,7 @@ libc = "0.2" cfg-if = "1.0" num-traits = "0.2" num-derive = "0.4" -thiserror = "1.0" +thiserror = "2.0" byteorder = "1" size = "0.4" sha1 = "0.10"