mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 09:16:46 +00:00
build: Updated minimum deps
This commit is contained in:
parent
432328b97e
commit
583700cdbf
334
actix/Cargo.lock
generated
334
actix/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -24,10 +24,10 @@ categories = ["web-programming"]
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4.4.0"
|
actix-web = "4.5.1"
|
||||||
actix-files = "0.6.2"
|
actix-files = "0.6.5"
|
||||||
rusqlite = "0.29.0"
|
rusqlite = "0.30.0"
|
||||||
regex = "1.9.6"
|
regex = "1.10.3"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
actix-session = { version = "0.8.0", features = ["cookie-session"] }
|
actix-session = { version = "0.9.0", features = ["cookie-session"] }
|
||||||
env_logger = "0.10.0"
|
env_logger = "0.11.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user