diff --git a/Cargo.lock b/Cargo.lock index 86dc7c2..3e3196d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1003,11 +1003,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.120" +version = "1.0.125" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" +checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 9f9026c..7bb37ca 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.125" base64 = "0.22.1" jwt-simple = "0.12.9"