From 5652f46e2f7e3065e00b8d94cac2af26bd08ad7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 09:21:30 +0000 Subject: [PATCH 1/2] chore(deps): Bump tokio from 1.26.0 to 1.27.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.26.0 to 1.27.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.26.0...tokio-1.27.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 ++++----- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ab9215..5ce5e97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1891,9 +1891,9 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "socket2" -version = "0.4.4" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" +checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" dependencies = [ "libc", "winapi", @@ -2007,14 +2007,13 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.26.0" +version = "1.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64" +checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001" dependencies = [ "autocfg", "bytes", "libc", - "memchr", "mio", "parking_lot", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 5c982e1..fcbef37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,4 +44,4 @@ vergen = { version = "7.5.1", default-features = false, features = ["git"] } awc = "3.1.1" ructe = "0.16.1" tempfile = "3.4.0" -tokio = "1.26.0" +tokio = "1.27.0" From 02c6a7ccc820ca85c7f1299cf129cf5d9b188a3f Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 13 Apr 2023 11:23:19 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e906461..823b380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Updated [`mime`](https://github.com/hyperium/mime) from 0.3.16 to 0.3.17 ([#582]) * Updated [`dotenvy`](https://github.com/allan2/dotenvy) from 0.15.6 to 0.15.7 ([#583]) * Updated [`reqwest`](https://github.com/seanmonstar/reqwest) from 0.11.14 to 0.11.16 ([#586]) +* Updated [`tokio`](https://github.com/tokio-rs/tokio) from 1.26.0 to 1.27.0 ([#588]) [#578]: https://github.com/vbrandl/hoc/pull/578 [#580]: https://github.com/vbrandl/hoc/pull/580 [#582]: https://github.com/vbrandl/hoc/pull/582 [#583]: https://github.com/vbrandl/hoc/pull/583 [#586]: https://github.com/vbrandl/hoc/pull/586 +[#588]: https://github.com/vbrandl/hoc/pull/588 ## [0.33.0] 2023-03-16