Compare commits
1 Commits
renovate/g
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
| b49fb009e2 |
9
remote_backend/Cargo.lock
generated
9
remote_backend/Cargo.lock
generated
@@ -101,12 +101,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",
|
||||
]
|
||||
|
||||
@@ -1562,9 +1563,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ipnet"
|
||||
version = "2.11.0"
|
||||
version = "2.12.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
||||
checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
|
||||
|
||||
[[package]]
|
||||
name = "iri-string"
|
||||
|
||||
@@ -13,7 +13,7 @@ serde = { version = "1.0.228", features = ["derive"] }
|
||||
light-openid = { version = "1.1.0", features = ["crypto-wrapper"] }
|
||||
basic-jwt = "0.4.0"
|
||||
actix-web = "4.13.0"
|
||||
actix-remote-ip = "0.1.0"
|
||||
actix-remote-ip = "1.0.0"
|
||||
actix-session = { version = "0.11.0", features = ["cookie-session"] }
|
||||
actix-identity = "0.9.0"
|
||||
actix-cors = "0.7.1"
|
||||
|
||||
Reference in New Issue
Block a user