Skip to content

Commit 8ce3bb4

Browse files
dependabot[bot]cpu
authored andcommitted
build(deps): bump tokio from 1.42.0 to 1.43.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...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]>
1 parent ad0ff72 commit 8ce3bb4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -21,7 +21,7 @@ rand = "0.8"
2121
regex = "1.9.6"
2222
toml = { version = "0.6.0", default-features = false, features = ["parse"] }
2323
hickory-resolver = { version = "=0.25.0-alpha.4", features = ["dns-over-https-rustls", "webpki-roots"] }
24-
tokio = { version = "1.42.0", features = ["io-util", "macros", "net", "rt"] }
24+
tokio = { version = "1.43.0", features = ["io-util", "macros", "net", "rt"] }
2525
serde = { version = "1", features = ["derive"] }
2626
serde_json = "1"
2727
tree-sitter = "0.23" # TODO(@cpu): handle breaking API changes for 0.24

0 commit comments

Comments
 (0)