Bump actix-rt from 2.9.0 to 2.10.0
Bumps [actix-rt](https://github.com/actix/actix-net) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/actix/actix-net/releases) - [Commits](https://github.com/actix/actix-net/compare/rt-v2.9.0...rt-v2.10.0) --- updated-dependencies: - dependency-name: actix-rt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d55883daec
commit
c72c9525d4
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -101,9 +101,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "actix-rt"
|
name = "actix-rt"
|
||||||
version = "2.9.0"
|
version = "2.10.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "28f32d40287d3f402ae0028a9d54bef51af15c8769492826a69d28f81893151d"
|
checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-macros",
|
"actix-macros",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
|
@ -13,7 +13,7 @@ path = "src/main.rs"
|
|||||||
name = "hoc"
|
name = "hoc"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-rt = "2.9.0"
|
actix-rt = "2.10.0"
|
||||||
actix-web = "4.8.0"
|
actix-web = "4.8.0"
|
||||||
badgers = "1.2.0"
|
badgers = "1.2.0"
|
||||||
bytes = "1.6.0"
|
bytes = "1.6.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user