Skip to content

Commit 4c2c809

Browse files
build(deps): bump tokio from 1.44.1 to 1.44.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.1...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d1d5d8 commit 4c2c809

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -20,7 +20,7 @@ rustls-platform-verifier = "0.5.1"
2020
regex = "1.9.6"
2121
toml = { version = "0.6.0", default-features = false, features = ["parse"] }
2222
hickory-resolver = { version = "0.25", features = ["https-aws-lc-rs", "webpki-roots"] }
23-
tokio = { version = "1.44.0", features = ["io-util", "macros", "net", "rt"] }
23+
tokio = { version = "1.44.2", features = ["io-util", "macros", "net", "rt"] }
2424
serde = { version = "1", features = ["derive"] }
2525
serde_json = "1"
2626
# TODO(@cpu): handle breaking API changes for tree-sitter 0.24.

0 commit comments

Comments
 (0)