Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
updated hashbrown to 0.15.1
  • Loading branch information
adamanteye committed Nov 10, 2024
1 parent 24540b3 commit 9d1ee8c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
hashbrown = "0.14"
hashbrown = "0.15"
stacker = { version = "0.1", optional = true }
regex-automata = { version = "0.3", default-features = false, optional = true, features = ["alloc", "meta", "perf", "unicode", "nfa", "dfa", "hybrid"] }
spin = { version = "0.9", features = ["once"], default-features = false, optional = true }
Expand Down

0 comments on commit 9d1ee8c

Please sign in to comment.