Skip to content

Commit

Permalink
Bump tokio from 1.41.1 to 1.43.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.43.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.43.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent cee302c commit e6e40b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 29 deletions.
36 changes: 8 additions & 28 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.100.0"
nu-protocol = { version = "0.100.0", features = [ "plugin" ] }
prometheus-http-query = "0.8.3"
reqwest = { version = "0.12.5", features = [ "native-tls" ] }
tokio = { version ="1.41.1", features = [ "macros", "rt" ] }
tokio = { version ="1.43.0", features = [ "macros", "rt" ] }

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

0 comments on commit e6e40b8

Please sign in to comment.