Use stable actix-form-data

This commit is contained in:
asonix 2024-03-27 19:10:58 -05:00
parent 55bc4b64c1
commit 4b46f1ae2a
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -21,8 +21,9 @@ dependencies = [
[[package]] [[package]]
name = "actix-form-data" name = "actix-form-data"
version = "0.7.0-beta.6" version = "0.7.0-beta.7"
source = "git+https://git.asonix.dog/asonix/actix-form-data#1c88a70021df9b8b394c2d9aee1265c5ef55d59b" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c2355a841a5d9a6c616d6a4f31336064116d206e6c1830de22730f983613a05"
dependencies = [ dependencies = [
"actix-multipart", "actix-multipart",
"actix-web", "actix-web",

View File

@ -19,7 +19,7 @@ poll-timer-warnings = []
random-errors = ["dep:nanorand"] random-errors = ["dep:nanorand"]
[dependencies] [dependencies]
actix-form-data = { version = "0.7.0-beta.6", git = "https://git.asonix.dog/asonix/actix-form-data" } actix-form-data = "0.7.0-beta.7"
actix-web = { version = "4.0.0", default-features = false, features = ["rustls-0_22"] } actix-web = { version = "4.0.0", default-features = false, features = ["rustls-0_22"] }
async-trait = "0.1.51" async-trait = "0.1.51"
barrel = { version = "0.7.0", features = ["pg"] } barrel = { version = "0.7.0", features = ["pg"] }