Merge pull request #371 from vbrandl/dependabot/cargo/actix-rt-2.5.0
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Bump actix-rt from 2.4.0 to 2.5.0
This commit is contained in:
commit
790e746759
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -89,9 +89,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "actix-rt"
|
||||
version = "2.4.0"
|
||||
version = "2.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4a0c218d0a17c120f10ee0c69c9f0c45d87319e8f66b1f065e8412b612fc3e24"
|
||||
checksum = "05c2f80ce8d0c990941c7a7a931f69fd0701b76d521f8d36298edf59cd3fbf1f"
|
||||
dependencies = [
|
||||
"actix-macros",
|
||||
"futures-core",
|
||||
|
@ -13,7 +13,7 @@ path = "src/main.rs"
|
||||
name = "hoc"
|
||||
|
||||
[dependencies]
|
||||
actix-rt = "2.4.0"
|
||||
actix-rt = "2.5.0"
|
||||
actix-web = "4.0.0-beta.8"
|
||||
badge = "0.3.0"
|
||||
bytes = "1.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user