From caebfe72afb7c07f45ce17bf28f9cc6b8d0c9654 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 07:20:34 +0000 Subject: [PATCH] Update actix-session requirement from 0.9.0 to 0.10.0 Updates the requirements on [actix-session](https://github.com/actix/actix-extras) to permit the latest version. - [Release notes](https://github.com/actix/actix-extras/releases) - [Commits](https://github.com/actix/actix-extras/compare/redis-v0.9.0...redis-v0.10.0) --- updated-dependencies: - dependency-name: actix-session dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nvd-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvd-server/Cargo.toml b/nvd-server/Cargo.toml index 013444f..cf7c577 100644 --- a/nvd-server/Cargo.toml +++ b/nvd-server/Cargo.toml @@ -13,7 +13,7 @@ publish = false [dependencies] actix-web = { version = "4.4.0", features = ["openssl", "cookies"] } -actix-session = { version = "0.9.0", features = ["cookie-session"] } +actix-session = { version = "0.10.0", features = ["cookie-session"] } openssl = { version = "0.10", features = ["vendored"] } actix-files = "0.6.2" actix-cors = "0.7.0"