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:
parent
1678d4aae0
commit
39254f1ead
@ -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"
|
||||
|
@ -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"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user