This commit is contained in:
Robin Appelman 2021-01-20 17:29:45 +01:00
commit 75a2f210c9
2 changed files with 170 additions and 328 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "warp-real-ip"
description = "Warp filter to get the \"real ip\" of the remote client"
version = "0.1.1"
version = "0.2.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
keywords = ["warp"]
@ -11,8 +11,8 @@ repository = "https://github.com/icewind1991/warp-real-ip"
documentation = "https://docs.rs/warp-real-ip"
[dependencies]
warp = { version = "0.2" }
warp = { version = "0.3" }
rfc7239 = "0.1"
[dev-dependencies]
tokio = { version = "0.2", features = ["macros"] }
tokio = { version = "1.0", features = ["macros"] }