Don't depend on bytes 0.5

This commit is contained in:
asonix 2021-02-03 19:06:39 -06:00
parent d04612a729
commit 983d48d76a

View file

@ -1,7 +1,7 @@
[package]
name = "http-signature-normalization-actix"
description = "An HTTP Signatures library that leaves the signing to you"
version = "0.5.0-beta.1"
version = "0.5.0-beta.2"
authors = ["asonix <asonix@asonix.dog>"]
license-file = "LICENSE"
readme = "README.md"
@ -28,7 +28,6 @@ required-features = ["sha-2"]
actix-web = { version = "4.0.0-beta.1", default-features = false }
awc = { version = "3.0.0-beta.1", default-features = false }
base64 = { version = "0.12", optional = true }
bytes = "0.5.4"
chrono = "0.4.6"
futures = "0.3"
http-signature-normalization = { version = "0.5.1", path = ".." }