Update Rust crate base64 to 0.21.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 2023-05-23 09:45:35 +00:00
parent 97784a9ef7
commit dfedbfd94d
2 changed files with 9 additions and 9 deletions

16
Cargo.lock generated
View File

@ -54,7 +54,7 @@ dependencies = [
"actix-service",
"actix-utils",
"ahash 0.8.3",
"base64 0.21.0",
"base64 0.21.1",
"bitflags",
"brotli",
"bytes",
@ -531,9 +531,9 @@ checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
[[package]]
name = "base64"
version = "0.21.0"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
checksum = "3f1e31e207a6b8fb791a38ea3105e6cb541f55e4d029902d3039a4ad07cc4105"
[[package]]
name = "base64ct"
@ -547,7 +547,7 @@ version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18b3d30abb74120a9d5267463b9e0045fdccc4dd152e7249d966612dc1721384"
dependencies = [
"base64 0.21.0",
"base64 0.21.1",
"serde",
"serde_json",
]
@ -563,7 +563,7 @@ dependencies = [
"actix-web",
"askama",
"base32",
"base64 0.21.0",
"base64 0.21.1",
"bcrypt",
"bincode",
"chrono",
@ -606,7 +606,7 @@ version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9df288bec72232f78c1ec5fe4e8f1d108aa0265476e93097593c803c8c02062a"
dependencies = [
"base64 0.21.0",
"base64 0.21.1",
"blowfish",
"getrandom",
"subtle",
@ -1783,7 +1783,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "608aa1b7148a6eeab631c6267deca33407ff851ab50eea115e52c13a9bb184ee"
dependencies = [
"aes-gcm",
"base64 0.21.0",
"base64 0.21.1",
"bincode",
"log",
"rand",
@ -2341,7 +2341,7 @@ version = "0.11.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91"
dependencies = [
"base64 0.21.0",
"base64 0.21.1",
"bytes",
"encoding_rs",
"futures-core",

View File

@ -25,7 +25,7 @@ askama = "0.12.0"
futures-util = "0.3.28"
urlencoding = "2.1.2"
rand = "0.8.5"
base64 = "0.21.0"
base64 = "0.21.1"
jwt-simple = "0.11.5"
digest = "0.10.6"
sha2 = "0.10.6"