Bump bytes from 1.3.0 to 1.4.0 (#754)

This commit is contained in:
dependabot[bot] 2023-02-01 01:43:33 +00:00 committed by GitHub
parent 68f3eb81d4
commit 7dc07ad23c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ async-trait = "0.1.64"
async-compression = { version = "0.3.15", features = ["gzip", "zstd", "xz", "bzip2", "tokio"] }
async_zip = { version = "0.0.9", features = ["deflate", "bzip2", "lzma", "zstd", "xz"] }
binstalk-types = { version = "0.2.0", path = "../binstalk-types" }
bytes = "1.3.0"
bytes = "1.4.0"
bzip2 = "0.4.4"
digest = "0.10.6"
flate2 = { version = "1.0.25", default-features = false }