Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
Bump simple_logger from 4.3.3 to 5.0.0 (#564)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 4, 2024
1 parent 94af048 commit 65b128f
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ futures = "0.3.30"
log = "0.4.21"
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
simple_logger = "4.3.3"
simple_logger = "5.0.0"
clap = { version = "4.5.4", features = ["derive", "env"]}
thiserror = "1.0.59"
tokio = { version = "1.37.0", features = ["full"] }
Expand Down

0 comments on commit 65b128f

Please sign in to comment.