From f2ef407dc222fe35edede9df0a1b7ca84a1c9686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:53:25 +0000 Subject: [PATCH 1/2] build(deps): bump serdect from 0.3.0-rc.0 to 0.3.0 Bumps [serdect](https://github.com/RustCrypto/formats) from 0.3.0-rc.0 to 0.3.0. - [Commits](https://github.com/RustCrypto/formats/compare/serdect/v0.3.0-rc.0...serdect/v0.3.0) --- updated-dependencies: - dependency-name: serdect dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- frodo-kem/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbed7de..b51eb27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1435,9 +1435,9 @@ dependencies = [ [[package]] name = "serdect" -version = "0.3.0-rc.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a504c8ee181e3e594d84052f983d60afe023f4d94d050900be18062bbbf7b58" +checksum = "f42f67da2385b51a5f9652db9c93d78aeaf7610bf5ec366080b6de810604af53" dependencies = [ "base16ct", "serde", diff --git a/frodo-kem/Cargo.toml b/frodo-kem/Cargo.toml index 7adbe04..ce0e3f3 100644 --- a/frodo-kem/Cargo.toml +++ b/frodo-kem/Cargo.toml @@ -59,7 +59,7 @@ hex = { version = "0.4", optional = true } openssl-sys = { version = "0.9.104", optional = true } rand_core = { version = "0.6", features = ["std"] } serde = { version = "1.0", features = ["derive"], optional = true } -serdect = "0.3.0-rc.0" +serdect = "0.3.0" subtle = "2.6" thiserror = "2.0" From e9550cb6514dc567faacc80e60f9758dd5044c8a Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 20 Jan 2025 09:43:52 -0700 Subject: [PATCH 2/2] Update frodo-kem/Cargo.toml --- frodo-kem/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frodo-kem/Cargo.toml b/frodo-kem/Cargo.toml index ce0e3f3..53d79b9 100644 --- a/frodo-kem/Cargo.toml +++ b/frodo-kem/Cargo.toml @@ -59,7 +59,7 @@ hex = { version = "0.4", optional = true } openssl-sys = { version = "0.9.104", optional = true } rand_core = { version = "0.6", features = ["std"] } serde = { version = "1.0", features = ["derive"], optional = true } -serdect = "0.3.0" +serdect = "0.3" subtle = "2.6" thiserror = "2.0"