diff options
author | Vincent Ambo <mail@tazj.in> | 2022-05-16T18·45+0200 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-05-16T18·53+0000 |
commit | 6e364d3d5428ab509e33dc9cd0bbf563f2e403db (patch) | |
tree | ed98aea1cbf26fe143a0875c16ce3f69f34e3ffb /net/alcoholic_jwt | |
parent | a226639afa5e380bf1a9700af8065df74c001e6e (diff) |
chore(alcoholic_jwt): prepare release v4091 r/4091
Documentation updates & dependency bumps. Change-Id: I18c3e9ad34ebf970c3ce81183188508976c2d4e6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5624 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'net/alcoholic_jwt')
-rw-r--r-- | net/alcoholic_jwt/Cargo.lock | 2 | ||||
-rw-r--r-- | net/alcoholic_jwt/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/alcoholic_jwt/Cargo.lock b/net/alcoholic_jwt/Cargo.lock index dcde06b2db7f..9986cda17469 100644 --- a/net/alcoholic_jwt/Cargo.lock +++ b/net/alcoholic_jwt/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "alcoholic_jwt" -version = "4084.0.0" +version = "4091.0.0" dependencies = [ "base64", "openssl", diff --git a/net/alcoholic_jwt/Cargo.toml b/net/alcoholic_jwt/Cargo.toml index 14b5f0bdc249..b5135d14d10c 100644 --- a/net/alcoholic_jwt/Cargo.toml +++ b/net/alcoholic_jwt/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "alcoholic_jwt" description = "Library for validation of RS256 JWTs" -version = "4084.0.0" +version = "4091.0.0" authors = ["Vincent Ambo <tazjin@tvl.su>"] keywords = ["jwt", "token", "jwks"] categories = ["authentication"] |