From e8f742750bb181953c0d385da91fff89d1746f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 06:34:22 -0400 Subject: [PATCH] Bump tokio from 1.11.0 to 1.12.0 (#117) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.11.0...tokio-1.12.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9eeb1e6..b1dfab9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1085,9 +1085,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4efe6fc2395938c8155973d7be49fe8d03a843726e285e100a8a383cc0154ce" +checksum = "c2c2416fdedca8443ae44b4527de1ea633af61d8f7169ffa6e72c5b53d24efcc" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index d4f695c..e6cedae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ sendgrid = { version = "0.17.3", default-features = false, features = ["rustls", serde_derive = "1.0.112" serde = "1.0.130" reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] } -tokio = { version = "1.10", features = ["full"] } +tokio = { version = "1.12", features = ["full"] } serde_json = "1.0.68" log = "0.4" pretty_env_logger = "0.4.0"