Skip to content

Commit

Permalink
chore: remove unused dependency regex
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Sep 21, 2023
1 parent ace782e commit 08e3362
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 24 deletions.
32 changes: 10 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ pretty_assertions = "1.3.0"
protobuf = "3.2.0"
protobuf-codegen = "3.2.0"
protobuf-parse = "3.2.0"
regex = { git = "https://github.com/plusvic/regex.git", rev="423493d" }
regex-syntax = { git = "https://github.com/plusvic/regex.git", rev="423493d" }
regex-automata = { git = "https://github.com/plusvic/regex.git", rev="423493d" }
rustc-hash = "1.1.0"
Expand Down
1 change: 0 additions & 1 deletion yara-x/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ memx = { workspace = true }
num = { workspace = true }
protobuf = { workspace = true }
rustc-hash = { workspace = true }
regex = { workspace = true }
regex-syntax = { workspace = true }
regex-automata = { workspace = true }
smallvec = { workspace = true, features=["serde"] }
Expand Down

0 comments on commit 08e3362

Please sign in to comment.