From 49ef0b648155582380638059275e732bb3b92877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 03:32:14 +0000 Subject: [PATCH] chore(deps): update base64 requirement from 0.21.5 to 0.22.1 Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.5...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cjwt/Cargo.toml | 2 +- idk/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cjwt/Cargo.toml b/cjwt/Cargo.toml index 2975716..ed44f4a 100644 --- a/cjwt/Cargo.toml +++ b/cjwt/Cargo.toml @@ -34,7 +34,7 @@ harness = false path = "benches/cjwt.rs" [dependencies] -base64 = "0.21.5" +base64 = "0.22.1" cclm = "0.0.1" dtt = "0.0.5" hmac = "0.12.1" diff --git a/idk/Cargo.toml b/idk/Cargo.toml index d8d87c8..372950a 100644 --- a/idk/Cargo.toml +++ b/idk/Cargo.toml @@ -29,7 +29,7 @@ include = [ ] [dependencies] -base64 = "0.21.5" +base64 = "0.22.1" hmac = "0.12.1" jwt = "0.16.0" serde_json = "1.0.108"