From c76855c1cf16d2c96fa78c6a3540d4fe07d11ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 10:05:46 +0000 Subject: [PATCH] Update base64 requirement from ^0.13 to ^0.21 Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.13.0...v0.21.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 290f48e..b1178f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ easy_tokens_chrono = ["serde_json", "chrono"] easy_tokens_time = ["serde_json", "time"] [dependencies] -base64 = "^0.13" +base64 = "^0.21" blake2 = { version = "^0.9.2", optional = true } chacha20poly1305 = { version = "^0.9.0", optional = true } chrono = { version = "^0.4", optional = true, features = ["serde"] }