Skip to content

Commit

Permalink
Bump env_logger from 0.10.2 to 0.11.3 in the deps group
Browse files Browse the repository at this point in the history
Bumps the deps group with 1 update: [env_logger](https://github.com/rust-cli/env_logger).


Updates `env_logger` from 0.10.2 to 0.11.3
- [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.2...v0.11.3)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
1 parent 2019353 commit 32b1f1f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 35 deletions.
49 changes: 15 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dbreps2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
anyhow = "1.0"
clap = { version = "4.3.0", features = ["derive"] }
dirs = "5.0.1"
env_logger = "0.10.0"
env_logger = "0.11.3"
log = "0.4"
mwbot = "0.6.0"
mysql_async = { version = "0.34", default-features = false, features = ["minimal"] }
Expand Down

0 comments on commit 32b1f1f

Please sign in to comment.