Compare commits
1 Commits
renovate/c
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
| 999766b0bc |
5
matrixgw_backend/Cargo.lock
generated
5
matrixgw_backend/Cargo.lock
generated
@@ -135,12 +135,13 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "actix-remote-ip"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7629b357d4705cf3f1e31f989f48ecd56027112f7d52dcf06dd96ee197065f8e"
|
||||
checksum = "0a9469cdaaafa2e5ade253b9a03b4913d4071a2fc937b747e712a4c9f4b84395"
|
||||
dependencies = [
|
||||
"actix-web",
|
||||
"futures-util",
|
||||
"ipnet",
|
||||
"log",
|
||||
]
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ serde = { version = "1.0.228", features = ["derive"] }
|
||||
tokio = { version = "1.50.0", features = ["full"] }
|
||||
actix-web = "4.13.0"
|
||||
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-multipart = "0.7.2"
|
||||
light-openid = "1.1.0"
|
||||
|
||||
Reference in New Issue
Block a user