Skip to content

Commit 6cd9af9

Browse files
build(deps): update env_logger requirement from 0.10 to 0.11
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 891ab08 commit 6cd9af9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

actix-files/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ actix-server = { version = "2.2", optional = true } # ensure matching tokio-urin
4747
actix-rt = "2.7"
4848
actix-test = "0.1"
4949
actix-web = "4"
50-
env_logger = "0.10"
50+
env_logger = "0.11"
5151
tempfile = "3.2"

actix-http/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ actix-web = "4"
113113

114114
async-stream = "0.3"
115115
criterion = { version = "0.5", features = ["html_reports"] }
116-
env_logger = "0.10"
116+
env_logger = "0.11"
117117
futures-util = { version = "0.3.17", default-features = false, features = ["alloc"] }
118118
memchr = "2.4"
119119
once_cell = "1.9"

actix-web-actors/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ actix-test = "0.1"
3232
awc = { version = "3", default-features = false }
3333
actix-web = { version = "4", features = ["macros"] }
3434

35-
env_logger = "0.10"
35+
env_logger = "0.11"
3636
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
3737
mime = "0.3"

actix-web/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ awc = { version = "3", features = ["openssl"] }
111111
brotli = "3.3.3"
112112
const-str = "0.5"
113113
criterion = { version = "0.5", features = ["html_reports"] }
114-
env_logger = "0.10"
114+
env_logger = "0.11"
115115
flate2 = "1.0.13"
116116
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
117117
rand = "0.8"

awc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ actix-web = { version = "4", features = ["openssl"] }
104104

105105
brotli = "3.3.3"
106106
const-str = "0.5"
107-
env_logger = "0.10"
107+
env_logger = "0.11"
108108
flate2 = "1.0.13"
109109
futures-util = { version = "0.3.17", default-features = false }
110110
static_assertions = "1.1"

0 commit comments

Comments
 (0)