Skip to content

Commit 682cb02

Browse files
authored
Merge pull request #62 from drbrain/dependabot/cargo/tokio-1.43.1
Bump tokio from 1.43.0 to 1.43.1
2 parents 8c80bc4 + 84c77f6 commit 682cb02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ nu-plugin = "0.102.0"
2323
nu-protocol = { version = "0.102.0", features = [ "plugin" ] }
2424
prometheus-http-query = "0.8.3"
2525
reqwest = { version = "0.12.5", features = [ "native-tls" ] }
26-
tokio = { version ="1.43.0", features = [ "macros", "rt" ] }
26+
tokio = { version ="1.43.1", features = [ "macros", "rt" ] }
2727

2828
[dev-dependencies]
2929
rstest = { version = "0.24", default-features = false }

0 commit comments

Comments
 (0)