From 8c85ba8cde6e96158a5b9c142bb9dd18afdd2d3a Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Sat, 4 Feb 2023 18:52:14 -0500 Subject: [PATCH] Update base64 crate version --- Cargo.lock | 6 +++--- web/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fdbcc06..7f954e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -347,9 +347,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" [[package]] name = "base64" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5" +checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" [[package]] name = "base64ct" @@ -1338,7 +1338,7 @@ version = "0.2.22" dependencies = [ "api", "async-trait", - "base64 0.20.0", + "base64 0.21.0", "chrono", "console_error_panic_hook", "js-sys", diff --git a/web/Cargo.toml b/web/Cargo.toml index 9de3658..3442177 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -22,7 +22,7 @@ console_error_panic_hook = "0.1.7" serde_json = "1.0.79" tracing = "0.1.35" async-trait = "0.1.57" -base64 = "0.20.0" +base64 = "0.21.0" sycamore-router = "0.8" js-sys = "0.3.60"