From d07196094681c88e7e869d17ec976f24304b4a05 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 07:07:13 +0000 Subject: [PATCH] Update Rust crate hkdf to 0.12.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 962fe68e024..f3a06e26f34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2891,9 +2891,9 @@ checksum = "b4ba82c000837f4e74df01a5520f0dc48735d4aed955a99eae4428bab7cf3acd" [[package]] name = "hkdf" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" +checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" dependencies = [ "hmac", ] diff --git a/Cargo.toml b/Cargo.toml index d651a13bf11..290739f2c94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -208,7 +208,7 @@ heck = "0.4" hex = "0.4.3" hex-literal = "0.4.1" highway = "1.1.0" -hkdf = "0.12.3" +hkdf = "0.12.4" http = "0.2.11" httptest = "0.15.5" hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "main" }