Skip to content

Commit

Permalink
Also update nu-protocol
Browse files Browse the repository at this point in the history
drbrain committed Aug 9, 2024
1 parent 6d9762b commit eb49e99
Showing 2 changed files with 14 additions and 124 deletions.
136 changes: 13 additions & 123 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ categories = ["command-line-utilities"]
chrono = "0.4.38"
nom = "7.1.3"
nu-plugin = "0.96.1"
nu-protocol = { version = "0.95.0", features = [ "plugin" ] }
nu-protocol = { version = "0.96.1", features = [ "plugin" ] }
prometheus-http-query = "0.8.3"
reqwest = { version = "0.12.5", features = [ "native-tls" ] }
tokio = { version ="1.39.2", features = [ "macros", "rt" ] }

0 comments on commit eb49e99

Please sign in to comment.