Skip to content

Commit

Permalink
build(deps): bump simple_logger from 4.0.0 to 4.2.0 (#31)
Browse files Browse the repository at this point in the history
Bumps [simple_logger](https://github.com/borntyping/rust-simple_logger) from 4.0.0 to 4.2.0.
- [Release notes](https://github.com/borntyping/rust-simple_logger/releases)
- [Commits](borntyping/rust-simple_logger@v4.0.0...v4.2.0)

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

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 Oct 18, 2023
1 parent 7d53363 commit 64d6bfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
27 changes: 3 additions & 24 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 @@ -12,7 +12,7 @@ tokio-rustls = { version = "0.23", default-features = false, features = ["tls12"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = { version = "0.10", default-features = false }
simple_logger = { version = "4.0", default-features = false, features = ["timestamps"] }
simple_logger = { version = "4.2", default-features = false, features = ["timestamps"] }
log = { version = "0.4", features = ["serde", "release_max_level_debug"] }
rustls-pemfile = "1.0"

Expand Down

0 comments on commit 64d6bfa

Please sign in to comment.