Skip to content

Commit

Permalink
chore(deps): 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 18, 2024
1 parent 4ec65d1 commit 07faf4a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ features = []
serde_json = "1.0"
anyhow = "1.0.86"
dark-light = "1.1.1"
log = "0.4.21"
log = "0.4.22"
tauri-plugin-updater = "2.0.0-beta.8"
tauri-plugin-http = "2.0.0-beta.10"
tauri-plugin-window-state = "2.0.0-beta.9"
Expand Down
2 changes: 1 addition & 1 deletion tools/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ author = "drl990114"
[dependencies]
anyhow = "1.0.86"
env_logger = "0.11.3"
log = "0.4.21"
log = "0.4.22"
os_pipe = "1"
toml = "0.8.11"

Expand Down

0 comments on commit 07faf4a

Please sign in to comment.