Skip to content

Commit

Permalink
chore: cargo outdated, bump rustc-hash to version 2.0.0, no additiona…
Browse files Browse the repository at this point in the history
…l fixup needed. (leptos-rs#2778)
  • Loading branch information
martinfrances107 authored Aug 6, 2024
1 parent a7aedee commit 97e0222
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion leptos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ or_poisoned = { workspace = true }
paste = "1"
rand = { version = "0.8", optional = true }
reactive_graph = { workspace = true, features = ["serde"] }
rustc-hash = "1"
rustc-hash = "2"
tachys = { workspace = true, features = ["reactive_graph", "oco"] }
thiserror = "1"
tracing = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion reactive_graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ or_poisoned = { workspace = true }
futures = "0.3"
hydration_context = { workspace = true, optional = true }
pin-project-lite = "0.2"
rustc-hash = "1.1.0"
rustc-hash = "2"
serde = { version = "1", features = ["derive"], optional = true }
slotmap = "1"
thiserror = "1"
Expand Down
2 changes: 1 addition & 1 deletion tachys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ web-sys = { version = "0.3", features = [
] }
drain_filter_polyfill = "0.1"
indexmap = "2"
rustc-hash = "1"
rustc-hash = "2"
futures = "0.3"
parking_lot = "0.12"
itertools = "0.12"
Expand Down

0 comments on commit 97e0222

Please sign in to comment.