cargo: bump bytes from 1.1.0 to 1.2.0

Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-19 15:40:52 +00:00 committed by Martin von Zweigbergk
parent 980004e908
commit bf8a8caf01
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -170,9 +170,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
version = "1.1.0"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"
[[package]]
name = "cast"

View file

@ -20,7 +20,7 @@ version_check = "0.9.4"
[dependencies]
backoff = "0.4.0"
blake2 = "0.10.4"
bytes = "1.1.0"
bytes = "1.2.0"
byteorder = "1.4.3"
chrono = "0.4.19"
config = { version = "0.13.1", features = ["toml"] }