From 58830ee7bb29dd024e0e69e84cfcf9ac92e78a9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 00:45:21 +0000 Subject: [PATCH] build(deps): update const-str requirement from 0.5 to 0.6 Updates the requirements on [const-str](https://github.com/Nugine/const-str) to permit the latest version. - [Release notes](https://github.com/Nugine/const-str/releases) - [Commits](https://github.com/Nugine/const-str/compare/v0.5.0...v0.6.2) --- updated-dependencies: - dependency-name: const-str dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- actix-web/Cargo.toml | 2 +- awc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actix-web/Cargo.toml b/actix-web/Cargo.toml index f7d6f56d2..343b248f8 100644 --- a/actix-web/Cargo.toml +++ b/actix-web/Cargo.toml @@ -174,7 +174,7 @@ actix-test = { version = "0.1", features = ["openssl", "rustls-0_23"] } awc = { version = "3", features = ["openssl"] } brotli = "7" -const-str = "0.5" +const-str = "0.6" core_affinity = "0.8" criterion = { version = "0.5", features = ["html_reports"] } env_logger = "0.11" diff --git a/awc/Cargo.toml b/awc/Cargo.toml index e2e2bcd17..eba005fea 100644 --- a/awc/Cargo.toml +++ b/awc/Cargo.toml @@ -142,7 +142,7 @@ actix-utils = "3" actix-web = { version = "4", features = ["openssl"] } brotli = "7" -const-str = "0.5" +const-str = "0.6" env_logger = "0.11" flate2 = "1.0.13" futures-util = { version = "0.3.17", default-features = false }