From 08f369e905c5b6ff43060938ba3a744058a0825a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 08:29:45 +0000 Subject: [PATCH] build(deps): bump tokio from 1.6.0 to 1.6.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.6.0...tokio-1.6.1) Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72f47d8a..d0f7bd3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -282,9 +282,9 @@ dependencies = [ [[package]] name = "curl" -version = "0.4.37" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adba2012502267c1fdde381e0e3acc44bf8be96b2f7d455089dcc2c8ad2f67bd" +checksum = "003cb79c1c6d1c93344c7e1201bb51c2148f24ec2bd9c253709d6b2efb796515" dependencies = [ "curl-sys", "libc", @@ -297,9 +297,9 @@ dependencies = [ [[package]] name = "curl-sys" -version = "0.4.43+curl-7.76.0" +version = "0.4.44+curl-7.77.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a802c7a9828b7d139efaed1bc92471ab6681ed86d19a105605f5eadcb0837d11" +checksum = "4b6d85e9322b193f117c966e79c2d6929ec08c02f339f950044aba12e20bbaf1" dependencies = [ "cc", "libc", @@ -1929,9 +1929,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd3076b5c8cc18138b8f8814895c11eb4de37114a5d127bafdc5e55798ceef37" +checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 6a9cbcb7..a834975f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ c_utf8 = "0.1.0" camino = "1.0.4" chrono = { version = "0.4.19", features = ["serde"] } clap = "2.33.3" -curl = "0.4.37" +curl = "0.4.38" cxx = "1.0.49" envsubst = "0.2.0" env_logger = "0.8.3" @@ -71,7 +71,7 @@ systemd = "0.8.2" tempfile = "3.2.0" tracing = "0.1" tracing-subscriber = "0.2" -tokio = { version = "1.6.0", features = ["full"] } +tokio = { version = "1.6.1", features = ["full"] } [build-dependencies] anyhow = "1.0"