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.97 age adoption passing confidence
async-trait dependencies patch 0.1.83 -> 0.1.87 age adoption passing confidence
bytemuck dependencies minor 1.21.0 -> 1.22.0 age adoption passing confidence
chrono dependencies patch 0.4.39 -> 0.4.40 age adoption passing confidence
clap dependencies patch 4.5.20 -> 4.5.31 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.143 age adoption passing confidence
cxx-build (source) build-dependencies patch 1.0.128 -> 1.0.143 age adoption passing confidence
dora-rs project.dependencies patch 0.3.9 -> 0.3.10 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.26 age adoption passing confidence
once_cell dependencies patch 1.20.2 -> 1.20.3 age adoption passing confidence
proc-macro2 dependencies patch 1.0.92 -> 1.0.94 age adoption passing confidence
pytest (changelog) dependency-groups patch 8.3.4 -> 8.3.5 age adoption passing confidence
quote dependencies patch 1.0.37 -> 1.0.39 age adoption passing confidence
reqwest dependencies patch 0.12.8 -> 0.12.12 age adoption passing confidence
ruff (source, changelog) dependency-groups patch 0.9.6 -> 0.9.9 age adoption passing confidence
schemars (source) dependencies patch 0.8.21 -> 0.8.22 age adoption passing confidence
semver dependencies patch 1.0.23 -> 1.0.26 age adoption passing confidence
serde (source) dependencies patch 1.0.214 -> 1.0.218 age adoption passing confidence
serde_json dependencies patch 1.0.128 -> 1.0.140 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
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.15.1 age adoption passing confidence
uuid dev-dependencies minor 1.11.0 -> 1.15.1 age adoption passing confidence

Release Notes

dtolnay/anyhow (anyhow)

v1.0.97

Compare Source

  • Documentation improvements

v1.0.96

Compare Source

  • Documentation improvements

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)
dtolnay/async-trait (async-trait)

v0.1.87

Compare Source

  • Documentation improvements

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 (bytemuck)

v1.22.0

Compare Source

chronotope/chrono (chrono)

v0.4.40: 0.4.40

Compare Source

What's Changed

clap-rs/clap (clap)

v4.5.31

Compare Source

Features
  • Add ValueParserFactory for Saturating<T>

v4.5.30

Compare Source

Fixes
  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions

v4.5.29

Compare Source

Fixes
  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)

v4.5.28

Compare Source

Features
  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown

v4.5.27

Compare Source

Documentation
  • Iterate on tutorials and reference based on feedback

v4.5.26

Compare Source

Fixes
  • (error) Reduce binary size with the suggestions feature

v4.5.25

Compare Source

Fixes
  • (help) Reduce binary size

v4.5.24

Compare Source

Fixes
  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument

v4.5.23

Compare Source

Fixes
  • (parser) When check allow_negative_numbers, allow E again

v4.5.22

Compare Source

Fixes
  • (assert) Catch bugs with arguments requiring themself

v4.5.21

Compare Source

Fixes
  • (parser) Ensure defaults are filled in on error with ignore_errors(true)
mackwic/colored (colored)

v2.2.0

Compare Source

  • Updated top-level docs to include a note about ColoredString's role in the Colorize pipeline as well as link to it to suggest learning more about how to manipulate existing ColoredString's.
  • Changes to ColoredString:
    • Expose fields.
    • [DEPRECATION]: Deprecated methods fgcolor, bgcolor, and style due to their obsolescence in the face of the exposing of their represented fields.
    • Add methods for clearing specific elements of fgcolor, bgcolor, and style.
    • Change Default implementation to be via derive as Style now implements Default (see changes to Style below).
    • Add implementation of DerefMut.
    • Updated docs to reflect the above changes as well as generally greatly expand them.
  • Changes to Style:
    • Implemented Default for Style (returns CLEAR). This exposes a method by which users can create plain Style's from scratch.
    • Implemented From<Styles> for Style. This lets users easily create Style's from specific styles.
    • Exposed previously private method add.
    • Created method remove which essentially does the opposite.
    • Added builder-style methods in the vein of Colorize to add stylings (e.g. bold, underline, italic, strikethrough).
    • Implemented bitwise operators BitAnd, BitOr, BitXor, and Not as well as their representative assignment operators. You can also use a Styles as an operand for these.
    • Implemented FromIterator<Styles> for Style.
  • Changes to Styles:
    • Implemented bitwise operators BitAnd, BitOr, BitXor, and Not which all combine Styles's and output Style's. These can also take a Style as an operand.
  • Added additional testing for all of the above changes.
  • Added methods with_style and with_color_and_style to Colorize.
dtolnay/cxx (cxx)

v1.0.143

Compare Source

v1.0.142

Compare Source

v1.0.141

Compare Source

v1.0.140

Compare Source

  • Add rust::String(const char8_t *) and rust::String(const char8_t *, size_t) constructors (#​1437, thanks @​anforowicz)
  • Declare operator+(ptrdiff_t, Slice<T>::iterator) to be noexcept (#​1440)

v1.0.139

Compare Source

v1.0.138

Compare Source

v1.0.137

Compare Source

v1.0.136

Compare Source

v1.0.135

Compare Source

v1.0.134

Compare Source

  • Mark all generated impl blocks with #[automatically_derived] to exclude from required test coverage (#​1412)

v1.0.133

Compare Source

  • Move cxxbridge-cmd from dependencies to build-dependencies (#​1409)

v1.0.132

Compare Source

  • Add a matching version of cxxbridge-cmd into any lockfile that contains cxx, to facilitate non-Cargo builds (#​1408)

v1.0.131

Compare Source

v1.0.130

Compare Source

  • Make #[cxx::bridge] generated code compatible with Rust 2024 edition crates (#​1395)

v1.0.129

Compare Source

  • Fix "expected square brackets" error in modules containing inner attributes (#​1380)
rust-cli/env_logger (env_logger)

v0.11.6

Compare Source

Features
  • Opt-in file and line rendering
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
yoshuawuyts/futures-concurrency (futures-concurrency)

v7.6.3

Compare Source

What's Changed
New Contributors

Full Changelog: yoshuawuyts/futures-concurrency@v7.6.2...v7.6.3

v7.6.2

Compare Source

What's Changed
New Contributors

Full Changelog: yoshuawuyts/futures-concurrency@v7.6.1...v7.6.2

smol-rs/futures-lite (futures-lite)

v2.6.0

Compare Source

  • Add Stream::map_while() combinator. (#​116)
  • Add list of excluded features to crate documentation. (#​112)
  • Update docs for AsyncRead::read_exact (#​121)

v2.5.0

Compare Source

  • Remove Unpin bound from the Lines I/O adapter. (#​113)

v2.4.0

Compare Source

  • Add a "fuse" method that makes it so a Future returns Poll::Pending
    forever after it returns Poll::Pending once. (#​101)
  • Add a "stop_after_future" function that allows for running a Stream until a
    Future completes. (#​103)
  • Make it so Zip/TryZip drop completed futures. (#​106)
rust-lang/glob (glob)

v0.3.2

Compare Source

hyperium/hyper (hyper)

v0.14.32

Compare Source

Features

  • server: add Builder::max_pending_accept_reset_streams(num) option (a24f0c0)

Bug Fixes

  • http1: fix intermittent panic parsing partial headers (0f274ae)

New Contributors

Full Changelog: hyperium/hyper@v0.14.31...v0.14.32

v0.14.31

Compare Source

Bug Fixes

  • http1: improve performance of parsing sequentially partial messages (97b595e)
indexmap-rs/indexmap (indexmap)

v2.7.1

Compare Source

  • Added #[track_caller] to functions that may panic.
  • Improved memory reservation for insert_entry.

v2.7.0

Compare Source

  • Added methods Entry::insert_entry and VacantEntry::insert_entry, returning
    an OccupiedEntry after insertion.
rust-lang/log (log)

v0.4.26

Compare Source

v0.4.25

Compare Source

v0.4.24

Compare Source

v0.4.23

Compare Source

matklad/once_cell (once_cell)

v1.20.3

Compare Source

dtolnay/proc-macro2 (proc-macro2)

v1.0.94

Compare Source

  • Documentation improvements

v1.0.93

Compare Source

pytest-dev/pytest (pytest)

v8.3.5

Compare Source

pytest 8.3.5 (2025-03-02)

Bug fixes

  • #​11777: Fixed issue where sequences were still being shortened even with -vv verbosity.
  • #​12888: Fixed broken input when using Python 3.13+ and a libedit build of Python, such as on macOS or with uv-managed Python binaries from the python-build-standalone project. This could manifest e.g. by a broken prompt when using Pdb, or seeing empty inputs with manual usage of input() and suspended capturing.
  • #​13026: Fixed AttributeError{.interpreted-text role="class"} crash when using --import-mode=importlib when top-level directory same name as another module of the standard library.
  • #​13053: Fixed a regression in pytest 8.3.4 where, when using --import-mode=importlib, a directory containing py file with the same name would cause an ImportError
  • #​13083: Fixed issue where pytest could crash if one of the collected directories got removed during collection.

Improved documentation

  • #​12842: Added dedicated page about using types with pytest.

    See types{.interpreted-text role="ref"} for detailed usage.

Contributor-facing changes

  • #​13112: Fixed selftest failures in test_terminal.py with Pygments >= 2.19.0
  • #​13256: Support for Towncier versions released in 2024 has been re-enabled
    when building Sphinx docs -- by webknjaz{.interpreted-text role="user"}.
dtolnay/quote (quote)

v1.0.39

Compare Source

  • Documentation improvements

v1.0.38

Compare Source

  • Support interpolating arrays inside of arrays using a repetition (#​286)
seanmonstar/reqwest (reqwest)

v0.12.12

Compare Source

  • (wasm) Fix compilation by not compiler tokio/time on WASM.

v0.12.11

Compare Source

  • Fix decompression returning an error when HTTP/2 ends with an empty data frame.

v0.12.10

Compare Source

  • Add ClientBuilder::connector_layer() to allow customizing the connector stack.
  • Add ClientBuilder::http2_max_header_list_size() option.
  • Fix propagating body size hint (content-length) information when wrapping bodies.
  • Fix decompression of chunked bodies so the connections can be reused more often.

v0.12.9

Compare Source

  • Add tls::CertificateRevocationLists support.
  • Add crate features to enable webpki roots without selecting a rustls provider.
  • Fix connection_verbose() to output read logs.
  • Fix multipart::Part::file() to automatically include conte

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 11 times, most recently from 9e86265 to f552ffc Compare February 26, 2025 17:23
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from dbc751f to a30980d Compare February 28, 2025 11:59
@harshitdubey0
Copy link

📌 Dependency Update Review

🔄 Overview

Renovate has detected updates for multiple dependencies across Rust (cargo), Python (pep621), and GitHub Actions.

✅ Review Checklist

🔹 1. Major vs Minor Updates

  • Check if any major version updates introduce breaking changes.
  • Key dependencies to review:
    • Rust: serde, tokio, reqwest, arrow, chrono, async-trait
    • Python: numpy, opencv-python, pyarrow, setuptools

🔹 2. Local Testing

  • For Rust:
    cargo check
    cargo test

@renovate renovate bot force-pushed the renovate/dependencies branch 13 times, most recently from 0c1c760 to 8719273 Compare March 4, 2025 19:33
@renovate renovate bot force-pushed the renovate/dependencies branch from 8719273 to 9d0c5a0 Compare March 4, 2025 20:26
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