-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): update thiserror requirement from 1.0.58 to 2.0.3 #112
Conversation
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.58...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.58...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
commit cdd40c4 Author: Lukasz Klimek <842586+lklimek@users.noreply.github.com> Date: Tue Feb 18 14:39:14 2025 +0100 build: release v1.3.0 for tenderdash 1.3.0+ commit 223e7bf Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Feb 18 12:30:57 2025 +0100 build(deps): update ureq requirement from 2.10 to 3.0 (#120) * build(deps): update ureq requirement from 2.10 to 3.0 Updates the requirements on [ureq](https://github.com/algesten/ureq) to permit the latest version. - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](algesten/ureq@2.10.0...3.0.1) --- updated-dependencies: - dependency-name: ureq dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * fix(proto-compiler): build fails due to changes in ureq 3 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukasz Klimek <842586+lklimek@users.noreply.github.com> commit 95a2e7a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Feb 18 12:06:59 2025 +0100 build(deps): update derive_more requirement from 1.0 to 2.0 (#122) Updates the requirements on [derive_more](https://github.com/JelteF/derive_more) to permit the latest version. - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](JelteF/derive_more@v1.0.0...v2.0.1) --- updated-dependencies: - dependency-name: derive_more dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 3b102bf Author: lklimek <842586+lklimek@users.noreply.github.com> Date: Tue Feb 4 15:10:53 2025 +0100 feat(abci): impl Hashable for ValidatorSet (#121) * feat(abci): impl Hashable for ValidatorSet * chore: rabbit comments commit a248dda Author: lklimek <842586+lklimek@users.noreply.github.com> Date: Tue Feb 4 15:08:17 2025 +0100 feat(proto)!: separate client and server feature (#118) * feat(proto)!: separate client and server feature * chore: fix deps * chore: fix clippy warnings * fix: no_std does not build * chore: fix client build * fix: abci->proto features * chore: features improvements * chore: linter warnings commit f072882 Author: lklimek <842586+lklimek@users.noreply.github.com> Date: Thu Nov 28 17:47:43 2024 +0100 build(deps): enforce tonic >= 0.12.3 and update other dependencies (#116) commit f412fd3 Author: lklimek <842586+lklimek@users.noreply.github.com> Date: Thu Nov 28 12:26:01 2024 +0100 fix(abci): invalid error returned when codec terminates (#117) * chore: improve debugging * chore: trying to fix the test * fix(abci): invalid error returned when Codec terminates commit f6af4f1 Author: lklimek <842586+lklimek@users.noreply.github.com> Date: Wed Nov 27 15:19:24 2024 +0100 ci: test on stable rust, not nightly (#115) * ci: test on stable rust, not nightly * chore: remove some TODOs commit b06d2c1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Nov 27 14:26:16 2024 +0100 build(deps): update pollster requirement from 0.3.0 to 0.4.0 (#110) * build(deps): update pollster requirement from 0.3.0 to 0.4.0 --- updated-dependencies: - dependency-name: pollster dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * chore: add doc to cargo.toml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukasz Klimek <842586+lklimek@users.noreply.github.com> commit ed453c2 Author: lklimek <842586+lklimek@users.noreply.github.com> Date: Wed Nov 27 14:03:19 2024 +0100 doc: clarify protoc requirements (#114) commit c8bdcef Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Nov 27 13:51:01 2024 +0100 build(deps): update thiserror requirement from 1.0.58 to 2.0.3 (#112) Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.58...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 7eddf4e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Nov 27 13:32:16 2024 +0100 build(deps): update bollard requirement from 0.17 to 0.18 (#113) Updates the requirements on [bollard](https://github.com/fussybeaver/bollard) to permit the latest version. - [Release notes](https://github.com/fussybeaver/bollard/releases) - [Commits](fussybeaver/bollard@v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: bollard dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 645185c Author: lklimek <842586+lklimek@users.noreply.github.com> Date: Fri Oct 11 07:48:02 2024 +0200 feat(proto)!: serde feature to enable serde for all messages (#98) * refactor(proto): move FromMillis/ToMillis to separate mod * feat(proto)!: serde feature to enable serde for all messages * chore: rename deprecated * chore: remove serde from defaults * chore: typos * refactor(proto): add error handling to FromMillis and ToMillis * chore: rabbit's review
Updates the requirements on thiserror to permit the latest version.
Release notes
Sourced from thiserror's releases.
Commits
15fd26e
Release 2.0.37046023
Simplify how has_bonus_display is accumulated9cc1d0b
Merge pull request #384 from dtolnay/nowrap1d040f3
Use Var wrapper only for Pointer formatting6a6132d
Extend no-display ui test to cover another fmt traita061beb
Merge pull request #383 from dtolnay/both6388293
Support Display and Debug of same path in error messagedc0359e
Defer binding_value construction520343e
Add test of Debug and Display of paths49be39d
Release 2.0.2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)