From 2e328a63707f6ca20967f55d204a418484353c28 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 03:59:08 +0000 Subject: [PATCH] Update Rust crate serde_bytes to 0.11.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0448678..9777c01 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"