From 4ad16e0f2c5044029bc827df5988e2ef30bd03c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 14:10:47 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.22.0 to 1.25.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.22.0 to 1.25.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.22.0...tokio-1.25.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1f56c4..76ea503 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2290,9 +2290,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.22.0" +version = "1.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3" +checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" dependencies = [ "autocfg", "bytes", @@ -2303,7 +2303,7 @@ dependencies = [ "pin-project-lite", "signal-hook-registry", "tokio-macros", - "winapi", + "windows-sys", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 1cbca92..2b24545 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ lazy_static = { version = "1.4.0", optional = true } watchexec = "2.0.2" watchexec-filterer-ignore = "1.0.0" ignore-files = "1.0.1" -tokio = { version = "1.22.0", features = ["macros", "rt"] } +tokio = { version = "1.25.0", features = ["macros", "rt"] } thiserror = "1.0.37" [features]