diff --git a/web/Cargo.lock b/web/Cargo.lock index 1b783fd..787404f 100644 --- a/web/Cargo.lock +++ b/web/Cargo.lock @@ -2172,9 +2172,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" dependencies = [ "itoa", "memchr", diff --git a/web/Cargo.toml b/web/Cargo.toml index e44a513..c053d40 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -60,7 +60,7 @@ base64 = "0.22.1" yewdux = "0.10.0" rss = "2.0.11" chrono = "0.4.38" -serde_json = "1.0.133" +serde_json = "1.0.135" yewtil = "0.4.0" gloo-utils = "0.2.0" gloo-events = "0.2.0"