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 Aug 1, 2024
1 parent 951ab35 commit b616285
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 engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ md-5 = "0.10.6"
tl = "0.7.8"
mime = "0.3.17"
thiserror = "1"
log = "0.4.21"
log = "0.4.22"
2 changes: 1 addition & 1 deletion observer_ward/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thiserror = "1"
env_logger = { version = "0.11.3", default-features = false, features = [
"auto-color",
] }
log = "0.4.21"
log = "0.4.22"
console = "0.15.8"
rustc_lexer = "0.1.0"
zip = { version = "2.1.3", default-features = false, features = ["deflate"] }
Expand Down

0 comments on commit b616285

Please sign in to comment.