this repo has no description

Ignore RUSTSEC-2021-0139 for now

+3 -1
+1 -1
Cargo.toml
··· 48 48 base16 = "0" 49 49 # Language server protocol server plumbing 50 50 lsp-server = "0" 51 - lsp-types = "0" 51 + lsp-types = "=0.95.1" 52 52 # Compact clone-on-write vector & string type 53 53 ecow = "0" 54 54 # Drop in replacement for std::path but with only utf-8
+2
deny.toml
··· 3 3 db-path = "~/.cargo/advisory-db" 4 4 db-urls = ["https://github.com/rustsec/advisory-db"] 5 5 ignore = [ 6 + "RUSTSEC-2021-0139" 6 7 ] 7 8 8 9 # https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html ··· 17 18 "Unicode-DFS-2016", 18 19 "BSL-1.0", 19 20 "Unicode-3.0", 21 + "Zlib", 20 22 ] 21 23 confidence-threshold = 0.8 22 24