Merge pull request 'Update Rust crate base64 to 0.21.2' (#120) from renovate/base64-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #120
This commit is contained in:
Pierre HUBERT 2023-05-26 13:01:46 +00:00
commit ccada234bc
2 changed files with 9 additions and 9 deletions

16
Cargo.lock generated
View File

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

View File

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