From 24431eec44b82d640f79abd0a6fd4910220f240e Mon Sep 17 00:00:00 2001 From: Xu Shaohua Date: Sun, 4 Feb 2024 18:35:13 +0800 Subject: [PATCH] Update deps --- crates/zu-docs/Cargo.toml | 2 +- crates/zuicon-material/Cargo.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crates/zu-docs/Cargo.toml b/crates/zu-docs/Cargo.toml index eee2e6d78..989fd60d8 100644 --- a/crates/zu-docs/Cargo.toml +++ b/crates/zu-docs/Cargo.toml @@ -11,7 +11,7 @@ futures-util = "0.3.30" gloo-timers = "0.3.0" gloo-utils = "0.2.0" log = "0.4.20" -serde = "1.0.195" +serde = "1.0.196" stylist = { version = "0.13.0", default-features = false, features=["random", "yew"] } wasm-bindgen = "0.2.90" wasm-bindgen-futures = "0.4.40" diff --git a/crates/zuicon-material/Cargo.toml b/crates/zuicon-material/Cargo.toml index dd1ff241e..20ebacbe0 100644 --- a/crates/zuicon-material/Cargo.toml +++ b/crates/zuicon-material/Cargo.toml @@ -21,10 +21,10 @@ zu = { path = "../zu", version = "0.3.2" } [build-dependencies] inflections = "1.1.1" lazy_static = "1.4.0" -regex = "1.10.2" -reqwest = { version = "0.11.23", features = ["blocking"] } -serde = { version = "1.0.195", features = ["derive"] } -serde_json = "1.0.111" +regex = "1.10.3" +reqwest = { version = "0.11.24", features = ["blocking"] } +serde = { version = "1.0.196", features = ["derive"] } +serde_json = "1.0.113" zu-util = { path="../zu-util", version="0.3.3", features = ["icon"] } [features]