From f9c6fc77427b48d2dce920b79dd2dbe24c76804e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 05:58:19 +0000 Subject: [PATCH] build(deps): bump thiserror from 1.0.69 to 2.0.16 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.16. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.16) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- picky-krb/Cargo.toml | 2 +- picky/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af7a8a8f..917ba137 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2051,18 +2051,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.69" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" +checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.69" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" +checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" dependencies = [ "proc-macro2", "quote", diff --git a/picky-krb/Cargo.toml b/picky-krb/Cargo.toml index 02e44b06..244c727a 100644 --- a/picky-krb/Cargo.toml +++ b/picky-krb/Cargo.toml @@ -18,7 +18,7 @@ picky-asn1-der = { version = "0.5", path = "../picky-asn1-der" } picky-asn1-x509 = { version = "0.14", path = "../picky-asn1-x509" } serde = { version = "1", features = ["derive"] } byteorder = "1.5" -thiserror = "1" +thiserror = "2" pbkdf2 = { version = "0.12", features = ["sha1"] } hmac = "0.12" diff --git a/picky/Cargo.toml b/picky/Cargo.toml index 67183e49..8713dd09 100644 --- a/picky/Cargo.toml +++ b/picky/Cargo.toml @@ -26,7 +26,7 @@ picky-asn1-der = { version = "0.5", path = "../picky-asn1-der" } picky-asn1-x509 = { version = "0.14", path = "../picky-asn1-x509", features = ["legacy", "zeroize"] } serde = { version = "1", features = ["derive"] } base64 = "0.22" -thiserror = "1" +thiserror = "2" byteorder = { version = "1.5", optional = true } chrono = { version = "0.4", default-features = false, features = ["clock"], optional = true } time = { version = "0.3", optional = true }