1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 16:52:59 +01:00
actix-website/examples/errors/Cargo.toml
dependabot[bot] 39254f1ead
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>
2024-01-22 04:15:31 +00:00

12 lines
173 B
TOML

[package]
name = "my_errors"
version = "1.0.0"
publish = false
edition.workspace = true
[dependencies]
actix-web = "4"
derive_more = "0.99"
env_logger = "0.11"
log = "0.4"