Update version, remove dependency on actix-rt

This commit is contained in:
asonix 2023-12-10 18:20:06 -06:00
parent 0f7614ec3b
commit 05161821b6

View file

@ -1,7 +1,7 @@
[package]
name = "actix-form-data"
description = "Multipart Form Data for Actix Web"
version = "0.7.0-beta.4"
version = "0.7.0-beta.5"
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/asonix/actix-form-data.git"
@ -11,7 +11,6 @@ edition = "2021"
[dependencies]
actix-multipart = { version = "0.6.0", default-features = false }
actix-rt = "2.5.0"
actix-web = { version = "4.0.0", default-features = false }
futures-core = "0.3.28"
mime = "0.3.16"
@ -21,6 +20,7 @@ tokio = { version = "1", default-features = false, features = ["macros", "sync"]
tracing = "0.1.15"
[dev-dependencies]
actix-rt = "2.5.0"
async-fs = "2.1.0"
anyhow = "1.0"
futures-lite = "2.1.0"