From 39629783de63968f81dc83d5bcd96d82ed83450c Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 06:08:43 -0500 Subject: [PATCH] Update Rust crate serde_bytes to 0.11.15 (#173) Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 807b10b..6a811d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ schemars = "0.8.21" secrecy = "0.8.0" semver = "1.0.23" serde = "1" -serde_bytes = "0.11.14" +serde_bytes = "0.11.15" serde_json = "1" serde_urlencoded = "0.7.1" sha2 = "0.10.8"