chore(deps): upgrade dependencies

This commit is contained in:
Orhun Parmaksız 2021-10-12 19:42:25 +03:00
parent e29df82899
commit dcaa5eccf9
No known key found for this signature in database
GPG key ID: F83424824B3E4B90
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -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",

View file

@ -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