Skip to content

Commit 2d79c09

Browse files
authored
Merge pull request #12 from drbrain/dependabot/cargo/tokio-1.39.2
Bump tokio from 1.38.0 to 1.39.2
2 parents 5f582f9 + 60379f3 commit 2d79c09

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)