From 820d79271a300c502bf96760c7a44265328d4d16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 05:57:24 +0000 Subject: [PATCH] chore(deps): bump coset from 0.3.8 to 0.4.2 Bumps [coset](https://github.com/google/coset) from 0.3.8 to 0.4.2. - [Changelog](https://github.com/google/coset/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/coset/compare/v0.3.8...v0.4.2) --- updated-dependencies: - dependency-name: coset dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7460a0d7..15740ec1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1541,9 +1541,9 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "coset" -version = "0.3.8" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4c8cc80f631f8307b887faca24dcc3abc427cd0367f6eb6188f6e8f5b7ad8fb" +checksum = "1eb98d5e9155e2cf7cd942c8b3033097d4563b6fb0a00b9caecb74669555c058" dependencies = [ "ciborium", "ciborium-io", diff --git a/Cargo.toml b/Cargo.toml index e88ff1df..65f8a13a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ rsa = { version = "0.9", features = ["sha2"] } # CBOR/COSE serialization ciborium = "0.2" -coset = "0.3" +coset = "0.4" serde_bytes = "0.11" # TOML configuration