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 #692

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Update dependencies #692

merged 1 commit into from
Nov 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2024

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.89 -> 1.0.91
arrow workspace.dependencies minor 53.1.0 -> 53.2.0
arrow-array workspace.dependencies minor 53.1.0 -> 53.2.0
arrow-data workspace.dependencies minor 53.1.0 -> 53.2.0
arrow-schema workspace.dependencies minor 53.1.0 -> 53.2.0
flume dependencies patch 0.11.0 -> 0.11.1
proc-macro2 dependencies patch 1.0.87 -> 1.0.89
pyo3 workspace.dependencies patch 0.22.4 -> 0.22.5
regex dependencies patch 1.11.0 -> 1.11.1
serde (source) dependencies patch 1.0.210 -> 1.0.214
thiserror dependencies patch 1.0.64 -> 1.0.66
tokio (source) dependencies minor 1.40.0 -> 1.41.0
tokio (source) dev-dependencies minor 1.40.0 -> 1.41.0
uuid dependencies minor 1.10.0 -> 1.11.0
uuid dev-dependencies minor 1.10.0 -> 1.11.0

Release Notes

dtolnay/anyhow (anyhow)

v1.0.91

Compare Source

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#​388)

v1.0.90

Compare Source

  • Documentation improvements
apache/arrow-rs (arrow)

v53.2.0

Compare Source

Full Changelog

Implemented enhancements:

  • Implement arrow_json encoder for Decimal128 & Decimal256 DataTypes #​6605 [arrow]
  • Support DataType::FixedSizeList in make_builder within struct_builder.rs #​6594 [arrow]
  • Support DataType::Dictionary in make_builder within struct_builder.rs #​6589 [arrow]
  • Interval parsing from string - accept "mon" and "mons" token #​6548 [arrow]
  • AsyncArrowWriter API to get the total size of a written parquet file #​6530 [parquet]
  • append_many for Dictionary builders #​6529 [arrow]
  • Missing tonic GRPC_STATUS with tonic 0.12.1 #​6515 [arrow] [arrow-flight]
  • Add example of how to use parquet metadata reader APIs for a local cache #​6504 [parquet]
  • Remove reliance on raw-entry feature of Hashbrown #​6498 [parquet] [arrow] [arrow-flight]
  • Improve page index metadata loading in SerializedFileReader::new_with_options #​6491 [parquet]
  • Release arrow-rs / parquet minor version 53.1.0 (October 2024) #​6340 [arrow]

Fixed bugs:

Documentation updates:

Closed issues:

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

zesterer/flume (flume)

v0.11.1

Added
  • SendSink::sender
  • SendFut, SendSink, RecvFut, RecvStream, WeakSender, Iter, TryIter, and IntoIter now implement Debug
  • Docs now show required features
Removed
Changed
  • WeakSender is now Clone
  • spin feature no longer uses std::thread::sleep for locking except on Unix-like operating systems and Windows
  • Flume is now in casual maintenance mode.
Fixed
dtolnay/proc-macro2 (proc-macro2)

v1.0.89

Compare Source

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#​474)

v1.0.88

Compare Source

  • Return accurate line and column from Span::start and Span::end inside proc macros on nightly (#​472)
pyo3/pyo3 (pyo3)

v0.22.5

Compare Source

Fixed
  • Fix regression in 0.22.4 of naming collision in __clear__ slot and clear method generated code. #​4619
rust-lang/regex (regex)

v1.11.1

Compare Source

===================
This is a new patch release of regex that fixes compilation on nightly
Rust when the unstable pattern crate feature is enabled. Users on nightly
Rust without this feature enabled are unaffected.

Bug fixes:

  • BUG #​1231:
    Fix the Pattern trait implementation as a result of nightly API breakage.
serde-rs/serde (serde)

v1.0.214

Compare Source

  • Implement IntoDeserializer for all Deserializers in serde::de::value module (#​2568, thanks @​Mingun)

v1.0.213

Compare Source

  • Fix support for macro-generated with attributes inside a newtype struct (#​2847)

v1.0.212

Compare Source

  • Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (#​2845)

v1.0.211

Compare Source

  • Improve error reporting about mismatched signature in with and default attributes (#​2558, thanks @​Mingun)
  • Show variant aliases in error message when variant deserialization fails (#​2566, thanks @​Mingun)
  • Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (#​2821)
dtolnay/thiserror (thiserror)

v1.0.66

Compare Source

  • Improve compile error on malformed format attribute (#​327)

v1.0.65

Compare Source

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#​325)
tokio-rs/tokio (tokio)

v1.41.0: Tokio v1.41.0

Compare Source

1.41.0 (Oct 22th, 2024)
Added
Added (unstable)
  • metrics: add H2 Histogram option to improve histogram granularity (#​6897)
  • metrics: rename some histogram apis (#​6924)
  • runtime: add LocalRuntime (#​6808)
Changed
  • runtime: box futures larger than 16k on release mode (#​6826)
  • sync: add #[must_use] to Notified (#​6828)
  • sync: make watch cooperative (#​6846)
  • sync: make broadcast::Receiver cooperative (#​6870)
  • task: add task size to tracing instrumentation (#​6881)
  • wasm: enable cfg_fs for wasi target (#​6822)
Fixed
  • net: fix regression of abstract socket path in unix socket (#​6838)
Documented
  • io: recommend OwnedFd with AsyncFd (#​6821)
  • io: document cancel safety of AsyncFd methods (#​6890)
  • macros: render more comprehensible documentation for join and try_join (#​6814, #​6841)
  • net: fix swapped examples for TcpSocket::set_nodelay and TcpSocket::nodelay (#​6840)
  • sync: document runtime compatibility (#​6833)
uuid-rs/uuid (uuid)

v1.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.10.0...1.11.0


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.

@renovate renovate bot force-pushed the renovate/dependencies branch 6 times, most recently from c9ee766 to ce0faa8 Compare October 24, 2024 21:21
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 5e3e5ee to ac0afb9 Compare October 30, 2024 08:40
@renovate renovate bot force-pushed the renovate/dependencies branch from ac0afb9 to 59802d3 Compare November 1, 2024 01:15
@haixuanTao haixuanTao merged commit 20c6328 into main Nov 1, 2024
40 checks passed
@haixuanTao haixuanTao deleted the renovate/dependencies branch November 1, 2024 03:53
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.

2 participants