RUSTSEC-2020-0068: remove parameters from affected functions (#477)

It's breaking `cargo-deny` which hasn't updated to the new parser yet
This commit is contained in:
Tony Arcieri
2020-11-09 12:02:00 -08:00
committed by GitHub
parent 0ca360b195
commit 0bdef412ac

View File

@@ -8,8 +8,8 @@ categories = ["denial-of-service"]
keywords = ["parsing", "panic", "untrusted data"]
[affected.functions]
"multihash::digests::MultihashRefGeneric<T>::from_slice" = ["< 0.11.3"]
"multihash::digests::MultihashGeneric<T>::from_bytes" = ["< 0.11.3"]
"multihash::digests::MultihashRefGeneric::from_slice" = ["< 0.11.3"]
"multihash::digests::MultihashGeneric::from_bytes" = ["< 0.11.3"]
[versions]
patched = [">= 0.11.3"]