Skip to content

Commit

Permalink
update hashbrown deps due to security (#1955)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanterion authored Dec 17, 2024
1 parent 9d30160 commit 1b0831c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ clap_complete = "4.4.7"
comfy-table = { version = "7.1.3", default-features = false }
criterion = { version = "0.5.1", default-features = false }
env_logger = "0.11"
indexmap = { version = "2.0.0", default-features = false }
indexmap = { version = "2.7.0", default-features = false }
leb128 = "0.2.4"
libfuzzer-sys = "0.4.0"
log = "0.4.17"
Expand All @@ -95,7 +95,7 @@ semver = { version = "1.0.0", default-features = false }
smallvec = "1.11.1"
libtest-mimic = "0.7.0"
bitflags = "2.5.0"
hashbrown = { version = "0.15.1", default-features = false, features = ['default-hasher'] }
hashbrown = { version = "0.15.2", default-features = false, features = ['default-hasher'] }
ahash = { version = "0.8.11", default-features = false }
termcolor = "1.2.0"
indoc = "2.0.5"
Expand Down

0 comments on commit 1b0831c

Please sign in to comment.