Skip to content
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

deps: Update Rust Dependencies #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2024

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.93 -> 1.0.95
chrono dependencies patch 0.4.38 -> 0.4.39
clap dependencies patch 4.5.21 -> 4.5.23
mongodb (source) dependencies patch 3.1.0 -> 3.1.1
ordered-float dependencies minor 4.5.0 -> 4.6.0
png dependencies patch 0.17.14 -> 0.17.16
sequoia-openpgp (source) dependencies minor 1.21.2 -> 1.22.0
serde (source) dependencies patch 1.0.215 -> 1.0.216
serde_json dependencies patch 1.0.133 -> 1.0.134
thiserror dependencies patch 2.0.3 -> 2.0.9
tokio (source) dependencies minor 1.41.1 -> 1.42.0
tokio-stream (source) dependencies patch 0.1.16 -> 0.1.17

Release Notes

dtolnay/anyhow (anyhow)

v1.0.95

Compare Source

v1.0.94

Compare Source

  • Documentation improvements
chronotope/chrono (chrono)

v0.4.39: 0.4.39

Compare Source

What's Changed

clap-rs/clap (clap)

v4.5.23

Compare Source

Fixes
  • (parser) When check allow_negative_numbers, allow E again

v4.5.22

Compare Source

Fixes
  • (assert) Catch bugs with arguments requiring themself
mongodb/mongo-rust-driver (mongodb)

v3.1.1

Compare Source

The MongoDB Rust driver team is pleased to announce the v3.1.1 release of the mongodb crate, now available for download from crates.io.

Full Release Notes

Improvements
  • RUST-2097 Remove derivative dependency (#​1245)
  • RUST-2113 Upgrade hickory dependencies (#​1264)
reem/rust-ordered-float (ordered-float)

v4.6.0

Compare Source

What's Changed

  • Add an optional libm feature to enable the Float and Pow traits in no_std builds (#​164).

New Contributors

Full Changelog: reem/rust-ordered-float@v4.5.0...v4.6.0

image-rs/image-png (png)

v0.17.16

Compare Source

v0.17.15

Compare Source

Added
  • Add a public API to advance to the next frame in APNG decoder (#​518)
  • Add APIs to write ICC and EXIF chunks (#​526)
  • Add support for parsing the sBIT chunk (#​524)
  • Add support for parsing the bKGD chunk (#​538)
  • Add support for parsing the cICP chunk (#​529)
  • Add support for parsing mDCv and cLLi chunks (#​528, (#​543))
Changed
  • Improve performance of Paeth filter during decoding (#​512, #​539)
Fixed
  • Avoid an infinite loop when retrying after a fatal error using StreamingDecoder (#​520)
  • Fixed chunk order in encoded files (#​526)
serde-rs/serde (serde)

v1.0.216

Compare Source

serde-rs/json (serde_json)

v1.0.134

Compare Source

  • Add RawValue associated constants for literal null, true, false (#​1221, thanks @​bheylin)
dtolnay/thiserror (thiserror)

v2.0.9

Compare Source

  • Work around missing_inline_in_public_items clippy restriction being triggered in macro-generated code (#​404)

v2.0.8

Compare Source

  • Improve support for macro-generated derive(Error) call sites (#​399)

v2.0.7

Compare Source

  • Work around conflict with #[deny(clippy::allow_attributes)] (#​397, thanks @​zertosh)

v2.0.6

Compare Source

  • Suppress deprecation warning on generated From impls (#​396)

v2.0.5

Compare Source

  • Prevent deprecation warning on generated impl for deprecated type (#​394)

v2.0.4

Compare Source

tokio-rs/tokio (tokio)

v1.42.0: Tokio v1.42.0

Compare Source

1.42.0 (Dec 3rd, 2024)

Added
  • io: add AsyncFd::{try_io, try_io_mut} (#​6967)
Fixed
  • io: avoid ptr->ref->ptr roundtrip in RegistrationSet (#​6929)
  • runtime: do not defer yield_now inside block_in_place (#​6999)
Changes
  • io: simplify io readiness logic (#​6966)
Documented
  • net: fix docs for tokio::net::unix::{pid_t, gid_t, uid_t} (#​6791)
  • time: fix a typo in Instant docs (#​6982)

Configuration

📅 Schedule: Branch creation - "before 7pm" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Mar 10, 2024

⚠ 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 `image`.
    ... required by package `rusty-ponyo v2024.1.9 (/tmp/renovate/repos/github/approvers/rusty-ponyo)`
versions that meet the requirements `^0.25` are: 0.25.1, 0.25.0

the package `rusty-ponyo` depends on `image`, with features: `webp-encoder` but `image` does not have these features.


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

@renovate renovate bot force-pushed the renovate/rust-dependencies branch from dc63c35 to bec874e Compare March 11, 2024 16:13
@renovate renovate bot force-pushed the renovate/rust-dependencies branch from bec874e to 6e79808 Compare March 20, 2024 16:47
@renovate renovate bot changed the title deps: Update Rust crate image to 0.25 deps: Update Rust Dependencies Mar 20, 2024
@renovate renovate bot force-pushed the renovate/rust-dependencies branch from 6e79808 to 5f5d8e0 Compare April 5, 2024 11:23
@renovate renovate bot force-pushed the renovate/rust-dependencies branch 2 times, most recently from 1638911 to a1be8f8 Compare May 5, 2024 10:40
@renovate renovate bot force-pushed the renovate/rust-dependencies branch from a1be8f8 to 90964ef Compare May 27, 2024 19:49
@renovate renovate bot force-pushed the renovate/rust-dependencies branch from 90964ef to 320f05a Compare June 5, 2024 17:13
@renovate renovate bot force-pushed the renovate/rust-dependencies branch 3 times, most recently from 314004e to a163429 Compare June 19, 2024 13:57
@renovate renovate bot changed the title deps: Update Rust Dependencies deps: Update Rust Dependencies - autoclosed Jun 19, 2024
@renovate renovate bot closed this Jun 19, 2024
@renovate renovate bot deleted the renovate/rust-dependencies branch June 19, 2024 19:53
@renovate renovate bot restored the renovate/rust-dependencies branch June 25, 2024 08:40
@renovate renovate bot changed the title deps: Update Rust Dependencies - autoclosed deps: Update Rust Dependencies Jun 25, 2024
@renovate renovate bot reopened this Jun 25, 2024
@renovate renovate bot force-pushed the renovate/rust-dependencies branch from a163429 to 731e191 Compare June 25, 2024 08:41
@renovate renovate bot changed the title deps: Update Rust Dependencies deps: Update Rust crate serde_json to v1.0.118 Jun 25, 2024
@renovate renovate bot force-pushed the renovate/rust-dependencies branch from 731e191 to 233a412 Compare June 26, 2024 17:00
@renovate renovate bot changed the title deps: Update Rust crate serde_json to v1.0.118 deps: Update Rust Dependencies to v1.21.0 Jun 26, 2024
@renovate renovate bot force-pushed the renovate/rust-dependencies branch from 233a412 to 4f13f4d Compare June 28, 2024 16:36
@renovate renovate bot changed the title deps: Update Rust Dependencies to v1.21.0 deps: Update Rust Dependencies to v1.21.1 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/rust-dependencies branch from 4f13f4d to 9114da7 Compare June 28, 2024 18:25
@renovate renovate bot changed the title deps: Update Rust Dependencies to v1.21.1 deps: Update Rust Dependencies Jun 28, 2024
@renovate renovate bot force-pushed the renovate/rust-dependencies branch 4 times, most recently from 1f1f93e to 7870468 Compare July 6, 2024 22:05
@renovate renovate bot force-pushed the renovate/rust-dependencies branch 3 times, most recently from 7fd20ec to 2f0714f Compare December 2, 2024 15:51
@renovate renovate bot changed the title deps: Update Rust Dependencies deps: Update Rust Dependencies - autoclosed Dec 2, 2024
@renovate renovate bot closed this Dec 2, 2024
@renovate renovate bot deleted the renovate/rust-dependencies branch December 2, 2024 16:06
@renovate renovate bot changed the title deps: Update Rust Dependencies - autoclosed deps: Update Rust Dependencies Dec 3, 2024
@renovate renovate bot reopened this Dec 3, 2024
@renovate renovate bot force-pushed the renovate/rust-dependencies branch 13 times, most recently from 3d02aa9 to 27c815a Compare December 12, 2024 22:10
@renovate renovate bot force-pushed the renovate/rust-dependencies branch 5 times, most recently from 88606d8 to c6f620d Compare December 20, 2024 09:16
@renovate renovate bot force-pushed the renovate/rust-dependencies branch 2 times, most recently from 6db3737 to fc7d998 Compare December 21, 2024 21:46
@renovate renovate bot force-pushed the renovate/rust-dependencies branch from fc7d998 to 848c2c4 Compare December 22, 2024 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants