Update Rust crate base64 to 0.21.7

Signed-off-by: Cecylia Bocovich <cohosh@torproject.org>
This commit is contained in:
Renovate Bot 2024-02-12 15:10:27 +00:00 committed by Cecylia Bocovich
parent b2fadaeca9
commit 5399c1f72a
No known key found for this signature in database
GPG Key ID: 009DE379FD9B7B90
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -147,9 +147,9 @@ dependencies = [
[[package]] [[package]]
name = "base64" name = "base64"
version = "0.21.6" version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c79fed4cdb43e993fcdadc7e58a09fd0e3e649c4436fa11da71c9f1f3ee7feb9" checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]] [[package]]
name = "base64ct" name = "base64ct"

View File

@ -16,7 +16,7 @@ readme = "README.md"
[dependencies] [dependencies]
julianday = "1.2.0" julianday = "1.2.0"
base64 = "0.21.6" base64 = "0.21.7"
hyper = { version = "0.14.28", features = ["deprecated", "backports","server"] } hyper = { version = "0.14.28", features = ["deprecated", "backports","server"] }
hex_fmt = "0.3" hex_fmt = "0.3"
futures = "0.3.30" futures = "0.3.30"