From 7dde85745e68a7882381b452359b548a7f7b5f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 00:31:59 +0000 Subject: [PATCH] Bump tokio from 1.19.2 to 1.20.4 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.2 to 1.20.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.19.2...tokio-1.20.4) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... 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 86d63a1..773d16f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2172,16 +2172,16 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.19.2" +version = "1.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439" +checksum = "eb78f30e4b41e98ca4cce5acb51168a033839a7af9e42b380355808e14e98ee0" dependencies = [ + "autocfg", "bytes", "libc", "memchr", "mio", "num_cpus", - "once_cell", "pin-project-lite", "socket2", "winapi", diff --git a/Cargo.toml b/Cargo.toml index 14786d2..2ab0b56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ iced = { version = "0.4", features = ["pure", "tokio"] } reqwest = { version = "0.11", features = ["json", "multipart", "stream"] } futures = "0.3" rfd = "0.10.0" -tokio = { version = "1.19", features = ["fs"] } +tokio = { version = "1.20", features = ["fs"] } tokio-util= { version = "0.7", features = ["codec"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"