diff --git a/CHANGELOG.md b/CHANGELOG.md index e235d7b..2d1dbd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Updated [`vergen`](https://github.com/rustyhorde/vergen) from 7.3.1 to 7.4.4 ([#533]) * Updated [`tracing-actix-web`](https://github.com/LukeMathWalker/tracing-actix-web) from 0.6.2 to 0.7.1 ([#534]) * 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]) [#530]: https://github.com/vbrandl/hoc/pull/530 [#531]: https://github.com/vbrandl/hoc/pull/531 [#533]: https://github.com/vbrandl/hoc/pull/533 [#534]: https://github.com/vbrandl/hoc/pull/534 [#535]: https://github.com/vbrandl/hoc/pull/535 +[#536]: https://github.com/vbrandl/hoc/pull/536 ## [0.28.0] 2022-12-18 diff --git a/Cargo.lock b/Cargo.lock index cc886fc..c4add4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1941,9 +1941,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.23.0" +version = "1.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46" +checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 696b9cf..c33c126 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,4 +44,4 @@ vergen = { version = "7.4.4", default-features = false, features = ["git"] } awc = "3.0.1" ructe = "0.15.0" tempfile = "3.3.0" -tokio = "1.23.0" +tokio = "1.23.1"