diff options
author | Vincent Ambo <mail@tazj.in> | 2022-05-16T18·32+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-05-16T18·45+0000 |
commit | 94cf85c5ccfb3d9be4aaaa57fdea1d7c0a548b4f (patch) | |
tree | 4ccbbadc688ee8af1239dc0f34e482769d9f3299 /net/alcoholic_jwt/Cargo.lock | |
parent | 8f84059de8310ea8443b1c7f992ad5f38b6ad348 (diff) |
chore(alcoholic_jwt): base64: 0.10 -> 0.13 r/4088
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>
Diffstat (limited to 'net/alcoholic_jwt/Cargo.lock')
-rw-r--r-- | net/alcoholic_jwt/Cargo.lock | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/net/alcoholic_jwt/Cargo.lock b/net/alcoholic_jwt/Cargo.lock index 5021fbb5d745..dcde06b2db7f 100644 --- a/net/alcoholic_jwt/Cargo.lock +++ b/net/alcoholic_jwt/Cargo.lock @@ -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" @@ -35,12 +32,6 @@ 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" source = "registry+https://github.com/rust-lang/crates.io-index" |