diff --git a/Cargo.lock b/Cargo.lock index d04415f..575d498 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3504,16 +3504,17 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "9.3.1" +version = "10.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde" +checksum = "c76e1c7d7df3e34443b3621b459b066a7b79644f059fc8b2db7070c825fd417e" dependencies = [ "base64", + "getrandom 0.2.16", "js-sys", "pem", - "ring", "serde", "serde_json", + "signature 2.2.0", "simple_asn1", ] diff --git a/crates/orbit-star/Cargo.toml b/crates/orbit-star/Cargo.toml index 5c0c466..6558d2c 100644 --- a/crates/orbit-star/Cargo.toml +++ b/crates/orbit-star/Cargo.toml @@ -36,7 +36,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } # Security uuid = { version = "1.11", features = ["v4"] } -jsonwebtoken = "9.3" +jsonwebtoken = "10.2" sha2 = "0.10" serde = { version = "1.0", features = ["derive"] } diff --git a/crates/orbit-web/Cargo.toml b/crates/orbit-web/Cargo.toml index 02943c3..55f8ea7 100644 --- a/crates/orbit-web/Cargo.toml +++ b/crates/orbit-web/Cargo.toml @@ -40,7 +40,7 @@ utoipa-swagger-ui = { version = "9", features = ["axum"] } # Auth & Security argon2 = "0.5" -jsonwebtoken = "9.0" +jsonwebtoken = "10.2" rand_core = { version = "0.9", features = ["std"] } # Database