From 218082d948076d5313f9eba1d209a17392719615 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 18:28:01 -0400 Subject: [PATCH] fix(deps): update rust crate data-encoding to 2.5.0 (#470) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76aa20e9..62a99cc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1611,9 +1611,9 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" +checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" [[package]] name = "deadpool" diff --git a/Cargo.toml b/Cargo.toml index fbdaf88b..060fe087 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ chacha20poly1305 = "0.10.1" rand = "0.8.5" ring = "0.16.20" jsonwebtoken = "8.3.0" -data-encoding = "2.3.3" +data-encoding = "2.5.0" chrono = { version = "0.4.38", features = ["serde"] } derive_more = "0.99.17" futures = "0.3.30"