Skip to content

Commit

Permalink
chore(deps): update rust-wasm-bindgen monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 28, 2023
1 parent 86d9a4d commit 6fc3fcc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ form = ["hirola-form"]


[dev-dependencies]
wasm-bindgen-test = "0.3.38"
wasm-bindgen = { version = "0.2.88" }
wasm-bindgen-test = "0.3.39"
wasm-bindgen = { version = "0.2.89" }
hirola = { path = ".", features = ["app", "dom"] }
futures-util = "0.3"
web-sys = { version = "0.3", features = ["Document", "Node", "Element"] }
Expand Down
4 changes: 2 additions & 2 deletions crates/hirola-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ html-escape = { version = "0.2.13", optional = true }
hirola-macros = { path = "../hirola-macros", version = "0.3.1" }
wasm-bindgen = { version = "0.2", optional = true }
matchit = { version = "0.7", optional = true }
wasm-bindgen-futures = { optional = true, version = "0.4.38" }
wasm-bindgen-futures = { optional = true, version = "0.4.39" }
futures-signals = "0.3.33"
futures-util = "0.3"
discard = "1"
Expand All @@ -38,7 +38,7 @@ features = [
"Window",
]
optional = true
version = "0.3.65"
version = "0.3.66"

[dev-dependencies]
criterion = { version = "0.3", features = ["html_reports"] }
Expand Down

0 comments on commit 6fc3fcc

Please sign in to comment.