diff --git a/Cargo.lock b/Cargo.lock index 9dc7a55..f4a843e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,9 +70,9 @@ dependencies = [ [[package]] name = "actix-remote-ip" -version = "0.1.0-alpha" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b4a4845f662ab9edcec8d889e3345931997231c81b9f0522b9944048e47ca95" +checksum = "7629b357d4705cf3f1e31f989f48ecd56027112f7d52dcf06dd96ee197065f8e" dependencies = [ "actix-web", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index a2482dc..613d6bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ askama = "0.12.0" serde = { version = "1.0.160", features = ["derive"] } serde_json = "1.0.96" reqwest = { version = "0.11.16", features = ["json"] } -actix-remote-ip = "0.1.0-alpha" \ No newline at end of file +actix-remote-ip = "0.1.0" \ No newline at end of file