From 6c2e1583107283f7d87d94a48c1bc9e5b33e8455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 14:42:27 +0000 Subject: [PATCH 1/2] chore(deps): Bump tokio from 1.23.1 to 1.24.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.1 to 1.24.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.23.1...tokio-1.24.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e207739..7d89005 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1941,9 +1941,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.23.1" +version = "1.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8" +checksum = "1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index e5239fd..04d2267 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,4 +44,4 @@ vergen = { version = "7.5.0", default-features = false, features = ["git"] } awc = "3.0.1" ructe = "0.15.0" tempfile = "3.3.0" -tokio = "1.23.1" +tokio = "1.24.1" From ca640fc6ad6ec1d8582c36111ffebff66ec9c046 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 7 Jan 2023 15:44:47 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 893f5a5..1337572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.151 to 1.0.152 ([#535]) * Updated [`tokio`](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.23.1 ([#536]) * Updated [`vergen`](https://github.com/rustyhorde/vergen) from 7.4.4 to 7.5.0 ([#537]) +* Updated [`tokio`](https://github.com/tokio-rs/tokio) from 1.23.1 to 1.24.1 ([#539]) [#530]: https://github.com/vbrandl/hoc/pull/530 [#531]: https://github.com/vbrandl/hoc/pull/531 @@ -22,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#535]: https://github.com/vbrandl/hoc/pull/535 [#536]: https://github.com/vbrandl/hoc/pull/536 [#537]: https://github.com/vbrandl/hoc/pull/537 +[#539]: https://github.com/vbrandl/hoc/pull/539 ## [0.28.0] 2022-12-18