1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00

build(deps): update env_logger requirement from 0.10 to 0.11 (#388)

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](https://github.com/rust-cli/env_logger/compare/v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-22 15:56:30 +00:00 committed by GitHub
parent a9e615bac4
commit 254d4084a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -32,5 +32,5 @@ smallvec = "1"
[dev-dependencies]
actix-web = { version = "4", default-features = false, features = ["macros"] }
env_logger = "0.10"
env_logger = "0.11"
regex = "1.4"

View File

@ -33,6 +33,6 @@ actix-http = "3"
actix-web = { version = "4", default-features = false, features = ["macros", "cookies", "secure-cookies"] }
actix-session = { version = "0.9", features = ["redis-rs-session", "cookie-session"] }
env_logger = "0.10"
env_logger = "0.11"
reqwest = { version = "0.11", default-features = false, features = ["cookies", "json"] }
uuid = { version = "1", features = ["v4"] }

View File

@ -44,5 +44,5 @@ actix-web = { version = "4", default-features = false, optional = true }
[dev-dependencies]
actix-test = "0.1.0-beta.12"
actix-web = { version = "4", default-features = false, features = ["macros"] }
env_logger = "0.10"
env_logger = "0.11"
serde = { version = "1.0.101", features = ["derive"] }

View File

@ -48,7 +48,7 @@ redis = { version = "0.24", default-features = false, features = ["tokio-comp",
actix-session = { path = ".", features = ["cookie-session", "redis-actor-session", "redis-rs-session"] }
actix-test = "0.1.0-beta.10"
actix-web = { version = "4", default-features = false, features = ["cookies", "secure-cookies", "macros"] }
env_logger = "0.10"
env_logger = "0.11"
log = "0.4"
[[example]]

View File

@ -26,4 +26,4 @@ toml = "0.8"
[dev-dependencies]
actix-web = "4"
env_logger = "0.10"
env_logger = "0.11"