1 Commits

Author SHA1 Message Date
999766b0bc chore(deps): update rust crate actix-remote-ip to v1
Some checks failed
continuous-integration/drone/push Build is failing
2026-03-20 00:27:22 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -135,12 +135,13 @@ dependencies = [
[[package]] [[package]]
name = "actix-remote-ip" name = "actix-remote-ip"
version = "0.1.0" version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7629b357d4705cf3f1e31f989f48ecd56027112f7d52dcf06dd96ee197065f8e" checksum = "0a9469cdaaafa2e5ade253b9a03b4913d4071a2fc937b747e712a4c9f4b84395"
dependencies = [ dependencies = [
"actix-web", "actix-web",
"futures-util", "futures-util",
"ipnet",
"log", "log",
] ]

View File

@@ -12,7 +12,7 @@ serde = { version = "1.0.228", features = ["derive"] }
tokio = { version = "1.50.0", features = ["full"] } tokio = { version = "1.50.0", features = ["full"] }
actix-web = "4.13.0" actix-web = "4.13.0"
actix-session = { version = "0.11.0", features = ["redis-session"] } actix-session = { version = "0.11.0", features = ["redis-session"] }
actix-remote-ip = "0.1.0" actix-remote-ip = "1.0.0"
actix-cors = "0.7.1" actix-cors = "0.7.1"
actix-multipart = "0.7.2" actix-multipart = "0.7.2"
light-openid = "1.1.0" light-openid = "1.1.0"