From 8b010d3883a0fe1667e57a8b18f20a47c1c7e655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 07:39:01 +0000 Subject: [PATCH] Bump actix-web from 4.8.0 to 4.9.0 Bumps [actix-web](https://github.com/actix/actix-web) from 4.8.0 to 4.9.0. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/web-v4.8.0...web-v4.9.0) --- updated-dependencies: - dependency-name: actix-web dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- observer_ward/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d1d013d..8a126ad3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,9 +150,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.8.0" +version = "4.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1988c02af8d2b718c05bc4aeb6a66395b7cdf32858c2c71131e5637a8c05a9ff" +checksum = "9180d76e5cc7ccbc4d60a506f2c727730b154010262df5b910eb17dbe4b8cb38" dependencies = [ "actix-codec", "actix-http", @@ -172,6 +172,7 @@ dependencies = [ "encoding_rs", "futures-core", "futures-util", + "impl-more", "itoa", "language-tags", "log", diff --git a/observer_ward/Cargo.toml b/observer_ward/Cargo.toml index 6a004bbe..39b393f4 100644 --- a/observer_ward/Cargo.toml +++ b/observer_ward/Cargo.toml @@ -27,7 +27,7 @@ console = "0.15.8" rustc_lexer = "0.1.0" zip = { version = "2.1.6", default-features = false, features = ["deflate"] } actix-web-httpauth = "0.8.1" -actix-web = { version = "4.6.0", default-features = false, features = [ +actix-web = { version = "4.9.0", default-features = false, features = [ "macros", "compress-gzip", "openssl",