Skip to content

Commit 156ccae

Browse files
fix(deps): update all patch updates (patch) (#2525)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bzip2](https://redirect.github.com/trifectatechfoundation/bzip2-rs) | workspace.dependencies | patch | `0.5.1` -> `0.5.2` | | [chrono](https://redirect.github.com/chronotope/chrono) | dependencies | patch | `=0.4.39` -> `=0.4.40` | | [chrono](https://redirect.github.com/chronotope/chrono) | workspace.dependencies | patch | `0.4.39` -> `0.4.40` | | [uuid](https://redirect.github.com/uuid-rs/uuid) | workspace.dependencies | patch | `1.15.0` -> `1.15.1` | --- ### Release Notes <details> <summary>trifectatechfoundation/bzip2-rs (bzip2)</summary> ### [`v0.5.2`](https://redirect.github.com/trifectatechfoundation/bzip2-rs/releases/tag/v0.5.2): Version 0.5.2 (and 0.1.13 for `bzip2-sys`) [Compare Source](https://redirect.github.com/trifectatechfoundation/bzip2-rs/compare/v0.5.1...v0.5.2) Some minor fixes this time - better wasm support (and we test wasm on CI) - make `bz_internal_error` an `extern fn` by [@&#8203;folkertdev](https://redirect.github.com/folkertdev) in [https://github.com/trifectatechfoundation/bzip2-rs/pull/135](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/135) fixes a soundness issue. This is technically a semver-breaking change, but major versions for `-sys` crates create a lot of churn. We don't expect users to run into this #### What's Changed - fix: libc wasm types by [@&#8203;baszalmstra](https://redirect.github.com/baszalmstra) in [https://github.com/trifectatechfoundation/bzip2-rs/pull/131](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/131) - update LICENSE-MIT by [@&#8203;rootdiae](https://redirect.github.com/rootdiae) in [https://github.com/trifectatechfoundation/bzip2-rs/pull/130](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/130) - run CI for `wasm32-wasip2` by [@&#8203;folkertdev](https://redirect.github.com/folkertdev) in [https://github.com/trifectatechfoundation/bzip2-rs/pull/132](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/132) - remove libc dependency of `bzip2-sys` by [@&#8203;folkertdev](https://redirect.github.com/folkertdev) in [https://github.com/trifectatechfoundation/bzip2-rs/pull/133](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/133) - make `bz_internal_error` an `extern fn` by [@&#8203;folkertdev](https://redirect.github.com/folkertdev) in [https://github.com/trifectatechfoundation/bzip2-rs/pull/135](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/135) #### New Contributors - [@&#8203;baszalmstra](https://redirect.github.com/baszalmstra) made their first contribution in [https://github.com/trifectatechfoundation/bzip2-rs/pull/131](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/131) - [@&#8203;rootdiae](https://redirect.github.com/rootdiae) made their first contribution in [https://github.com/trifectatechfoundation/bzip2-rs/pull/130](https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/130) **Full Changelog**: trifectatechfoundation/bzip2-rs@v0.5.1...v0.5.2 </details> <details> <summary>chronotope/chrono (chrono)</summary> ### [`v0.4.40`](https://redirect.github.com/chronotope/chrono/releases/tag/v0.4.40): 0.4.40 [Compare Source](https://redirect.github.com/chronotope/chrono/compare/v0.4.39...v0.4.40) #### What's Changed - Add Month::num_days() by [@&#8203;djc](https://redirect.github.com/djc) in [https://github.com/chronotope/chrono/pull/1645](https://redirect.github.com/chronotope/chrono/pull/1645) - Update Windows dependencies by [@&#8203;kennykerr](https://redirect.github.com/kennykerr) in [https://github.com/chronotope/chrono/pull/1646](https://redirect.github.com/chronotope/chrono/pull/1646) - Feature/round_up method on DurationRound trait by [@&#8203;MagnumTrader](https://redirect.github.com/MagnumTrader) in [https://github.com/chronotope/chrono/pull/1651](https://redirect.github.com/chronotope/chrono/pull/1651) - Expose `write_to` for `DelayedFormat` by [@&#8203;tugtugtug](https://redirect.github.com/tugtugtug) in [https://github.com/chronotope/chrono/pull/1654](https://redirect.github.com/chronotope/chrono/pull/1654) - Update LICENSE.txt by [@&#8203;maximevtush](https://redirect.github.com/maximevtush) in [https://github.com/chronotope/chrono/pull/1656](https://redirect.github.com/chronotope/chrono/pull/1656) - docs: fix minor typo by [@&#8203;samfolo](https://redirect.github.com/samfolo) in [https://github.com/chronotope/chrono/pull/1659](https://redirect.github.com/chronotope/chrono/pull/1659) - Use NaiveDateTime for internal tz_info methods. by [@&#8203;AVee](https://redirect.github.com/AVee) in [https://github.com/chronotope/chrono/pull/1658](https://redirect.github.com/chronotope/chrono/pull/1658) - Upgrade to windows-bindgen 0.60 by [@&#8203;djc](https://redirect.github.com/djc) in [https://github.com/chronotope/chrono/pull/1665](https://redirect.github.com/chronotope/chrono/pull/1665) - Add quarter (%q) date string specifier by [@&#8203;drinkcat](https://redirect.github.com/drinkcat) in [https://github.com/chronotope/chrono/pull/1666](https://redirect.github.com/chronotope/chrono/pull/1666) </details> <details> <summary>uuid-rs/uuid (uuid)</summary> ### [`v1.15.1`](https://redirect.github.com/uuid-rs/uuid/releases/tag/v1.15.1) [Compare Source](https://redirect.github.com/uuid-rs/uuid/compare/v1.15.0...v1.15.1) #### What's Changed - Guarantee v7 timestamp will never overflow by [@&#8203;KodrAus](https://redirect.github.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/811](https://redirect.github.com/uuid-rs/uuid/pull/811) - Prepare for 1.15.1 release by [@&#8203;KodrAus](https://redirect.github.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/812](https://redirect.github.com/uuid-rs/uuid/pull/812) **Full Changelog**: uuid-rs/uuid@v1.15.0...v1.15.1 </details> --- ### 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/spiraldb/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robert Kruszewski <[email protected]>
1 parent 3876b18 commit 156ccae

File tree

3 files changed

+42
-37
lines changed

3 files changed

+42
-37
lines changed

Cargo.lock

Lines changed: 32 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wasm-test/Cargo.lock

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wasm-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ arrow-select = "54.2"
2525
arrow-string = "54.2"
2626

2727
# Pin until we can bump to get: https://github.com/apache/arrow-rs/pull/7198
28-
chrono = { version = "=0.4.39", default-features = false }
28+
chrono = { version = "=0.4.40", default-features = false }
2929

0 commit comments

Comments
 (0)