a TUI like cli tool to manage the features of your rust-project dependencies

Add http2 to known false positives for rocket/hyper/hyper-util

authored by

Martin and committed by
GitHub
eb40818a 02a5aa3a

+4 -1
+4 -1
Known-Features.toml
··· 1 1 clap = ["default"] 2 2 color-eyre = ["default"] 3 3 regex = ["default"] 4 - serde_json = ["preserve_order"] 4 + serde_json = ["preserve_order"] 5 + rocket = ["http2"] 6 + hyper = ["http2"] 7 + hyper-util = ["http2"]