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

Update dependencies #674

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Update dependencies #674

merged 1 commit into from
Oct 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2024

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.86 -> 1.0.89
arrow workspace.dependencies minor 53.0.0 -> 53.1.0
arrow-array workspace.dependencies minor 53.0.0 -> 53.1.0
arrow-data workspace.dependencies minor 53.0.0 -> 53.1.0
arrow-schema workspace.dependencies minor 53.0.0 -> 53.1.0
clap dependencies patch 4.5.18 -> 4.5.19
futures (source) dependencies patch 0.3.30 -> 0.3.31
futures (source) dev-dependencies patch 0.3.30 -> 0.3.31
once_cell dependencies minor 1.19.0 -> 1.20.2
parquet dependencies minor 53.0.0 -> 53.1.0
proc-macro2 dependencies patch 1.0.86 -> 1.0.87
regex dependencies minor 1.10.6 -> 1.11.0
reqwest dependencies patch 0.12.7 -> 0.12.8
safer-ffi dependencies patch 0.1.12 -> 0.1.13
thiserror dependencies patch 1.0.63 -> 1.0.64

Release Notes

dtolnay/anyhow (anyhow)

v1.0.89

Compare Source

  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#​386)

v1.0.88

Compare Source

  • Documentation improvements

v1.0.87

Compare Source

  • Support more APIs, including Error::new and Error::chain, in no-std mode on Rust 1.81+ (#​383)
apache/arrow-rs (arrow)

v53.1.0

Compare Source

Full Changelog

Implemented enhancements:

Fixed bugs:

  • BitIterator panics when retrieving length #​6480 [arrow]
  • Flight data retrieved via Python client (wrapping C++) cannot be used by Rust Arrow #​6471 [arrow]
  • CI integration test failing: Archery test With other arrows #​6448 [parquet] [arrow] [arrow-flight]
  • IPC not respecting not preserving dict ID #​6443 [parquet] [arrow] [arrow-flight]
  • Failing CI: Prost requires Rust 1.71.1 #​6436 [arrow] [arrow-flight]
  • Invalid struct arrays in IPC data causes panic during read #​6416 [arrow]
  • REE Dicts cannot be encoded/decoded with streaming IPC #​6398 [arrow]
  • Reading json map with non-nullable value schema doesn't error if values are actually null #​6391
  • StringViewBuilder with deduplication does not clear observed values #​6384 [arrow]
  • Cast from Decimal(p, s) to dictionary-encoded Decimal(p, s) loses precision and scale #​6381 [arrow]
  • LocalFileSystem list operation returns objects in wrong order #​6375
  • compute::binary_mut returns Err(PrimitiveArray<T>) only with certain arrays #​6374 [arrow]
  • Exporting Binary/Utf8View from arrow-rs to pyarrow fails #​6366 [arrow]
  • warning: methods as_any and next_batch are never used in parquet crate #​6143 [parquet]

Documentation updates:

Closed issues:

  • Columnar json writer for arrow-json #​6411
  • Primitive binary/unary are not as fast as they could be #​6364 [arrow]
  • Different numeric type may be able to compare #​6357

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

clap-rs/clap (clap)

v4.5.19

Compare Source

Internal
  • Update dependencies
rust-lang/futures-rs (futures)

v0.3.31

Compare Source

  • Fix use after free of task in FuturesUnordered when dropped future panics (#​2886)
  • Fix soundness bug in task::waker_ref (#​2830)
    This is a breaking change but allowed because it is soundness bug fix.
  • Fix bugs in AsyncBufRead::read_line and AsyncBufReadExt::lines (#​2884)
  • Fix parsing issue in select!/select_biased! (#​2832)
    This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.
  • Work around issue due to upstream Waker::will_wake change (#​2865)
  • Add stream::Iter::{get_ref,get_mut,into_inner} (#​2875)
  • Add future::AlwaysReady (#​2825)
  • Relax trait bound on non-constructor methods of io::{BufReader,BufWriter} (#​2848)
matklad/once_cell (once_cell)

v1.20.2

Compare Source

v1.20.1

Compare Source

  • Allow using race module using just portable_atomic, without critical_section and provide
    better error messages on targets without atomic CAS instruction,
    #​265.

v1.20.0

Compare Source

dtolnay/proc-macro2 (proc-macro2)

v1.0.87

Compare Source

  • Check valid punctuation character in Punct::new (#​470)
rust-lang/regex (regex)

v1.11.0

Compare Source

===================
This is a new minor release of regex that brings in an update to the
Unicode Character Database. Specifically, this updates the Unicode data
used by regex internally to the version 16 release.

New features:

seanmonstar/reqwest (reqwest)

v0.12.8

Compare Source

  • Add support for SOCKS4 proxies.
  • Add multipart::Form::file() method for adding files easily.
  • Add Body::wrap() to wrap any http_body::Body type.
  • Fix the pool configuration to use a timer to remove expired connections.
dtolnay/thiserror (thiserror)

v1.0.64

Compare Source


Configuration

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

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

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.

@phil-opp phil-opp enabled auto-merge October 7, 2024 08:49
@renovate renovate bot force-pushed the renovate/dependencies branch from 328e2f3 to 9fd4e35 Compare October 7, 2024 15:00
@phil-opp phil-opp merged commit 0299f4b into main Oct 7, 2024
40 checks passed
@phil-opp phil-opp deleted the renovate/dependencies branch October 7, 2024 17:19
@phil-opp
Copy link
Collaborator

phil-opp commented Oct 7, 2024

This PR contains the following updates:

Apparently it only contains a subset. The remaining updates are in #679 .

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.

1 participant