about summary refs log tree commit diff
path: root/net
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-05-16T18·45+0200
committertazjin <tazjin@tvl.su>2022-05-16T18·53+0000
commit6e364d3d5428ab509e33dc9cd0bbf563f2e403db (patch)
treeed98aea1cbf26fe143a0875c16ce3f69f34e3ffb /net
parenta226639afa5e380bf1a9700af8065df74c001e6e (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')
-rw-r--r--net/alcoholic_jwt/Cargo.lock2
-rw-r--r--net/alcoholic_jwt/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/alcoholic_jwt/Cargo.lock b/net/alcoholic_jwt/Cargo.lock
index dcde06b2db..9986cda174 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 14b5f0bdc2..b5135d14d1 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"]