Skip to content

Commit

Permalink
⬆️ Bump log from 0.4.21 to 0.4.22
Browse files Browse the repository at this point in the history
Bumps [log](https://github.com/rust-lang/log) from 0.4.21 to 0.4.22.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.21...0.4.22)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent a9833b9 commit a9740d3
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 @@ -11,7 +11,7 @@ edition = "2021"
# general
anyhow = { version = "1.0.86", features = ["backtrace"] }
clap = { version = "4.5.4", features = ["derive", "env"] }
log = { version = "0.4.21", features = ["kv_unstable_serde"] }
log = { version = "0.4.22", features = ["kv_unstable_serde"] }
simple_logger = { version = "4.3.3", features = [
"colors",
"threads",
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 @@ -4,7 +4,7 @@ version.workspace = true
edition = "2021"

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

0 comments on commit a9740d3

Please sign in to comment.