Skip to content

Commit 5be3f08

Browse files
committed
chore: downgrade jsonwebtoken to v9.3 and remove rust_crypto feature
1 parent 4bc91f1 commit 5be3f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tower_governor = "0.8"
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
2222
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "sqlite"] }
23-
jsonwebtoken = { version = "10.1", features = ["rust_crypto"] }
23+
jsonwebtoken = "9.3"
2424
bcrypt = "0.17"
2525
chrono = { version = "0.4", features = ["serde"] }
2626
dotenv = "0.15"

0 commit comments

Comments
 (0)