From 94cf85c5ccfb3d9be4aaaa57fdea1d7c0a548b4f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 16 May 2022 20:32:49 +0200 Subject: 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 Tested-by: BuildkiteCI Autosubmit: tazjin --- net/alcoholic_jwt/Cargo.lock | 15 +++------------ net/alcoholic_jwt/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 13 deletions(-) (limited to 'net') diff --git a/net/alcoholic_jwt/Cargo.lock b/net/alcoholic_jwt/Cargo.lock index 5021fbb5d7..dcde06b2db 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" @@ -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" diff --git a/net/alcoholic_jwt/Cargo.toml b/net/alcoholic_jwt/Cargo.toml index 3ea34bc4df..14b5f0bdc2 100644 --- a/net/alcoholic_jwt/Cargo.toml +++ b/net/alcoholic_jwt/Cargo.toml @@ -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" -- cgit 1.4.1