build: Bump dependencies

This commit is contained in:
SinTan1729 2023-09-22 15:08:12 -05:00
parent 9e8a9395a5
commit acb67fdcf6
No known key found for this signature in database
GPG Key ID: EB3E68BFBA25C85F
2 changed files with 46 additions and 25 deletions

65
actix/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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" actix-web = "4.4.0"
actix-files = "0.6.2" actix-files = "0.6.2"
rusqlite = "0.29.0" rusqlite = "0.29.0"
regex = "1.7.3" regex = "1.9.5"
rand = "0.8.5" rand = "0.8.5"
actix-session = { version = "0.7.2", features = ["cookie-session"] } actix-session = { version = "0.8.0", features = ["cookie-session"] }
env_logger = "0.10.0" env_logger = "0.10.0"