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.toml | |
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.toml')
-rw-r--r-- | net/alcoholic_jwt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |