From 4e2aadda7d2014be7805ea84482c3b93e9a2222c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 12:40:46 +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 2146b82..a1c5cc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -99,9 +99,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 17e3af0..92a3d54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ path = "src/main.rs" name = "hoc" [dependencies] -actix-rt = "2.8.0" +actix-rt = "2.9.0" actix-web = "4.3.1" badgers = "1.2.0" bytes = "1.4.0"