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 all patch updates (patch) #2621

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
anyhow workspace.dependencies patch 1.0.96 -> 1.0.97 age adoption passing confidence
async-trait workspace.dependencies patch 0.1.86 -> 0.1.87 age adoption passing confidence
bytes workspace.dependencies patch 1.10.0 -> 1.10.1 age adoption passing confidence
chrono workspace.dependencies patch 0.4.39 -> 0.4.40 age adoption passing confidence
dyn-hash workspace.dependencies patch 0.2.1 -> 0.2.2 age adoption passing confidence
jiff workspace.dependencies patch 0.2.1 -> 0.2.3 age adoption passing confidence
mozilla-actions/sccache-action action patch v0.0.7 -> v0.0.8 age adoption passing confidence
pin-project workspace.dependencies patch 1.1.9 -> 1.1.10 age adoption passing confidence
serde_json workspace.dependencies patch 1.0.139 -> 1.0.140 age adoption passing confidence
thiserror workspace.dependencies patch 2.0.11 -> 2.0.12 age adoption passing confidence
org.apache.spark:spark-unsafe_2.12 (source) dependencies patch 3.5.4 -> 3.5.5 age adoption passing confidence
org.apache.spark:spark-tags_2.12 (source) dependencies patch 3.5.4 -> 3.5.5 age adoption passing confidence
org.apache.spark:spark-sql_2.12 (source) dependencies patch 3.5.4 -> 3.5.5 age adoption passing confidence
org.apache.spark:spark-sql-api_2.12 (source) dependencies patch 3.5.4 -> 3.5.5 age adoption passing confidence
org.apache.spark:spark-sketch_2.12 (source) dependencies patch 3.5.4 -> 3.5.5 age adoption passing confidence
org.apache.spark:spark-network-shuffle_2.12 (source) dependencies patch 3.5.4 -> 3.5.5 age adoption passing confidence
org.apache.spark:spark-network-common_2.12 (source) dependencies patch 3.5.4 -> 3.5.5 age adoption passing confidence
org.apache.spark:spark-launcher_2.12 (source) dependencies patch 3.5.4 -> 3.5.5 age adoption passing confidence
org.apache.spark:spark-kvstore_2.12 (source) dependencies patch 3.5.4 -> 3.5.5 age adoption passing confidence
org.apache.spark:spark-core_2.12 (source) dependencies patch 3.5.4 -> 3.5.5 age adoption passing confidence
org.apache.spark:spark-common-utils_2.12 (source) dependencies patch 3.5.4 -> 3.5.5 age adoption passing confidence
org.apache.spark:spark-catalyst_2.12 (source) dependencies patch 3.5.4 -> 3.5.5 age adoption passing confidence
com.diffplug.spotless plugin patch 7.0.1 -> 7.0.2 age adoption passing confidence

Release Notes

dtolnay/anyhow (anyhow)

v1.0.97

Compare Source

  • Documentation improvements
dtolnay/async-trait (async-trait)

v0.1.87

Compare Source

  • Documentation improvements
tokio-rs/bytes (bytes)

v1.10.1

Compare Source

Fixed
  • Fix memory leak when using to_vec with Bytes::from_owner (#​773)
chronotope/chrono (chrono)

v0.4.40: 0.4.40

Compare Source

What's Changed

dtolnay/dyn-hash (dyn-hash)

v0.2.2

Compare Source

  • Documentation improvements
BurntSushi/jiff (jiff)

v0.2.3

==================
This is a small release that fixes a bug in the handling of POSIX time zones
in some cases. Specifically, the implementation of Date::yesterday was wrong
when the date was the first of the month. This was a regression introduced in
0.2.2 and was not present in older releases. More test coverage has been
added.

Bug fixes:

  • #​290:
    Fix bug in implementation of Date::yesterday.

v0.2.2

Compare Source

==================
This release of Jiff includes a new opt-in proc macro for embedding a
TimeZone into your binary. Just enable Jiff's static feature, and this will
print the current time in the America/New_York time zone:

use jiff::{
    tz::{self, TimeZone},
    Timestamp,
};

fn main() {
    static TZ: TimeZone = tz::get!("America/New_York");
    let zdt = Timestamp::now().to_zoned(TZ.clone());
    println!("{zdt}");
}

This enables TimeZone to be meaningfully used in core-only environments,
even when dynamic memory allocation isn't available.

This release also features a number of performance improvements for time zone
lookups. In some cases, the improvement is significant (by an order of
magnitude).

Additionally, the IANA Time Zone Database embedded into jiff-tzdb now
uses "rearguard" semantics. This means that the boolean flag indicating
whether daylight saving time is active or not (only accessible via
TimeZone::to_offset_info) will respect the actual definition of
daylight saving time. (This is relevant, for example, for time zones like
Europe/Dublin, where their summer time is legally known as their standard
time, but is in effect daylight saving time.)

Enhancements:

  • #​256:
    Add tz::{get,include} macros for time zone support in core-only environments.
  • #​258:
    Switch to rearguard tzdb data in jiff-tzdb and document it.
  • #​259:
    De-duplicate TZif data in jiff-tzdb.
  • #​273:
    Add "crate features" documentation to jiff-sqlx and jiff-diesel.
  • #​277:
    Document semver guarantee for error conditions on Timestamp constructors.
  • #​277:
    Greatly optimize time zone lookups (for both timestamps and civil datetimes).

Bug fixes:

  • #​261:
    Improve the documentation for ZonedWith::nanosecond and
    ZonedWith::subsec_nanosecond.
mozilla-actions/sccache-action (mozilla-actions/sccache-action)

v0.0.8

Compare Source

taiki-e/pin-project (pin-project)

v1.1.10

Compare Source

  • Suppress clippy::elidable_lifetime_names lint in generated code.
serde-rs/json (serde_json)

v1.0.140

Compare Source

  • Documentation improvements
dtolnay/thiserror (thiserror)

v2.0.12

Compare Source

  • Prevent elidable_lifetime_names pedantic clippy lint in generated impl (#​413)
apache/spark (org.apache.spark:spark-unsafe_2.12)

v3.5.5


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 enabled auto-merge (squash) March 7, 2025 15:57
Copy link
Contributor Author

renovate bot commented Mar 7, 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 --package [email protected] --precise 0.4.40
    Updating crates.io index
error: failed to select a version for the requirement `chrono = ">=0.4.34, <0.4.40"`
candidate versions found which didn't match: 0.4.40
location searched: crates.io index
required by package `arrow-array v54.2.1`
    ... which satisfies dependency `arrow-array = "^54.2"` (locked to 54.2.1) of package `bench-vortex v0.25.2 (/tmp/renovate/repos/github/spiraldb/vortex/bench-vortex)`

@renovate renovate bot force-pushed the renovate/patch-all-patch-updates branch from 7446b21 to ebd4b98 Compare March 7, 2025 18:48
@renovate renovate bot changed the title chore(deps): update all patch updates (patch) fix(deps): update all patch updates (patch) Mar 7, 2025
Copy link

codspeed-hq bot commented Mar 7, 2025

CodSpeed Performance Report

Merging #2621 will degrade performances by 26.52%

Comparing renovate/patch-all-patch-updates (ebd4b98) with develop (8ba5f27)

Summary

⚡ 42 improvements
❌ 13 regressions
✅ 720 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark BASE HEAD Change
chunked_dict_fsst_into_canonical[(1000, 1000, 10)] 1.3 ms 1.2 ms +10.01%
chunked_dict_primitive_into_canonical[f32, (1000, 10, 10)] 186.4 µs 86.8 µs ×2.1
chunked_dict_primitive_into_canonical[f32, (1000, 10, 100)] 1,593.1 µs 717.2 µs ×2.2
chunked_dict_primitive_into_canonical[f32, (1000, 100, 10)] 186.1 µs 88.6 µs ×2.1
chunked_dict_primitive_into_canonical[f32, (1000, 100, 100)] 1,628.5 µs 733.5 µs ×2.2
chunked_dict_primitive_into_canonical[f32, (1000, 1000, 10)] 205.6 µs 105.2 µs +95.48%
chunked_dict_primitive_into_canonical[f32, (1000, 1000, 100)] 1,779.2 µs 896.7 µs +98.41%
chunked_dict_primitive_into_canonical[f64, (1000, 10, 10)] 212.2 µs 105.3 µs ×2
chunked_dict_primitive_into_canonical[f64, (1000, 10, 100)] 1,849.1 µs 901.3 µs ×2.1
chunked_dict_primitive_into_canonical[f64, (1000, 100, 10)] 215.9 µs 108.6 µs +98.83%
chunked_dict_primitive_into_canonical[f64, (1000, 100, 100)] 1,903.9 µs 933.7 µs ×2
chunked_dict_primitive_into_canonical[f64, (1000, 1000, 10)] 250.2 µs 141.3 µs +77.05%
chunked_dict_primitive_into_canonical[f64, (1000, 1000, 100)] 2.2 ms 1.3 ms +75.8%
chunked_dict_primitive_into_canonical[u32, (1000, 10, 10)] 184.1 µs 86.6 µs ×2.1
chunked_dict_primitive_into_canonical[u32, (1000, 10, 100)] 1,611.1 µs 717.3 µs ×2.2
chunked_dict_primitive_into_canonical[u32, (1000, 100, 10)] 188.1 µs 88.2 µs ×2.1
chunked_dict_primitive_into_canonical[u32, (1000, 100, 100)] 1,627.7 µs 733.3 µs ×2.2
chunked_dict_primitive_into_canonical[u32, (1000, 1000, 10)] 206.2 µs 104.7 µs +96.9%
chunked_dict_primitive_into_canonical[u32, (1000, 1000, 100)] 1,778.5 µs 896.4 µs +98.4%
chunked_dict_primitive_into_canonical[u64, (1000, 10, 10)] 217.1 µs 105.1 µs ×2.1
... ... ... ... ...

ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.

@renovate renovate bot merged commit f147dc0 into develop Mar 7, 2025
26 of 28 checks passed
@renovate renovate bot deleted the renovate/patch-all-patch-updates branch March 7, 2025 18:58
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