Skip to content

Commit 032fd3a

Browse files
wip, update jwt ref
1 parent 368e6c5 commit 032fd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ sqlx_lib = {package="sqlx", version = "0.8.2", features = ["mysql", "postgres",
7676
lru = {version = "0.12.1", optional = true}
7777
csv = {version = "1.1.6", optional = true}
7878
uuid = {version="1", features=["v4", "serde"], optional = true}
79-
jwt-simple = {version="0.11", optional = true}
79+
jwt-simple = {version="0.12", default-features = false, features = ["pure-rust"], optional = true}
8080
serde = {version="1.0", optional = true}
8181
serde_json = {version="1.0", optional = true}
8282
num-traits = "0.2"

0 commit comments

Comments
 (0)