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:
parent
91e29c0ce4
commit
f4d3f679cd
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue