Skip to content

Commit

Permalink
fix(drive): security vulnerability in hashbrown (#2375)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Dec 5, 2024
1 parent 2489531 commit bf6282d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 21 deletions.
28 changes: 9 additions & 19 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 packages/rs-drive-abci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ file-rotate = { version = "0.7.3" }
reopen = { version = "1.0.3" }
delegate = { version = "0.13" }
regex = { version = "1.8.1" }
metrics = { version = "0.23" }
metrics-exporter-prometheus = { version = "0.15", default-features = false, features = [
metrics = { version = "0.24" }
metrics-exporter-prometheus = { version = "0.16", default-features = false, features = [
"http-listener",
] }
url = { version = "2.3.1" }
Expand Down

0 comments on commit bf6282d

Please sign in to comment.