chore: cargo outdated, bump rustc-hash to version 2.0.0, no additional fixup needed. (#2778)

This commit is contained in:
martin frances 2024-08-06 01:53:16 +01:00 committed by GitHub
parent a7aedee4fd
commit 97e0222061
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"