diff --git a/Cargo.lock b/Cargo.lock index 8ecda97..4e85ac9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1602,9 +1602,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.137" +version = "1.0.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" +checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 84cdf15..2f3773d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ reqwest = { version = "0.12.12", default-features = false, features = ["json", " askama = { version = "0.12.1", default-features = false } base64 = "0.22.1" serde = { version = "1.0.217", features = ["derive"] } -serde_json = "1.0.137" +serde_json = "1.0.139" sha2 = "0.10.8" base16ct = { version = "0.2.0", features = ["alloc"] } urlencoding = "2.1.3"