Merge pull request #677 from vbrandl/dependabot/cargo/bytes-1.5.0
Bump bytes from 1.4.0 to 1.5.0
This commit is contained in:
commit
f2dafb754b
@ -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
|
||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user