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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update dependencies #701

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
anyhow dependencies patch 1.0.91 -> 1.0.95 age adoption passing confidence
arrow workspace.dependencies minor 53.2.0 -> 53.4.0 age adoption passing confidence
arrow-array workspace.dependencies minor 53.2.0 -> 53.4.0 age adoption passing confidence
arrow-data workspace.dependencies minor 53.2.0 -> 53.4.0 age adoption passing confidence
arrow-schema workspace.dependencies minor 53.2.0 -> 53.4.0 age adoption passing confidence
async-trait dependencies patch 0.1.83 -> 0.1.86 age adoption passing confidence
bytemuck dependencies minor 1.20.0 -> 1.21.0 age adoption passing confidence
chrono dependencies patch 0.4.38 -> 0.4.39 age adoption passing confidence
clap dependencies patch 4.5.20 -> 4.5.29 age adoption passing confidence
colored dependencies minor 2.1.0 -> 2.2.0 age adoption passing confidence
cxx (source) dependencies patch 1.0.128 -> 1.0.140 age adoption passing confidence
cxx-build (source) build-dependencies patch 1.0.128 -> 1.0.140 age adoption passing confidence
dora-rs project.dependencies patch 0.3.8 -> 0.3.9 age adoption passing confidence
env_logger dependencies patch 0.11.5 -> 0.11.6 age adoption passing confidence
flume dependencies patch 0.11.0 -> 0.11.1 age adoption passing confidence
futures-concurrency dependencies patch 7.6.1 -> 7.6.3 age adoption passing confidence
futures-lite dependencies minor 2.3.0 -> 2.6.0 age adoption passing confidence
glob dependencies patch 0.3.1 -> 0.3.2 age adoption passing confidence
hyper (source) dependencies patch 0.14.30 -> 0.14.32 age adoption passing confidence
indexmap dependencies minor 2.6.0 -> 2.7.1 age adoption passing confidence
log dependencies patch 0.4.22 -> 0.4.25 age adoption passing confidence
numpy (changelog) project.dependencies minor 1.24.4 -> 1.26.4 age adoption passing confidence
once_cell dependencies patch 1.20.2 -> 1.20.3 age adoption passing confidence
opencv-python project.dependencies minor 4.8.1.78 -> 4.11.0.86 age adoption passing confidence
parquet dependencies minor 53.1.0 -> 53.4.0 age adoption passing confidence
proc-macro2 dependencies patch 1.0.92 -> 1.0.93 age adoption passing confidence
pyo3 workspace.dependencies patch 0.22.5 -> 0.22.6 age adoption passing confidence
quote dependencies patch 1.0.37 -> 1.0.38 age adoption passing confidence
reqwest dependencies patch 0.12.8 -> 0.12.12 age adoption passing confidence
ros2-client (source) dependencies patch 0.7.5 -> 0.7.6 age adoption passing confidence
ruff (source, changelog) dependency-groups patch 0.9.4 -> 0.9.6 age adoption passing confidence
semver dependencies patch 1.0.23 -> 1.0.25 age adoption passing confidence
serde (source) dependencies patch 1.0.214 -> 1.0.217 age adoption passing confidence
serde_json dependencies patch 1.0.128 -> 1.0.138 age adoption passing confidence
tabwriter dependencies patch 1.4.0 -> 1.4.1 age adoption passing confidence
thiserror dependencies patch 1.0.66 -> 1.0.69 age adoption passing confidence
tokio (source) dependencies minor 1.41.0 -> 1.43.0 age adoption passing confidence
tokio (source) dev-dependencies minor 1.41.0 -> 1.43.0 age adoption passing confidence
tokio-stream (source) dependencies patch 0.1.16 -> 0.1.17 age adoption passing confidence
tokio-stream (source) dev-dependencies patch 0.1.16 -> 0.1.17 age adoption passing confidence
torchaudio project.dependencies minor 2.4.0 -> 2.6.0 age adoption passing confidence
torchvision project.dependencies minor 0.19.0 -> 0.21.0 age adoption passing confidence
tracing (source) dependencies patch 0.1.40 -> 0.1.41 age adoption passing confidence
tracing (source) dev-dependencies patch 0.1.40 -> 0.1.41 age adoption passing confidence
tracing-subscriber (source) dependencies patch 0.3.18 -> 0.3.19 age adoption passing confidence
url dependencies patch 2.5.2 -> 2.5.4 age adoption passing confidence
uuid dependencies minor 1.11.0 -> 1.13.1 age adoption passing confidence
uuid dev-dependencies minor 1.11.0 -> 1.13.1 age adoption passing confidence

Release Notes

dtolnay/anyhow (anyhow)

v1.0.95

Compare Source

v1.0.94

Compare Source

  • Documentation improvements

v1.0.93

Compare Source

  • Update dev-dependencies to thiserror v2

v1.0.92

Compare Source

  • Support Rust 1.82's &raw const and &raw mut syntax inside ensure! (#​390)
apache/arrow-rs (arrow)

v53.4.0

Compare Source

Changelog
53.4.0 (2025-01-14)

Full Changelog

Merged pull requests:

  • fix clippy (#​6791) (#​6940)
  • fix: decimal conversion looses value on lower precision (#​6836) (#​6936)
  • perf: Use Cow in get_format_string in FFI_ArrowSchema (#​6853) (#​6937)
  • fix: Encoding of List offsets was incorrect when slice offsets begin …
  • [arrow-cast] Support cast numeric to string view (alternate) (#​6816) (#…
  • Enable matching temporal as from_type to Utf8View (#​6872) (#​6956)
  • [arrow-cast] Support cast boolean from/to string view (#​6822) (#​6957)
  • [53.0.0_maintenance] Fix CI (#​6964)
  • Add Array::shrink_to_fit(&mut self) to 53.4.0 (#​6790) (#​6817) (#​6962)

v53.3.0

Compare Source

Changelog
53.3.0 (2024-11-17)

Full Changelog

Implemented enhancements:

  • PartialEq of GenericByteViewArray (StringViewArray / ByteViewArray) that compares on equality rather than logical value #​6679 [arrow]
  • Need a mechanism to handle schema changes due to dictionary hydration in FlightSQL server implementations #​6672 [arrow] [arrow-flight]
  • Support encoding Utf8View columns to JSON #​6642 [arrow]
  • Implement append_n for BooleanBuilder #​6634 [arrow]
  • Some take optimizations #​6621 [arrow]
  • Error Instead of Panic On Attempting to Write More Than 32769 Row Groups #​6591 [parquet]
  • Make casting from a timestamp without timezone to a timestamp with timezone configurable #​6555
  • Add record_batch! macro for easy record batch creation #​6553 [arrow]
  • Support Binary --> Utf8View casting #​6531 [arrow]
  • downcast_primitive_array and downcast_dictionary_array are not hygienic wrt imports #​6400 [arrow]
  • Implement interleave_record_batch #​6731 [arrow] (waynexia)
  • feat: record_batch! macro #​6588 [arrow] (ByteBaker)

Fixed bugs:

  • Signed decimal e-notation parsing bug #​6728 [arrow]
  • Add support for Utf8View -> numeric in can_cast_types #​6715
  • IPC file writer produces incorrect footer when not preserving dict ID #​6710 [arrow]
  • parquet from_thrift_helper incorrectly checks index #​6693 [parquet]
  • Primitive REPEATED fields not contained in LIST annotated groups aren't read as lists by record reader #​6648 [parquet]
  • DictionaryHandling does not recurse into Map fields #​6644 [arrow] [arrow-flight]
  • Array writer output empty when no record is written #​6613 [arrow]
  • Archery Integration Test with c# failing on main #​6577 [arrow]
  • Potential unsoundness in filter_run_end_array #​6569 [arrow]
  • Parquet reader can generate incorrect validity buffer information for nested structures #​6510 [parquet]
  • arrow-array ffi: FFI_ArrowArray.null_count is always interpreted as unsigned and initialized during conversion from C to Rust. #​6497 [arrow]

Documentation updates:

Performance improvements:

Closed issues:

  • Incorrect like results for pattern starting/ending with % percent and containing escape characters #​6702 [arrow]

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

dtolnay/async-trait (async-trait)

v0.1.86

Compare Source

  • Documentation improvements

v0.1.85

Compare Source

  • Omit Self: 'async_trait bound in impl when not needed by signature (#​284)

v0.1.84

Compare Source

  • Support impl Trait in return type (#​282)
Lokathor/bytemuck (bytemuc

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 5 times, most recently from 090d1f5 to ee7bae5 Compare November 10, 2024 09:26
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 22af10a to 9b77415 Compare November 18, 2024 17:39
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 91507fa to ff61651 Compare November 29, 2024 19:11
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from e8f2389 to d5e5847 Compare December 1, 2024 20:09
@renovate renovate bot changed the title Update dependencies chore(deps): update dependencies Dec 1, 2024
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from ab580ee to 7f2280e Compare December 6, 2024 11:53
@renovate renovate bot changed the title chore(deps): update dependencies Update dependencies Dec 6, 2024
@renovate renovate bot force-pushed the renovate/dependencies branch 5 times, most recently from e0ba4e8 to 394d943 Compare December 15, 2024 15:55
@renovate renovate bot force-pushed the renovate/dependencies branch 6 times, most recently from 4e21165 to ae0edd4 Compare December 20, 2024 21:27
@renovate renovate bot force-pushed the renovate/dependencies branch 5 times, most recently from 0ad061f to 500c27f Compare January 13, 2025 15:05
Copy link
Contributor Author

renovate bot commented Jan 13, 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 libraries/extensions/download/Cargo.toml --package [email protected] --precise 0.12.12
    Updating crates.io index
error: failed to select a version for `tower-layer`.
    ... required by package `tonic v0.11.0`
    ... which satisfies dependency `tonic = "^0.11"` (locked to 0.11.0) of package `opentelemetry-otlp v0.15.0`
    ... which satisfies dependency `opentelemetry-otlp = "^0.15.0"` (locked to 0.15.0) of package `dora-metrics v0.3.9 (/tmp/renovate/repos/github/dora-rs/dora/libraries/extensions/telemetry/metrics)`
    ... which satisfies path dependency `dora-metrics` (locked to 0.3.9) of package `dora-runtime v0.3.9 (/tmp/renovate/repos/github/dora-rs/dora/binaries/runtime)`
    ... which satisfies path dependency `dora-runtime` (locked to 0.3.9) of package `dora-cli v0.3.9 (/tmp/renovate/repos/github/dora-rs/dora/binaries/cli)`
versions that meet the requirements `^0.3` (locked to 0.3.2) are: 0.3.2

all possible versions conflict with previously selected packages.

  previously selected package `tower-layer v0.3.3`
    ... which satisfies dependency `tower-layer = "^0.3.3"` of package `tower v0.5.2`
    ... which satisfies dependency `tower = "^0.5.2"` of package `reqwest v0.12.12`
    ... which satisfies dependency `reqwest = "^0.12.4"` of package `dora-download v0.3.9 (/tmp/renovate/repos/github/dora-rs/dora/libraries/extensions/download)`
    ... which satisfies path dependency `dora-download` (locked to 0.3.9) of package `dora-cli v0.3.9 (/tmp/renovate/repos/github/dora-rs/dora/binaries/cli)`

failed to select a version for `tower-layer` which could resolve this conflict

@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from edeccd3 to 83c410f Compare January 20, 2025 04:30
@renovate renovate bot changed the title Update dependencies chore(deps): update dependencies Jan 20, 2025
@renovate renovate bot force-pushed the renovate/dependencies branch from 83c410f to 1328b2a Compare January 21, 2025 10:33
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from 50ee0e5 to 687ee93 Compare February 4, 2025 02:35
@renovate renovate bot changed the title chore(deps): update dependencies Update dependencies Feb 4, 2025
@renovate renovate bot force-pushed the renovate/dependencies branch 11 times, most recently from 875b21c to bb83679 Compare February 11, 2025 18:54
@renovate renovate bot force-pushed the renovate/dependencies branch from bb83679 to ef6087f Compare February 11, 2025 22:28
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