Skip to content

Commit

Permalink
Merge pull request #454 from jerus-org/renovate/thiserror-2.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate thiserror to 2.0.11
  • Loading branch information
jerusdp authored Jan 17, 2025
2 parents 367569a + 30a44c0 commit f5995c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- deps: update rust crate config to 0.15.6(pr [#451])
- deps: update rust crate log to 0.4.25(pr [#452])
- deps: update rust crate named-colour to 0.3.12(pr [#453])
- deps: update rust crate thiserror to 2.0.11(pr [#454])

## [0.4.24] - 2025-01-11

Expand Down Expand Up @@ -1028,6 +1029,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#451]: https://github.com/jerus-org/pcu/pull/451
[#452]: https://github.com/jerus-org/pcu/pull/452
[#453]: https://github.com/jerus-org/pcu/pull/453
[#454]: https://github.com/jerus-org/pcu/pull/454
[Unreleased]: https://github.com/jerus-org/pcu/compare/v0.4.24...HEAD
[0.4.24]: https://github.com/jerus-org/pcu/compare/v0.4.23...v0.4.24
[0.4.23]: https://github.com/jerus-org/pcu/compare/v0.4.22...v0.4.23
Expand Down
18 changes: 9 additions & 9 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 @@ -35,7 +35,7 @@ octocrate = { version = "2.0.1", features = [
owo-colors = "4.1.0"
regex = "1.11.1"
serde = { version = "1.0.217", features = ["derive"] }
thiserror = "2.0.9"
thiserror = "2.0.11"
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["std", "env-filter"] }
Expand Down

0 comments on commit f5995c3

Please sign in to comment.