Skip to content

Commit

Permalink
ci: fix RUSTSEC-2024-0402.
Browse files Browse the repository at this point in the history
  • Loading branch information
youngsofun committed Dec 4, 2024
1 parent bea64df commit f14ad6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ ignore = [
"RUSTSEC-2024-0351",
# gix-path: improperly resolves configuration path reported by Git
"RUSTSEC-2024-0371",
# Borsh serialization of HashMap is non-canonical
"RUSTSEC-2024-0402",
]
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ gimli = "0.31.0"
globiter = "0.1"
goldenfile = "1.4"
h3o = "0.4.0"
hashbrown = { version = "0.15.0", default-features = false }
hashbrown = { version = "0.15.2", default-features = false }
hashbrown_v0_14 = { package = "hashbrown", version = "0.14.0", default-features = false, features = ["ahash"] }
hashlink = "0.8"
headers = "0.4.0"
Expand Down

0 comments on commit f14ad6b

Please sign in to comment.