Skip to content

Commit

Permalink
Merge pull request #36 from drbrain/dependabot/cargo/tokio-1.41.1
Browse files Browse the repository at this point in the history
Bump tokio from 1.41.0 to 1.41.1
  • Loading branch information
drbrain authored Nov 7, 2024
2 parents 87ec0c7 + 031c031 commit 19e1c69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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
Expand Up @@ -21,7 +21,7 @@ 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" ] }
tokio = { version ="1.41.1", features = [ "macros", "rt" ] }

[dev-dependencies]
rstest = { version = "0.23", default-features = false }
Expand Down

0 comments on commit 19e1c69

Please sign in to comment.