Skip to content

Commit

Permalink
Update all dependencies (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechu10 authored Oct 6, 2023
1 parent fc8bf29 commit 8a1169e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/sycamore-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/sycamore-rs/sycamore"
version = "0.9.0-beta.1"

[dependencies]
hashbrown = "0.13.1"
hashbrown = "0.14.1"
sycamore-futures = { path = "../sycamore-futures", version = "0.9.0-beta.1", optional = true }
sycamore-reactive = { path = "../sycamore-reactive", version = "0.9.0-beta.1" }

Expand Down
4 changes: 2 additions & 2 deletions packages/sycamore-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ repository = "https://github.com/sycamore-rs/sycamore"
version = "0.9.0-beta.1"

[dependencies]
hashbrown = "0.13.1"
hashbrown = "0.14.1"
html-escape = "0.2.12"
indexmap = "1.9.2"
indexmap = "2.0.2"
js-sys = "0.3.60"
once_cell = "1.16.0"
sycamore-core = { path = "../sycamore-core", version = "0.9.0-beta.1" }
Expand Down
4 changes: 2 additions & 2 deletions packages/sycamore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ version = "0.9.0-beta.1"

[dependencies]
futures = { version = "0.3.25", optional = true }
hashbrown = "0.13.1"
hashbrown = "0.14.1"
html-escape = { version = "0.2.12", optional = true }
indexmap = { version = "1.9.2", features = ["std"] }
indexmap = { version = "2.0.2", features = ["std"] }
js-sys = { version = "0.3.60", optional = true }
once_cell = { version = "1.16.0", optional = true }
paste = "1.0.9"
Expand Down

0 comments on commit 8a1169e

Please sign in to comment.