Skip to content

Commit

Permalink
build(deps): update pretty_env_logger requirement from 0.4 to 0.5
Browse files Browse the repository at this point in the history
Updates the requirements on [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) to permit the latest version.
- [Commits](seanmonstar/pretty-env-logger@v0.4.0...v0.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent 72b9e44 commit 44c6ccb
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 @@ -28,6 +28,6 @@ serde_derive = "1.0"
uuid = { version = "1.2", features = ["v4"] }

[dev-dependencies]
pretty_env_logger = "0.4"
pretty_env_logger = "0.5"
once_cell = "1"
rand = "0.8"

0 comments on commit 44c6ccb

Please sign in to comment.