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:
Vincent Ambo 2022-05-16 20:32:49 +02:00 committed by clbot
parent 8f84059de8
commit 94cf85c5cc
2 changed files with 4 additions and 13 deletions

View file

@ -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"