Updated backend dependencies

This commit is contained in:
Pierre HUBERT 2023-12-12 18:21:35 +01:00
parent 74503d1eaa
commit 2043afadbb
2 changed files with 612 additions and 511 deletions

1095
geneit_backend/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -6,34 +6,34 @@ edition = "2021"
# 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]
log = "0.4.17" log = "0.4.20"
env_logger = "0.10.0" env_logger = "0.10.1"
clap = { version = "4.4.3", features = ["derive", "env"] } clap = { version = "4.4.10", features = ["derive", "env"] }
lazy_static = "1.4.0" lazy_static = "1.4.0"
anyhow = "1.0.75" anyhow = "1.0.75"
actix-web = "4.4.0" actix-web = "4.4.0"
actix-cors = "0.6.4" actix-cors = "0.6.4"
actix-multipart = "0.6.1" actix-multipart = "0.6.1"
actix-remote-ip = "0.1.0" actix-remote-ip = "0.1.0"
futures-util = "0.3.28" futures-util = "0.3.29"
diesel = { version = "2.1.4", features = ["postgres"] } diesel = { version = "2.1.4", features = ["postgres"] }
serde = { version = "1.0.188", features = ["derive"] } serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108" serde_json = "1.0.108"
mailchecker = "5.0.9" mailchecker = "6.0.1"
redis = "0.23.3" redis = "0.23.3"
lettre = "0.10.4" lettre = "0.11.2"
rand = "0.8.5" rand = "0.8.5"
bcrypt = "0.15.0" bcrypt = "0.15.0"
light-openid = "1.0.1" light-openid = "1.0.1"
thiserror = "1.0.48" thiserror = "1.0.50"
serde_with = "3.1.0" serde_with = "3.4.0"
rust_iso3166 = "0.1.10" rust_iso3166 = "0.1.11"
rust-s3 = "0.33.0" rust-s3 = "0.33.0"
sha2 = "0.10.7" sha2 = "0.10.8"
image = "0.24.6" image = "0.24.7"
uuid = { version = "1.4.1", features = ["v4"] } uuid = { version = "1.6.1", features = ["v4"] }
httpdate = "1.0.3" httpdate = "1.0.3"
zip = "0.6.6" zip = "0.6.6"
mime_guess = "2.0.4" mime_guess = "2.0.4"
tempfile = "3.8.1" tempfile = "3.8.1"
base64 = "0.21.2" base64 = "0.21.5"