Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 631e871

Browse files
authoredJul 29, 2024··
Bump tokio from 1.38.0 to 1.39.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.39.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.39.2) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c950d96 commit 631e871

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed
 

‎Cargo.lock

+15-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ nu-plugin = "0.95.0"
2121
nu-protocol = { version = "0.95.0", features = [ "plugin" ] }
2222
prometheus-http-query = "0.8.3"
2323
reqwest = { version = "0.12.5", features = [ "native-tls" ] }
24-
tokio = { version ="1.38.0", features = [ "macros", "rt" ] }
24+
tokio = { version ="1.39.2", features = [ "macros", "rt" ] }
2525

2626
[dev-dependencies]
2727
rstest = { version = "0.21", default-features = false }

0 commit comments

Comments
 (0)
Please sign in to comment.