Skip to content

Commit

Permalink
build(deps): bump log4rs from 1.2.0 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps [log4rs](https://github.com/estk/log4rs) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/estk/log4rs/releases)
- [Changelog](https://github.com/estk/log4rs/blob/main/CHANGELOG.md)
- [Commits](estk/log4rs@v1.2.0...v1.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and xry111 committed Feb 22, 2024
1 parent e390c37 commit f7ff18f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 24 deletions.
38 changes: 15 additions & 23 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 @@ toml = "0.8"
log = "0.4"
byte-unit = "5.1.4"
serde_with = "3.0.0"
log4rs = "1.2.0"
log4rs = "1.3.0"
async-std = { version = "1.10.0", features = ["attributes"] }
uuid = { version = "1.7.0", features = ["v4", "fast-rng"] }
cfg-if = "1.0.0"
Expand Down

0 comments on commit f7ff18f

Please sign in to comment.