Skip to content

Commit

Permalink
Update simple_logger requirement from 4.0 to 5.0 (#27)
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@v4.0.0...v5.0.0)

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

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 May 7, 2024
1 parent 8fdeb63 commit 5a9d981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/udp_to_kafka/utilities/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"

[dependencies]
log = "0.4"
simple_logger = "4.0"
simple_logger = "5.0"
envconfig = "0.10"
strum = { version = "0.26", features = ["derive"]}

0 comments on commit 5a9d981

Please sign in to comment.