Merge pull request #350 from vbrandl/dependabot/cargo/actix-rt-2.3.0
Bump actix-rt from 2.2.0 to 2.3.0
This commit is contained in:
commit
7ffa2ba9a2
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -94,9 +94,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",
|
||||
"futures-core",
|
||||
|
@ -13,7 +13,7 @@ path = "src/main.rs"
|
||||
name = "hoc"
|
||||
|
||||
[dependencies]
|
||||
actix-rt = "2.2.0"
|
||||
actix-rt = "2.3.0"
|
||||
actix-web = "4.0.0-beta.8"
|
||||
badge = "0.3.0"
|
||||
bytes = "1.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user