Skip to content

Commit

Permalink
fix(deps): update rust-wasm-bindgen monorepo (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 9, 2023
1 parent beaff27 commit 7e9ec52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/hirola-dom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wasm-bindgen = { version = "0.2" }
log = "0.4"
hirola-core = { path = "../hirola-core", version = "0.3.1" }
matchit = { version = "0.7" }
wasm-bindgen-futures = { version = "0.4.29" }
wasm-bindgen-futures = { version = "0.4.39" }
discard = "1"

[dependencies.web-sys]
Expand All @@ -27,7 +27,7 @@ features = [
"History",
"Location"
]
version = "0.3.64"
version = "0.3.66"

[dev-dependencies]
hirola = { path = "../../", version = "0.3.1" }
Expand Down

0 comments on commit 7e9ec52

Please sign in to comment.