Skip to content

Commit

Permalink
Bump simple_logger from 4.3.3 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [simple_logger](https://github.com/borntyping/rust-simple_logger) from 4.3.3 to 5.0.0.
- [Release notes](https://github.com/borntyping/rust-simple_logger/releases)
- [Commits](borntyping/rust-simple_logger@v4.3.3...v5.0.0)

---
updated-dependencies:
- dependency-name: simple_logger
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent 8264d12 commit f881311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Expand Up @@ -13,7 +13,7 @@ clap = { version = "4.5.4", features = ["derive"]}
log = "0.4.21"
pest = "2.7"
pest_derive = "2.7"
simple_logger = { version = "4.3.3", default-features = false, features = ["colored", "colors"]}
simple_logger = { version = "5.0.0", default-features = false, features = ["colored", "colors"]}
unescape = "0.1.0"
once_cell = "1.19"
home = "0.5.9"
Expand Down

0 comments on commit f881311

Please sign in to comment.