this repo has no description

Ignore RUSTSEC-2021-0139 for now

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