RUSTSEC-2024-0402: Fix unaffected declaration (#2157)

This commit is contained in:
Tobias Bieniek
2024-12-04 14:05:04 +01:00
committed by GitHub
parent 0c4013b598
commit 1fce689aa0

View File

@@ -9,7 +9,7 @@ keywords = ["borsh"]
[versions]
patched = [">= 0.15.1"]
unaffected = ["<= 0.14"]
unaffected = ["< 0.15.0"]
[affected]
functions = { "hashbrown::HashMap::borsh_serialize" = ["=0.15.0"] }