Update Rust crate base64 to 0.13.1 #60
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -460,9 +460,9 @@ checksum = "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "base64"
|
name = "base64"
|
||||||
version = "0.13.0"
|
version = "0.13.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "base64ct"
|
name = "base64ct"
|
||||||
|
@ -24,7 +24,7 @@ askama = "0.11.1"
|
|||||||
futures-util = "0.3.24"
|
futures-util = "0.3.24"
|
||||||
urlencoding = "2.1.2"
|
urlencoding = "2.1.2"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
base64 = "0.13.0"
|
base64 = "0.13.1"
|
||||||
jwt-simple = "0.11.1"
|
jwt-simple = "0.11.1"
|
||||||
digest = "0.10.3"
|
digest = "0.10.3"
|
||||||
sha2 = "0.10.6"
|
sha2 = "0.10.6"
|
||||||
|
Loading…
Reference in New Issue
Block a user