diff --git a/Cargo.lock b/Cargo.lock index 86dc7c2..5f975f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1003,11 +1003,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.120" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" +checksum = "66ad62847a56b3dba58cc891acd13884b9c61138d330c0d7b6181713d4fce38d" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 9f9026c..a5fd004 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ fastly = "0.10.1" hmac-sha256 = "1.1.7" rand = "0.8.5" serde = { version = "1.0.203", features = ["derive"] } -serde_json = "1.0.120" +serde_json = "1.0.124" base64 = "0.22.1" jwt-simple = "0.12.9"