Skip to content

Commit 0a43d71

Browse files
build(deps): bump tokio from 1.47.1 to 1.48.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.1 to 1.48.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.48.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 41a8657 commit 0a43d71

File tree

2 files changed

+6
-80
lines changed

2 files changed

+6
-80
lines changed

Cargo.lock

Lines changed: 5 additions & 79 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
@@ -19,7 +19,7 @@ log = "0.4.22"
1919
rustls-platform-verifier = "0.6"
2020
toml = { version = "0.9", default-features = false, features = ["parse", "serde", "std"] }
2121
hickory-resolver = { version = "0.25", features = ["https-aws-lc-rs", "webpki-roots"] }
22-
tokio = { version = "1.44.0", features = ["io-util", "macros", "net", "rt"] }
22+
tokio = { version = "1.48.0", features = ["io-util", "macros", "net", "rt"] }
2323
serde = { version = "1", features = ["derive"] }
2424
serde_json = "1"
2525
# TODO(@cpu): handle breaking API changes for tree-sitter 0.24.

0 commit comments

Comments
 (0)