From 395e832c45f337991ea872e1deb337cbba79192c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 03:42:24 +0000 Subject: [PATCH] dep-update: bump actix-middleware-etag from 0.4.2 to 0.4.3 (#757) Bumps [actix-middleware-etag](https://github.com/chriswk/actix-middleware-etag) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/chriswk/actix-middleware-etag/releases) - [Changelog](https://github.com/Unleash/actix-middleware-etag/blob/main/CHANGELOG.md) - [Commits](https://github.com/chriswk/actix-middleware-etag/compare/v0.4.2...v0.4.3) --- updated-dependencies: - dependency-name: actix-middleware-etag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 332339b1..9fd26dc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,9 +111,9 @@ dependencies = [ [[package]] name = "actix-middleware-etag" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ad69834fa860c77e9ec9b88eaf6eda6863a7dc8d473291876d40520beb93c14" +checksum = "451d50c8a40598b825054437b550cc7ff2fe84346e19d17839e91d8c7c0c86b6" dependencies = [ "actix-service", "actix-web", diff --git a/server/Cargo.toml b/server/Cargo.toml index 3936593b..8004838f 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -27,7 +27,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [dependencies] actix-cors = "0.7.0" actix-http = "3.9.0" -actix-middleware-etag = "0.4.2" +actix-middleware-etag = "0.4.3" actix-service = "2.0.2" actix-web = { version = "4.9.0", features = ["rustls-0_23", "compress-zstd"] } actix-web-lab = { version = "0.23.0" }