Update Rust crate megalodon to v1.1.1 #74

Open
darkkirb wants to merge 1 commit from renovate/megalodon-1.x-lockfile into main
Owner

This PR contains the following updates:

Package Type Update Change
megalodon dependencies minor 1.0.3 -> 1.1.1

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

h3poteto/megalodon-rs (megalodon)

v1.1.1: 1.1.1

Compare Source

What's Changed

Full Changelog: https://github.com/h3poteto/megalodon-rs/compare/v1.1.0...v1.1.1

v1.1.0: 1.1.0

Compare Source

Breacking Changes

  • Quote structure has been changed. status.quote is changed from boolean to Quote object. Please refer the PR: #​334

What's Changed

New Contributors

Full Changelog: https://github.com/h3poteto/megalodon-rs/compare/v1.0.3...v1.1.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [megalodon](https://github.com/h3poteto/megalodon-rs) | dependencies | minor | `1.0.3` -> `1.1.1` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>h3poteto/megalodon-rs (megalodon)</summary> ### [`v1.1.1`](https://github.com/h3poteto/megalodon-rs/releases/tag/v1.1.1): 1.1.1 [Compare Source](https://github.com/h3poteto/megalodon-rs/compare/v1.1.0...v1.1.1) #### What's Changed - refs [#&#8203;344](https://github.com/h3poteto/megalodon-rs/issues/344) Fix QuotedStatus deserialization for untagged format by [@&#8203;h3poteto](https://github.com/h3poteto) in [#&#8203;345](https://github.com/h3poteto/megalodon-rs/pull/345) **Full Changelog**: <https://github.com/h3poteto/megalodon-rs/compare/v1.1.0...v1.1.1> ### [`v1.1.0`](https://github.com/h3poteto/megalodon-rs/releases/tag/v1.1.0): 1.1.0 [Compare Source](https://github.com/h3poteto/megalodon-rs/compare/v1.0.3...v1.1.0) #### Breacking Changes - Quote structure has been changed. `status.quote` is changed from `boolean` to `Quote` object. Please refer the PR: [#&#8203;334](https://github.com/h3poteto/megalodon-rs/pull/334) #### What's Changed - Upgrade oauth2 dependency to 5.0 by [@&#8203;jplatte](https://github.com/jplatte) in [#&#8203;333](https://github.com/h3poteto/megalodon-rs/pull/333) - Put standard upper bounds on dependency versions by [@&#8203;jplatte](https://github.com/jplatte) in [#&#8203;335](https://github.com/h3poteto/megalodon-rs/pull/335) - refs [#&#8203;332](https://github.com/h3poteto/megalodon-rs/issues/332) Improve quote architecture for other fediverse by [@&#8203;h3poteto](https://github.com/h3poteto) in [#&#8203;334](https://github.com/h3poteto/megalodon-rs/pull/334) - Bump tracing-subscriber from 0.3.19 to 0.3.20 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;329](https://github.com/h3poteto/megalodon-rs/pull/329) - Update Rust crate thiserror to v2.0.17 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;328](https://github.com/h3poteto/megalodon-rs/pull/328) - chore(deps): update rust crate async-trait to v0.1.89 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;336](https://github.com/h3poteto/megalodon-rs/pull/336) - chore(deps): update actions/checkout action to v5 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;327](https://github.com/h3poteto/megalodon-rs/pull/327) - chore(deps): update rust crate tokio-util to v0.7.17 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;324](https://github.com/h3poteto/megalodon-rs/pull/324) - chore(deps): update rust crate tokio to v1.48.0 - autoclosed by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;323](https://github.com/h3poteto/megalodon-rs/pull/323) - chore(deps): update rust crate chrono to v0.4.42 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;337](https://github.com/h3poteto/megalodon-rs/pull/337) #### New Contributors - [@&#8203;jplatte](https://github.com/jplatte) made their first contribution in [#&#8203;333](https://github.com/h3poteto/megalodon-rs/pull/333) **Full Changelog**: <https://github.com/h3poteto/megalodon-rs/compare/v1.0.3...v1.1.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4yNC4wIiwidXBkYXRlZEluVmVyIjoiNDIuMjQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Update Rust crate megalodon to v1.1.1
Some checks failed
renovate/artifacts Artifact file update failure
CI / cargo-deny (push) Successful in 9s
CI / cargo-deny (pull_request) Successful in 9s
71148b6f28
darkkirb scheduled this pull request to auto merge when all checks succeed 2025-12-02 21:01:32 +01:00
Author
Owner

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.toml
Post-upgrade command 'crate2nix generate' has not been added to the allowed list in allowedCommands
### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: Cargo.toml ``` Post-upgrade command 'crate2nix generate' has not been added to the allowed list in allowedCommands ```
Some checks are pending
renovate/artifacts Artifact file update failure
CI / cargo-deny (push) Successful in 9s
Required
Details
CI / cargo-deny (pull_request) Successful in 9s
Hydra packages.aarch64-linux.gurkbot
Required
Hydra packages.x86_64-linux.gurkbot
Required
Hydra checks.aarch64-linux.gurkbot
Required
Hydra checks.x86_64-linux.gurkbot
Required
Some required checks are missing.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/megalodon-1.x-lockfile:renovate/megalodon-1.x-lockfile
git switch renovate/megalodon-1.x-lockfile
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
darkkirb/gurkbot!74
No description provided.