Skip to content

Commit

Permalink
Remove unused regex dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Jun 15, 2024
1 parent 0e72545 commit 2d3aba1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion 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 @@ -20,7 +20,6 @@ nom = "7.1.3"
nu-plugin = "0.94.2"
nu-protocol = { version = "0.94.2", features = [ "plugin" ] }
prometheus-http-query = "0.8.3"
regex = "1.10.4"
reqwest = { version = "0.12.4", features = [ "native-tls" ] }
tokio = { version ="1.38.0", features = [ "macros", "rt" ] }

Expand Down

0 comments on commit 2d3aba1

Please sign in to comment.