1
0
mirror of https://github.com/actix/actix-website synced 2025-01-22 08:05:56 +01:00

Update env_logger requirement from 0.10 to 0.11 in /examples (#360)

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 04:15:31 +00:00 committed by GitHub
parent 1678d4aae0
commit 39254f1ead
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@ edition.workspace = true
[dependencies]
actix-web = "4"
derive_more = "0.99"
env_logger = "0.10"
env_logger = "0.11"
log = "0.4"

View File

@ -7,5 +7,5 @@ edition.workspace = true
[dependencies]
actix-session = { version = "0.9", features = ["cookie-session"] }
actix-web = "4"
env_logger = "0.10"
env_logger = "0.11"
futures-util = { version = "0.3.7", default-features = false, features = ["std"] }