Skip to content

Commit 5eb6473

Browse files
committed
fix(drive): security vulnerability in hashbrown
1 parent 5c9b3fc commit 5eb6473

File tree

2 files changed

+11
-21
lines changed

2 files changed

+11
-21
lines changed

Cargo.lock

Lines changed: 9 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/rs-drive-abci/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ file-rotate = { version = "0.7.3" }
5858
reopen = { version = "1.0.3" }
5959
delegate = { version = "0.13" }
6060
regex = { version = "1.8.1" }
61-
metrics = { version = "0.23" }
62-
metrics-exporter-prometheus = { version = "0.15", default-features = false, features = [
61+
metrics = { version = "0.24" }
62+
metrics-exporter-prometheus = { version = "0.16", default-features = false, features = [
6363
"http-listener",
6464
] }
6565
url = { version = "2.3.1" }

0 commit comments

Comments
 (0)