Skip to content

Commit

Permalink
Bump env_logger from 0.10.1 to 0.10.2 (#493)
Browse files Browse the repository at this point in the history
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.1 to 0.10.2.
- [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.1...v0.10.2)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 3f5fc53 commit 5fcd478
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 typify-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ unicode-ident = "1.0.12"


[dev-dependencies]
env_logger = "0.10.1"
env_logger = "0.10.2"
expectorate = "1.1.0"
paste = "1.0.14"
rustfmt-wrapper = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion typify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ typify-impl = { version = "0.0.15", path = "../typify-impl" }

[dev-dependencies]
chrono = { version = "0.4.31", features = ["serde"] }
env_logger = "0.10.1"
env_logger = "0.10.2"
expectorate = "1.1.0"
glob = "0.3.1"
quote = "1.0.34"
Expand Down

0 comments on commit 5fcd478

Please sign in to comment.