mirror of
https://github.com/icewind1991/warp-real-ip.git
synced 2026-06-03 18:54:06 +02:00
warp 0.3
This commit is contained in:
parent
4ca7c9233b
commit
75a2f210c9
2 changed files with 170 additions and 328 deletions
|
|
@ -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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue