Skip to content

fix(deps): update rust crate struson to 0.6.0 #161

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

Merged
merged 2 commits into from
Jan 17, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 12, 2025

This PR contains the following updates:

Package Type Update Change
struson dependencies minor 0.5.0 -> 0.6.0

Release Notes

Marcono1234/struson (struson)

v0.6.0: Struson 0.6.0

Compare Source

Changes

  • Specified the rust-version in Cargo.toml (Minimum Supported Rust Version); currently it is 1.75.0
  • Changed JsonStreamReader to disallow control characters in comments (if enabled with ReaderSettings::allow_comments)
  • Removed deprecated parse_json_path function, use the json_path! macro instead
  • Added associated type WriterResult to JsonWriter, which is returned by JsonWriter::finish_document
    For JsonStreamWriter the result is the underlying Write, which allows for example to reuse it for different purposes.

Simple API

  • (Breaking) Renamed Cargo feature for enabling Simple API from experimental to simple-api
  • Added ObjectWriter::write_member to allow writing the value of a member using a ValueWriter

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) January 12, 2025 03:38
Copy link
Contributor Author

renovate bot commented Jan 12, 2025

⚠️ 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.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `struson`.
    ... required by package `autopulse v1.2.3 (/tmp/renovate/repos/github/dan-online/autopulse)`
versions that meet the requirements `^0.6.0` are: 0.6.0

the package `autopulse` depends on `struson`, with features: `experimental` but `struson` does not have these features.


failed to select a version for `struson` which could resolve this conflict

Copy link

cloudflare-workers-and-pages bot commented Jan 12, 2025

Deploying autopulseui with  Cloudflare Pages  Cloudflare Pages

Latest commit: 728175b
Status: ✅  Deploy successful!
Preview URL: https://03a2a504.autopulseui.pages.dev
Branch Preview URL: https://renovate-struson-0-x.autopulseui.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/struson-0.x branch 7 times, most recently from 3ca4f86 to 4587387 Compare January 13, 2025 06:24
@renovate renovate bot force-pushed the renovate/struson-0.x branch from 4587387 to 662a799 Compare January 16, 2025 23:30
Copy link
Contributor Author

renovate bot commented Jan 17, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit 70d51d0 into main Jan 17, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant