mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-11-21 17:00:59 +00:00
Don't depend on bytes 0.5
This commit is contained in:
parent
d04612a729
commit
983d48d76a
1 changed files with 1 additions and 2 deletions
|
@ -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 = ".." }
|
||||
|
|
Loading…
Reference in a new issue