Update Rust crate base64 to 0.21.7
Signed-off-by: Cecylia Bocovich <cohosh@torproject.org>
This commit is contained in:
parent
b2fadaeca9
commit
5399c1f72a
|
@ -147,9 +147,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "base64"
|
||||
version = "0.21.6"
|
||||
version = "0.21.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c79fed4cdb43e993fcdadc7e58a09fd0e3e649c4436fa11da71c9f1f3ee7feb9"
|
||||
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
||||
|
||||
[[package]]
|
||||
name = "base64ct"
|
||||
|
|
|
@ -16,7 +16,7 @@ readme = "README.md"
|
|||
|
||||
[dependencies]
|
||||
julianday = "1.2.0"
|
||||
base64 = "0.21.6"
|
||||
base64 = "0.21.7"
|
||||
hyper = { version = "0.14.28", features = ["deprecated", "backports","server"] }
|
||||
hex_fmt = "0.3"
|
||||
futures = "0.3.30"
|
||||
|
|
Loading…
Reference in New Issue