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] authored Nov 6, 2023
1 parent e2ada9d commit 3f2f2dc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
41 changes: 21 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.37"
wasm-bindgen = { version = "0.2.87" }
wasm-bindgen-test = "0.3.38"
wasm-bindgen = { version = "0.2.88" }
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.37" }
wasm-bindgen-futures = { optional = true, version = "0.4.38" }
futures-signals = "0.3.33"
futures-util = "0.3"
discard = "1"
Expand All @@ -38,7 +38,7 @@ features = [
"Window",
]
optional = true
version = "0.3.64"
version = "0.3.65"

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

0 comments on commit 3f2f2dc

Please sign in to comment.