Skip to content

Commit

Permalink
Merge pull request #33 from drbrain/dependabot/cargo/tokio-1.41.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.40.0 to 1.41.0
  • Loading branch information
drbrain authored Nov 7, 2024
2 parents 4e3a76d + ef9c215 commit 19aad91
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.98.0"
nu-protocol = { version = "0.98.0", features = [ "plugin" ] }
prometheus-http-query = "0.8.3"
reqwest = { version = "0.12.5", features = [ "native-tls" ] }
tokio = { version ="1.40.0", features = [ "macros", "rt" ] }
tokio = { version ="1.41.0", features = [ "macros", "rt" ] }

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

0 comments on commit 19aad91

Please sign in to comment.