Skip to content

Commit f9d8dd9

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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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
@@ -20,7 +20,7 @@ rustls-platform-verifier = "0.6"
2020
regex = "1.9.6"
2121
toml = { version = "0.8", 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.47.1", 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)