Update Rust crate base64 to 0.13.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Pierre HUBERT 2022-10-25 00:27:09 +00:00
parent 45807f42bd
commit 9db1ef06cb
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -460,9 +460,9 @@ checksum = "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa"
[[package]]
name = "base64"
version = "0.13.0"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64ct"

View File

@ -24,7 +24,7 @@ askama = "0.11.1"
futures-util = "0.3.24"
urlencoding = "2.1.2"
rand = "0.8.5"
base64 = "0.13.0"
base64 = "0.13.1"
jwt-simple = "0.11.1"
digest = "0.10.3"
sha2 = "0.10.6"