-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use edition 2018. bump dependencies. (#5)
- Loading branch information
1 parent
48ed13e
commit b53642d
Showing
3 changed files
with
21 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "hyper-reverse-proxy" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Brendan Zabarauskas <[email protected]>", "Felipe Noronha <[email protected]>"] | ||
license = "Apache-2.0" | ||
description = "A simple reverse proxy, to be used with Hyper and Tokio." | ||
|
@@ -10,6 +10,7 @@ repository = "https://github.com/felipenoris/hyper-reverse-proxy" | |
keywords = ["http", "hyper"] | ||
categories = ["network-programming", "web-programming"] | ||
readme = "README.md" | ||
edition = "2018" | ||
|
||
include = [ | ||
"Cargo.toml", | ||
|
@@ -18,7 +19,7 @@ include = [ | |
] | ||
|
||
[dependencies] | ||
hyper = "0.12.24" | ||
hyper = "0.12" | ||
futures = "0.1" | ||
lazy_static = "1.2" | ||
unicase = "2.2" | ||
lazy_static = "1.3" | ||
unicase = "2.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters