diff --git a/actix-web-grants/Cargo.toml b/actix-web-grants/Cargo.toml index 0f5a9e4..dab749e 100644 --- a/actix-web-grants/Cargo.toml +++ b/actix-web-grants/Cargo.toml @@ -28,5 +28,5 @@ actix-web-httpauth = "0.8.0" actix-rt = "2" serde = { version = "1.0", features = ["derive"] } parse-display = "0.10.0" -jsonwebtoken = "9.1.0" +jsonwebtoken = "10.2.0" chrono = "0.4" diff --git a/poem-grants/Cargo.toml b/poem-grants/Cargo.toml index 580a978..af32a96 100644 --- a/poem-grants/Cargo.toml +++ b/poem-grants/Cargo.toml @@ -29,5 +29,5 @@ poem = {version = "3", features = ["test"]} poem-openapi = "5.0" serde = {version = "1.0", features = ["derive"]} tokio = {version = "1.34.0", features = ["rt-multi-thread"]} -jsonwebtoken = "9.1.0" +jsonwebtoken = "10.2.0" chrono = "0.4" diff --git a/protect-axum/Cargo.toml b/protect-axum/Cargo.toml index 157c4d1..9ea700e 100644 --- a/protect-axum/Cargo.toml +++ b/protect-axum/Cargo.toml @@ -29,7 +29,7 @@ tower = { version = "0.5", default-features = false } axum = { version = "0.8.1" } chrono = "0.4" http-body-util = "0.1.0" -jsonwebtoken = "9.1.0" +jsonwebtoken = "10.2.0" parse-display = "0.10.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.64" diff --git a/protect-salvo/Cargo.toml b/protect-salvo/Cargo.toml index cb092c6..e2fe5e5 100644 --- a/protect-salvo/Cargo.toml +++ b/protect-salvo/Cargo.toml @@ -30,7 +30,7 @@ tower = { version = "0.5", default-features = false } [dev-dependencies] chrono = "0.4" http-body-util = "0.1.0" -jsonwebtoken = "9.1.0" +jsonwebtoken = "10.2.0" parse-display = "0.10.0" salvo = { version = "0.75", default-features = false, features = ["test"] } serde = { version = "1.0", features = ["derive"] } diff --git a/rocket-grants/Cargo.toml b/rocket-grants/Cargo.toml index b7827bb..564d453 100644 --- a/rocket-grants/Cargo.toml +++ b/rocket-grants/Cargo.toml @@ -30,4 +30,4 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.34.0", features = ["rt-multi-thread"] } chrono = "0.4" -jsonwebtoken = "9.1.0" +jsonwebtoken = "10.2.0"