diff options
-rw-r--r-- | net/alcoholic_jwt/Cargo.lock | 15 | ||||
-rw-r--r-- | net/alcoholic_jwt/Cargo.toml | 2 |
2 files changed, 4 insertions, 13 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" diff --git a/net/alcoholic_jwt/Cargo.toml b/net/alcoholic_jwt/Cargo.toml index 3ea34bc4df16..14b5f0bdc249 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" |