forked from Rust-related/RustPython
Remove 'regex' from parser/Cargo.toml, as we don't use it
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1328,7 +1328,6 @@ dependencies = [
|
||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"num-bigint 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"unic-emoji-char 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"unic-ucd-ident 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"wtf8 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
||||
@@ -14,7 +14,6 @@ lalrpop="0.17"
|
||||
[dependencies]
|
||||
lalrpop-util="0.17"
|
||||
log="0.4.1"
|
||||
regex = "1"
|
||||
num-bigint = "0.2"
|
||||
num-traits = "0.2"
|
||||
unic-emoji-char = "0.9"
|
||||
|
||||
Reference in New Issue
Block a user