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 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"