Skip to content

Commit

Permalink
deps(tokio-util): update hashbrown to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Oct 24, 2023
1 parent bc48a6f commit e5d9d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ slab = { version = "0.4.4", optional = true } # Backs `DelayQueue`
tracing = { version = "0.1.25", default-features = false, features = ["std"], optional = true }

[target.'cfg(tokio_unstable)'.dependencies]
hashbrown = { version = "0.12.0", optional = true }
hashbrown = { version = "0.14.0", optional = true }

[dev-dependencies]
tokio = { version = "1.0.0", path = "../tokio", features = ["full"] }
Expand Down

0 comments on commit e5d9d00

Please sign in to comment.