From dd8aca0f2f2ea4c76c6f5b58b999c50c92cfb7cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 04:10:16 +0000 Subject: [PATCH] Bump actix-rt from 2.8.0 to 2.9.0 Bumps [actix-rt](https://github.com/actix/actix-net) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/actix/actix-net/releases) - [Commits](https://github.com/actix/actix-net/compare/rt-v2.8.0...rt-v2.9.0) --- updated-dependencies: - dependency-name: actix-rt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e2e634..3ccfebc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,9 +14,9 @@ dependencies = [ [[package]] name = "actix-rt" -version = "2.8.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15265b6b8e2347670eb363c47fc8c75208b4a4994b27192f345fcbe707804f3e" +checksum = "28f32d40287d3f402ae0028a9d54bef51af15c8769492826a69d28f81893151d" dependencies = [ "actix-macros", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 3216904..422138d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,6 @@ env_logger = "0.10.0" openssl = { version = "0.10.56", features = ["vendored"] } [dev-dependencies] -actix-rt = "2.8.0" +actix-rt = "2.9.0" rstest = "0.17.0" wiremock = "0.5.19"