Skip to content

Commit 2b4782d

Browse files
authored
ci: ignore RUSTSEC-2024-0402. (#16998)
ci: fix RUSTSEC-2024-0402. https://rustsec.org/advisories/RUSTSEC-2024-0402
1 parent bea64df commit 2b4782d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.cargo/audit.toml

+2
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,6 @@ ignore = [
4747
"RUSTSEC-2024-0351",
4848
# gix-path: improperly resolves configuration path reported by Git
4949
"RUSTSEC-2024-0371",
50+
# Borsh serialization of HashMap is non-canonical
51+
"RUSTSEC-2024-0402",
5052
]

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ gimli = "0.31.0"
294294
globiter = "0.1"
295295
goldenfile = "1.4"
296296
h3o = "0.4.0"
297-
hashbrown = { version = "0.15.0", default-features = false }
297+
hashbrown = { version = "0.15.2", default-features = false }
298298
hashbrown_v0_14 = { package = "hashbrown", version = "0.14.0", default-features = false, features = ["ahash"] }
299299
hashlink = "0.8"
300300
headers = "0.4.0"

0 commit comments

Comments
 (0)