diff --git a/Cargo.lock b/Cargo.lock index 61dac49d..7c9ca4b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4325,15 +4325,17 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "9.3.1" +version = "10.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde" +checksum = "eba32bfb4ffdeaca3e34431072faf01745c9b26d25504aa7a6cf5684334fc4fc" dependencies = [ "base64 0.22.1", + "getrandom 0.2.17", "js-sys", - "ring", "serde", "serde_json", + "signature", + "zeroize", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 7492148d..ee9e933c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ futures = "0.3.30" headers = "0.4.0" headers-accept = "0.2.1" indexmap = "2.2.6" -jsonwebtoken = { version = "9.3.1", default-features = false } +jsonwebtoken = { version = "10.3.0", default-features = false } lazy_static = "1.5.0" mediatype = "0.20.0" lh_eth2 = { package = "eth2", git = "https://github.com/sigp/lighthouse", tag = "v8.1.3", features = ["events"] }