Update Rust crate base64 to 0.21.5
This commit is contained in:
parent
96a03f1a27
commit
449d56e43e
|
@ -147,9 +147,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "base64"
|
name = "base64"
|
||||||
version = "0.21.4"
|
version = "0.21.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
|
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "base64ct"
|
name = "base64ct"
|
||||||
|
|
|
@ -12,7 +12,7 @@ keywords = ["tor", "lox", "bridges"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
julianday = "1.2.0"
|
julianday = "1.2.0"
|
||||||
base64 = "0.21.4"
|
base64 = "0.21.5"
|
||||||
hyper = { version = "0.14.27", features = ["server"] }
|
hyper = { version = "0.14.27", features = ["server"] }
|
||||||
hex_fmt = "0.3"
|
hex_fmt = "0.3"
|
||||||
futures = "0.3.28"
|
futures = "0.3.28"
|
||||||
|
|
Loading…
Reference in New Issue