about summary refs log tree commit diff
path: root/net
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-05-16T18·32+0200
committerclbot <clbot@tvl.fyi>2022-05-16T18·45+0000
commit94cf85c5ccfb3d9be4aaaa57fdea1d7c0a548b4f (patch)
tree4ccbbadc688ee8af1239dc0f34e482769d9f3299 /net
parent8f84059de8310ea8443b1c7f992ad5f38b6ad348 (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')
-rw-r--r--net/alcoholic_jwt/Cargo.lock15
-rw-r--r--net/alcoholic_jwt/Cargo.toml2
2 files changed, 4 insertions, 13 deletions
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"
@@ -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 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"