Bump http to 2.0

This commit is contained in:
asonix 2019-12-30 15:01:54 -06:00
parent ee218f4c2d
commit 0673b818e9

View file

@ -1,16 +1,16 @@
[package]
name = "http-signature-normalization-http"
description = "An HTTP Signatures library that leaves the signing to you"
version = "0.1.0"
version = "0.2.0"
authors = ["asonix <asonix@asonix.dog>"]
license-file = "../LICENSE"
readme = "../README.md"
repository = "https://git.asonix.dog/Aardwolf/http-signature-normalization"
keywords = ["http", "signatures", "digest", "actix"]
keywords = ["http", "signatures", "digest"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
http = "0.1"
http = "0.2"
http-signature-normalization = { version = "0.1.0", path = ".." }