Skip to content

Commit

Permalink
⬆️ Bump simple_logger from 4.3.3 to 5.0.0
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]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent a9833b9 commit a770f07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
anyhow = { version = "1.0.86", features = ["backtrace"] }
clap = { version = "4.5.4", features = ["derive", "env"] }
log = { version = "0.4.21", features = ["kv_unstable_serde"] }
simple_logger = { version = "4.3.3", features = [
simple_logger = { version = "5.0.0", features = [
"colors",
"threads",
"timestamps",
Expand Down
2 changes: 1 addition & 1 deletion services/index-git-repositories/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
log = { version = "0.4.21", features = ["kv_unstable_serde"] }
simple_logger = { version = "4.3.3", features = [
simple_logger = { version = "5.0.0", features = [
"colors",
"threads",
"timestamps",
Expand Down

0 comments on commit a770f07

Please sign in to comment.