Skip to content

Commit

Permalink
Merge pull request #427 from jerus-org/renovate/tracing-packages
Browse files Browse the repository at this point in the history
fix(deps): update rust crate tracing to 0.1.41
  • Loading branch information
jerusdp authored Nov 29, 2024
2 parents f1d60a3 + 097a7f1 commit d1eff15
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- deps: update rust crate clap-verbosity-flag to 3.0.1(pr [#426])
- deps: update rust crate tracing to 0.1.41(pr [#427])

### Security

Expand Down Expand Up @@ -936,6 +937,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#424]: https://github.com/jerus-org/pcu/pull/424
[#425]: https://github.com/jerus-org/pcu/pull/425
[#426]: https://github.com/jerus-org/pcu/pull/426
[#427]: https://github.com/jerus-org/pcu/pull/427
[Unreleased]: https://github.com/jerus-org/pcu/compare/v0.4.17...HEAD
[0.4.17]: https://github.com/jerus-org/pcu/compare/v0.4.16...v0.4.17
[0.4.16]: https://github.com/jerus-org/pcu/compare/v0.4.15...v0.4.16
Expand Down
12 changes: 6 additions & 6 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 @@ -37,7 +37,7 @@ regex = "1.11.1"
serde = { version = "1.0.215", features = ["derive"] }
thiserror = "2.0.3"
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.40"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.18", features = ["std", "env-filter"] }
url = "2.5.3"

Expand Down

0 comments on commit d1eff15

Please sign in to comment.