diff --git a/crates/libp2p-core/RUSTSEC-2019-0004.toml b/crates/libp2p-core/RUSTSEC-2019-0004.toml index a902391..8357240 100644 --- a/crates/libp2p-core/RUSTSEC-2019-0004.toml +++ b/crates/libp2p-core/RUSTSEC-2019-0004.toml @@ -9,5 +9,5 @@ Any signature with a correct length was considered valid. This allows an attacker to impersonate any node identity. """ -patched_versions = [">= 0.7.1", ">= 0.8.1"] +patched_versions = ["^0.7.1", ">= 0.8.1"] unaffected_versions = ["< 0.3"]