Versioned dependencies so that nothing fails

This commit is contained in:
Franklin 2023-10-01 16:10:29 -04:00
parent 0ba5f7344a
commit ae3fb9af0c
2 changed files with 608 additions and 635 deletions

1239
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -23,8 +23,8 @@ actix-multipart = "0.6.0"
actix-web-lab = { version = "0.19.1", features = [ "spa" ]}
uuid = { version = "1.3.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
actix-web-utils = { git = "https://git.franklinblanco.dev/franklinblanco/actix-web-utils.git" }
err = { git = "https://git.franklinblanco.dev/franklinblanco/err.git" }
actix-web-utils = { git = "https://git.franklinblanco.dev/franklinblanco/actix-web-utils.git", branch = "old" }
err = { git = "https://git.franklinblanco.dev/franklinblanco/err.git", branch = "old" }
aws-config = "0.55.1"
aws-sdk-s3 = "0.26.0"