Upgrade dependencies (#554)

- bytes v1.2.1 => v1.3.0
 - serde_json v1.0.88 => v1.0.89
 - compact_str v0.6.0 => v0.6.1

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-11-22 18:39:58 +11:00 committed by GitHub
parent bd3f1d598c
commit 822e7094e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 9 deletions

View file

@ -11,7 +11,7 @@ license = "GPL-3.0"
[dependencies]
binstalk-types = { version = "0.1.0", path = "../binstalk-types" }
bytes = "1.2.1"
bytes = "1.3.0"
bzip2 = "0.4.3"
digest = "0.10.6"
flate2 = { version = "1.0.24", default-features = false }