Skip to content

Commit f883b7c

Browse files
committed
Update dependencies
1 parent 15a27ac commit f883b7c

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

Cargo.lock

+15-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/yew/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ yew-macro = { version = "^0.21.0", path = "../yew-macro" }
2727
thiserror = "1.0"
2828
futures = { version = "0.3", default-features = false, features = ["std"] }
2929
html-escape = { version = "0.2.13", optional = true }
30-
implicit-clone = { version = "0.4.1", features = ["map"] }
30+
implicit-clone = { version = "0.4.8", features = ["map"] }
3131
base64ct = { version = "1.6.0", features = ["std"], optional = true }
3232
bincode = { version = "1.3.3", optional = true }
3333
serde = { version = "1", features = ["derive"] }

tools/website-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ wasm-bindgen = "0.2"
1717
wasm-bindgen-futures = "0.4"
1818
weblog = "0.3.0"
1919
yew = { path = "../../packages/yew/", features = ["ssr", "csr"] }
20-
yew-autoprops = "0.3.0"
20+
yew-autoprops = "0.4.1"
2121
yew-router = { path = "../../packages/yew-router/" }
2222
tokio = { version = "1.33.0", features = ["rt", "macros"] }
2323

0 commit comments

Comments
 (0)