mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-11-22 09:21:00 +00:00
Bump http to 2.0
This commit is contained in:
parent
ee218f4c2d
commit
0673b818e9
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
[package]
|
[package]
|
||||||
name = "http-signature-normalization-http"
|
name = "http-signature-normalization-http"
|
||||||
description = "An HTTP Signatures library that leaves the signing to you"
|
description = "An HTTP Signatures library that leaves the signing to you"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
authors = ["asonix <asonix@asonix.dog>"]
|
authors = ["asonix <asonix@asonix.dog>"]
|
||||||
license-file = "../LICENSE"
|
license-file = "../LICENSE"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
repository = "https://git.asonix.dog/Aardwolf/http-signature-normalization"
|
repository = "https://git.asonix.dog/Aardwolf/http-signature-normalization"
|
||||||
keywords = ["http", "signatures", "digest", "actix"]
|
keywords = ["http", "signatures", "digest"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
http = "0.1"
|
http = "0.2"
|
||||||
http-signature-normalization = { version = "0.1.0", path = ".." }
|
http-signature-normalization = { version = "0.1.0", path = ".." }
|
||||||
|
|
Loading…
Reference in a new issue