Skip to content

Commit 224e08b

Browse files
committed
Update implicit-clone to 0.4.8
1 parent b9baa29 commit 224e08b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/yew/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.7", 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"] }

0 commit comments

Comments
 (0)