Skip to content

Commit

Permalink
chore(deps): update env_logger requirement from 0.10.0 to 0.11.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 168b79a commit 4e1aff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xp-bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
xp-db-connector = { path = "../xp-db-connector" }

dotenv = "0.15.0"
env_logger = "0.10.0"
env_logger = "0.11.0"
libmath = "0.2.1"
log = "0.4.19"
reqwest = "0.11.18"
Expand Down

0 comments on commit 4e1aff4

Please sign in to comment.