Skip to content

Commit

Permalink
Update simple_logger requirement from 1.9 to 4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [simple_logger](https://github.com/borntyping/rust-simple_logger) to permit the latest version.
- [Release notes](https://github.com/borntyping/rust-simple_logger/releases)
- [Commits](borntyping/rust-simple_logger@v1.9.0...v4.0.0)

---
updated-dependencies:
- dependency-name: simple_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 27, 2022
1 parent 43fef23 commit e988c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }

[dev-dependencies]
simple_logger = "1.9"
simple_logger = "4.0"
matches = "0.1"

[package.metadata.release]
Expand Down

0 comments on commit e988c8b

Please sign in to comment.