Skip to content

Commit

Permalink
Update to nushell 0.99.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Nov 7, 2024
1 parent 19aad91 commit 61963f6
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 27 deletions.
56 changes: 31 additions & 25 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ categories = ["command-line-utilities"]
[dependencies]
chrono = "0.4.38"
nom = "7.1.3"
nu-plugin = "0.98.0"
nu-protocol = { version = "0.98.0", features = [ "plugin" ] }
nu-plugin = "0.99.1"
nu-protocol = { version = "0.99.1", features = [ "plugin" ] }
prometheus-http-query = "0.8.3"
reqwest = { version = "0.12.5", features = [ "native-tls" ] }
tokio = { version ="1.41.0", features = [ "macros", "rt" ] }
Expand Down

0 comments on commit 61963f6

Please sign in to comment.