1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-03-13 14:52:40 +00:00

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.0)

---
updated-dependencies:
- dependency-name: const-str
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-27 00:34:44 +00:00 committed by GitHub
parent 91e29c0ce4
commit f4d3f679cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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 }