diff --git a/CHANGELOG.md b/CHANGELOG.md index c0281f0..60fca69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `actix-web` from 4.3.1 to 4.4.0 ([#673](https://github.com/vbrandl/hoc/pull/673)) - Bump `awc` from 3.1.1 to 3.2.0 ([#675](https://github.com/vbrandl/hoc/pull/675)) - Bump `actions/checkout` from 3 to 4 ([#676](https://github.com/vbrandl/hoc/pull/676)) +- Bump `bytes` from 1.4.0 to 1.5.0 ([#677](https://github.com/vbrandl/hoc/pull/677)) ## [0.35.0] 2023-05-04 diff --git a/Cargo.lock b/Cargo.lock index 4ce22b8..2e27e17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,9 +458,9 @@ checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" [[package]] name = "bytes" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" +checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "bytestring" diff --git a/Cargo.toml b/Cargo.toml index df1e240..0b79333 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ name = "hoc" actix-rt = "2.9.0" actix-web = "4.4.0" badgers = "1.2.0" -bytes = "1.4.0" +bytes = "1.5.0" config = { version = "0.13.3", features = ["toml"] } dotenvy = "0.15.7" futures = "0.3.28"