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

fix(deps): update rust dependencies - autoclosed #324

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2024

This PR contains the following updates:

Package Type Update Change
bytes dependencies patch 1.7.1 -> 1.7.2
globset (source) dependencies patch 0.4.14 -> 0.4.15
glsl-lang dependencies minor 0.5.3 -> 0.6.0
glsl-lang-lexer dependencies minor 0.5.3 -> 0.6.0
glsl-lang-pp dependencies minor 0.5.3 -> 0.6.0
indexmap dependencies minor 2.4.0 -> 2.5.0
pretty_assertions dev-dependencies patch 1.4.0 -> 1.4.1
rgb (source) dependencies patch 0.8.48 -> 0.8.50
rlimit dependencies patch 0.10.1 -> 0.10.2
serde (source) dependencies patch 1.0.208 -> 1.0.210
serde_json dependencies patch 1.0.125 -> 1.0.128
spng dependencies patch 0.2.0-alpha.2 -> 0.2.0-alpha.3
sysinfo dependencies patch 0.31.2 -> 0.31.4
tokio (source) dependencies minor 1.39.3 -> 1.40.0
tokio-stream (source) dependencies patch 0.1.15 -> 0.1.16
tokio-util (source) dependencies patch 0.7.11 -> 0.7.12
wmi dependencies minor 0.13.3 -> 0.14.0

Release Notes

tokio-rs/bytes (bytes)

v1.7.2

Compare Source

Fixed
  • Fix default impl of Buf::{get_int, get_int_le} (#​732)
Documented
  • Fix double spaces in comments and doc comments (#​731)
Internal changes
  • Ensure BytesMut::advance reduces capacity (#​728)
alixinne/glsl-lang (glsl-lang)

v0.6.0

Compare Source

Continuous Integration
  • (docs) add permissions for github_token - (2e9f4ca) - alixinne
Miscellaneous Chores
  • manually bump dev-dependencies - (7d74c9b) - alixinne
  • add deprecation notice for v1 lexer - (653ffd9) - alixinne

indexmap-rs/indexmap (indexmap)

v2.5.0

Compare Source

  • Added an insert_before method to IndexMap and IndexSet, as an
    alternative to shift_insert with different behavior on existing entries.
  • Added first_entry and last_entry methods to IndexMap.
  • Added From implementations between IndexedEntry and OccupiedEntry.
rust-pretty-assertions/rust-pretty-assertions (pretty_assertions)

v1.4.1

Compare Source

Fixed

Internal

Nugine/rlimit (rlimit)

v0.10.2

Compare Source

  • Update libc bindings.
serde-rs/serde (serde)

v1.0.210

Compare Source

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#​2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#​2818)

v1.0.209

Compare Source

  • Fix deserialization of empty structs and empty tuples inside of untagged enums (#​2805, thanks @​Mingun)
serde-rs/json (serde_json)

v1.0.128

Compare Source

v1.0.127

Compare Source

v1.0.126

Compare Source

  • Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#​1182, thanks @​CryZe)
aloucks/spng-rs (spng)

v0.2.0-alpha.3

Added
  • Update to libspng 0.7.4
  • RawContext::get_gama_int
  • RawContext::decode_chunks
  • RawContext::set_option
  • RawContext::get_option
Changed
  • Updated the Decoder read_info and next_frame API to match recent changes in the PNG crate (v0.17.0).
GuillaumeGomez/sysinfo (sysinfo)

v0.31.4

Compare Source

  • macOS: Force memory cleanup in disk list retrieval.

v0.31.3

Compare Source

  • Raspberry Pi: Fix temperature retrieval.
tokio-rs/tokio (tokio)

v1.40.0: Tokio v1.40.0

Compare Source

1.40.0 (August 30th, 2024)

Added
  • io: add util::SimplexStream (#​6589)
  • process: stabilize Command::process_group (#​6731)
  • sync: add {TrySendError,SendTimeoutError}::into_inner (#​6755)
  • task: add JoinSet::join_all (#​6784)
Added (unstable)
  • runtime: add Builder::{on_task_spawn, on_task_terminate} (#​6742)
Changed
  • io: use vectored io for write_all_buf when possible (#​6724)
  • runtime: prevent niche-optimization to avoid triggering miri (#​6744)
  • sync: mark mpsc types as UnwindSafe (#​6783)
  • sync,time: make Sleep and BatchSemaphore instrumentation explicit roots (#​6727)
  • task: use NonZeroU64 for task::Id (#​6733)
  • task: include panic message when printing JoinError (#​6753)
  • task: add #[must_use] to JoinHandle::abort_handle (#​6762)
  • time: eliminate timer wheel allocations (#​6779)
Documented
  • docs: clarify that [build] section doesn't go in Cargo.toml (#​6728)
  • io: clarify zero remaining capacity case (#​6790)
  • macros: improve documentation for select! (#​6774)
  • sync: document mpsc channel allocation behavior (#​6773)
ohadravid/wmi-rs (wmi)

v0.14.0

Compare Source

What's Changed

Full Changelog: ohadravid/wmi-rs@v0.13.4...v0.14.0

v0.13.4

Compare Source

What's Changed

New Contributors

Full Changelog: ohadravid/wmi-rs@v0.13.3...v0.13.4


Configuration

📅 Schedule: Branch creation - "every 3 day" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot added the dependencies Issues and pull requests related to dependencies label Aug 22, 2024
@renovate renovate bot enabled auto-merge August 22, 2024 04:22
@renovate renovate bot requested a review from a team August 22, 2024 04:22
@renovate renovate bot force-pushed the renovate/rust-dependencies branch 5 times, most recently from 09935ca to c10c845 Compare August 28, 2024 08:00
@renovate renovate bot force-pushed the renovate/rust-dependencies branch 2 times, most recently from e0b9707 to c729882 Compare September 16, 2024 09:46
Copy link
Contributor Author

renovate bot commented Sep 16, 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 packages/packsquash/Cargo.toml --package spng@0.2.0-alpha.2 --precise 0.2.0-alpha.3
    Updating git repository `https://github.com/ComunidadAylas/spng-rs`
From https://github.com/ComunidadAylas/spng-rs
 * [new branch]      chore/clean-up-zlib-linking -> origin/chore/clean-up-zlib-linking
 * [new branch]      chore/update-deps       -> origin/chore/update-deps
 * [new branch]      feat/libspng-update     -> origin/feat/libspng-update
 * [new branch]      feat/libz-link-strategy -> origin/feat/libz-link-strategy
 * [new branch]      master                  -> origin/master
 * [new branch]      pr-amalgamation         -> origin/pr-amalgamation
 * [new ref]         HEAD                    -> origin/HEAD
From https://github.com/ComunidadAylas/spng-rs
 * [new branch]      chore/clean-up-zlib-linking -> origin/chore/clean-up-zlib-linking
 * [new branch]      chore/update-deps       -> origin/chore/update-deps
 * [new branch]      feat/libspng-update     -> origin/feat/libspng-update
 * [new branch]      feat/libz-link-strategy -> origin/feat/libz-link-strategy
 * [new branch]      master                  -> origin/master
 * [new branch]      pr-amalgamation         -> origin/pr-amalgamation
 * [new ref]         HEAD                    -> origin/HEAD
error: Unable to update https://github.com/ComunidadAylas/spng-rs?branch=pr-amalgamation#0.2.0-al

Caused by:
  revspec '0.2.0-alpha.3' not found; class=Reference (4); code=NotFound (-3)

@renovate renovate bot force-pushed the renovate/rust-dependencies branch from c729882 to e1333e1 Compare September 18, 2024 08:12
@renovate renovate bot changed the title fix(deps): update rust dependencies fix(deps): update rust dependencies - autoclosed Sep 19, 2024
@renovate renovate bot closed this Sep 19, 2024
auto-merge was automatically disabled September 19, 2024 20:49

Pull request was closed

@renovate renovate bot deleted the renovate/rust-dependencies branch September 19, 2024 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issues and pull requests related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants