From 97436b00ad473c109e056d2ba2afc57cf0a765c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:19:52 +0000 Subject: [PATCH] Bump actix-web from 4.7.0 to 4.8.0 Bumps [actix-web](https://github.com/actix/actix-web) from 4.7.0 to 4.8.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.7.0...web-v4.8.0) --- updated-dependencies: - dependency-name: actix-web 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 4247baa..fca0f8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,9 +149,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.7.0" +version = "4.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d6316df3fa569627c98b12557a8b6ff0674e5be4bb9b5e4ae2550ddb4964ed6" +checksum = "1988c02af8d2b718c05bc4aeb6a66395b7cdf32858c2c71131e5637a8c05a9ff" dependencies = [ "actix-codec", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index 2e77c5a..79f0f22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ kube = [ ] [dependencies] -actix-web = "4.7" +actix-web = "4.8" actix-session = { version = "0.9", features = ["cookie-session"] } chrono = { version = "0.4", features = ["serde"] } derive_more = "0.99.18"