Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
XuShaohua committed Feb 4, 2024
1 parent 828c7ce commit 24431ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/zu-docs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions crates/zuicon-material/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 24431ee

Please sign in to comment.