Skip to content

Commit c7234bb

Browse files
authored
update jsonwebtoken dep and bump version (#71)
* skip aud validation * drop jsonwebtoken to 8.3.0 * bump version to 0.23.0
1 parent 6fd321d commit c7234bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "propelauth"
3-
version = "0.22.2"
3+
version = "0.23.0"
44
authors = ["support@propelauth.com"]
55
description = "A Rust crate for managing authentication and authorization with support for multi-tenant / B2B products, powered by PropelAuth"
66
keywords = ["authentication", "auth", "authorization", "b2b", "tenant"]
@@ -16,7 +16,7 @@ axum_06 = { package = "axum", version = "^0.6", optional = true }
1616
axum_07 = { package = "axum", version = "^0.7", optional = true }
1717
axum_08 = { package = "axum", version = "^0.8", optional = true }
1818
chrono = "0.4.39"
19-
jsonwebtoken = "^9.3.0"
19+
jsonwebtoken = "8.3.0"
2020
serde = "^1.0"
2121
serde_derive = "^1.0"
2222
serde_json = "^1.0"

0 commit comments

Comments
 (0)