From 3334464307662b72b7040f04fcb02387ea60b95e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 21:47:48 +0000 Subject: [PATCH] Bump tokio from 1.19.2 to 1.20.3 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.2 to 1.20.3. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.19.2...tokio-1.20.3) --- 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 9ab9d68..c1032fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1430,16 +1430,16 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.19.2" +version = "1.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439" +checksum = "664cf6576f16c0ad68184998f3c2d4be9903ede6b291a5b5cfc97d29e0057283" dependencies = [ + "autocfg", "bytes", "libc", "memchr", "mio", "num_cpus", - "once_cell", "parking_lot", "pin-project-lite", "signal-hook-registry", diff --git a/Cargo.toml b/Cargo.toml index 45120fa..5d09d49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ octocrab = "0.16.0" reqwest = "0.11.11" serde = { version = "1.0.138", features = ["derive"] } serde_json = "1.0.82" -tokio = { version = "1.19.2", features = ["full"] } +tokio = { version = "1.20.3", features = ["full"] } [profile.release] lto = "thin"