diff --git a/Cargo.lock b/Cargo.lock index c18bd89..75d1e0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,9 +172,9 @@ dependencies = [ [[package]] name = "actix-rt" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc7d7cd957c9ed92288a7c3c96af81fa5291f65247a76a34dac7b6af74e52ba0" +checksum = "ea360596a50aa9af459850737f99293e5cb9114ae831118cb6026b3bbc7583ad" dependencies = [ "actix-macros 0.2.1", "futures-core", @@ -1541,7 +1541,7 @@ version = "0.4.1" dependencies = [ "actix-files", "actix-multipart", - "actix-rt 2.2.0", + "actix-rt 2.3.0", "actix-web", "byte-unit", "config", diff --git a/Cargo.toml b/Cargo.toml index ad181f4..c4d14b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ version = "0.5.0" default-features = false [dev-dependencies] -actix-rt = "2.2.0" +actix-rt = "2.3.0" [profile.dev] opt-level = 0