From d1beec70d3022e5d873eda61cc6e7548f805b51d Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Wed, 10 Jan 2024 19:44:23 +0900 Subject: [PATCH] deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0313ec0..c5f7ff6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,4 +40,4 @@ hmac = { version = "0.12.1" } sha2 = { version = "0.10.8", default-features = false } # encoding -base64 = { version = "0.21.5" } +base64 = { version = "0.21.6" }