chore(alcoholic_jwt): base64: 0.10 -> 0.13
this removes another transitive dependency \o/ Change-Id: I511b54c5841066e6f517edfc2c81ec607ca2bf55 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5621 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
8f84059de8
commit
94cf85c5cc
2 changed files with 4 additions and 13 deletions
15
net/alcoholic_jwt/Cargo.lock
generated
15
net/alcoholic_jwt/Cargo.lock
generated
|
@ -4,7 +4,7 @@ version = 3
|
|||
|
||||
[[package]]
|
||||
name = "alcoholic_jwt"
|
||||
version = "1.0.1"
|
||||
version = "4084.0.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"openssl",
|
||||
|
@ -21,12 +21,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|||
|
||||
[[package]]
|
||||
name = "base64"
|
||||
version = "0.10.1"
|
||||
version = "0.13.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
]
|
||||
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
||||
|
||||
[[package]]
|
||||
name = "bitflags"
|
||||
|
@ -34,12 +31,6 @@ version = "1.3.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
||||
|
||||
[[package]]
|
||||
name = "byteorder"
|
||||
version = "1.4.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
||||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
version = "1.0.73"
|
||||
|
|
|
@ -10,7 +10,7 @@ homepage = "https://code.tvl.fyi/about/net/alcoholic_jwt"
|
|||
repository = "https://code.tvl.fyi/depot.git:/net/alcoholic_jwt.git"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.10"
|
||||
base64 = "0.13"
|
||||
openssl = "0.10"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
|
|
Loading…
Reference in a new issue