Update base64 crate version

This commit is contained in:
Jeremy Wall 2023-02-04 18:52:14 -05:00
parent 5bb05c00ad
commit 8c85ba8cde
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -347,9 +347,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]] [[package]]
name = "base64" name = "base64"
version = "0.20.0" version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5" checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
[[package]] [[package]]
name = "base64ct" name = "base64ct"
@ -1338,7 +1338,7 @@ version = "0.2.22"
dependencies = [ dependencies = [
"api", "api",
"async-trait", "async-trait",
"base64 0.20.0", "base64 0.21.0",
"chrono", "chrono",
"console_error_panic_hook", "console_error_panic_hook",
"js-sys", "js-sys",

View File

@ -22,7 +22,7 @@ console_error_panic_hook = "0.1.7"
serde_json = "1.0.79" serde_json = "1.0.79"
tracing = "0.1.35" tracing = "0.1.35"
async-trait = "0.1.57" async-trait = "0.1.57"
base64 = "0.20.0" base64 = "0.21.0"
sycamore-router = "0.8" sycamore-router = "0.8"
js-sys = "0.3.60" js-sys = "0.3.60"