Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2025

This PR contains the following updates:

Package Type Update Change
actions/cache action minor v4.2.0 -> v4.3.0
actions/upload-artifact action patch v4.6.0 -> v4.6.2
anyhow dependencies patch 1.0.99 -> 1.0.100
chrono dependencies patch 0.4.41 -> 0.4.42
clap dependencies patch 4.5.46 -> 4.5.50
codecov/codecov-action action minor v5.1.2 -> v5.5.1
crossterm dependencies minor 0.28.1 -> 0.29.0
deku dependencies minor 0.18.1 -> 0.20.0
evalexpr dependencies patch 12.0.2 -> 12.0.3
insta (source) dev-dependencies patch 1.43.1 -> 1.43.2
libc dev-dependencies patch 0.2.175 -> 0.2.177
log dependencies patch 0.4.27 -> 0.4.28
regex dependencies minor 1.11.2 -> 1.12.2
tui-input dependencies minor 0.11.0 -> 0.14.0

Release Notes

actions/cache (actions/cache)

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.3.0

v4.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.2.4

v4.2.3

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.2.2...v4.2.3

v4.2.2

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

Full Changelog: actions/cache@v4.2.1...v4.2.2

v4.2.1

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

New Contributors

Full Changelog: actions/cache@v4.2.0...v4.2.1

actions/upload-artifact (actions/upload-artifact)

v4.6.2

Compare Source

What's Changed

  • Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @​salmanmkc in #​685

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

v4.6.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

dtolnay/anyhow (anyhow)

v1.0.100

Compare Source

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#​426)
chronotope/chrono (chrono)

v0.4.42: 0.4.42

Compare Source

What's Changed

clap-rs/clap (clap)

v4.5.50

Compare Source

Features
  • Accept Cow where String and &str are accepted

v4.5.49

Compare Source

Fixes
  • (help) Correctly wrap when ANSI escape codes are present

v4.5.48

Compare Source

[4.5.48] - 2025-09-19

Documentation
  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry

v4.5.47

Compare Source

[4.5.47] - 2025-09-02

Features
  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible
Fixes
  • (derive) Update runtime error text to match clap
codecov/codecov-action (codecov/codecov-action)

v5.5.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2

v5.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1

v5.4.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0

v5.3.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.0..v5.3.1

v5.3.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.2.0..v5.3.0

v5.2.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.2..v5.2.0

sharksforarms/deku (deku)

v0.20.0

Compare Source

Fixed
  • remove unsafe slice MaybeUninit::uninit().assume_init() (#​601)
Other
  • update deps (#​612)
  • Fix #​571: Add more documentation about ctx in the first example (#​574)
  • introduce release-plz
  • Fix reading little endian fields in LSB order when not aligned to byte boundaries (#​604)
  • Ensure bits fit in container (#​598)
  • Fix big endian bit_order lsb writing (#​597)
  • Improve error message for id_type and missing repr (#​596)
  • Fix bit order padding logic in Writer::finalize and update tests (#​595)
  • Expose alloc as a selectable feature (#​582)
  • Removed duplicate bits entry from the 'List of attributes' section of attributes docs (#​588)
  • Fix DekuRead for #[repr(...)] enums constructed using id via ctx and whose variants assign discriminant values (#​577)
  • Change arc/cow/cstring requirements from std to alloc (#​579)
  • deku_read: Use checked slice for remaining data (#​581)
  • Implements From for no_std_io::io::Error in no_std context (#​578)
  • Warnings and clippy fixes (#​575)
  • hashset: tests: Handle arbitrary iteration order of HashSet (#​573)
  • add map attribute to list (#​570)
  • Return empty vec for read_to_end ZST (#​566)
  • Bugfix/signed values in bitfields (#​565)
  • Fix writer dropping count of bytes written for unaligned writes (#​561)
  • Fix CString byte length reading (#​563)

v0.19.1

Compare Source

v0.19.0

Compare Source

ISibboI/evalexpr (evalexpr)

v12.0.3

Fixed
  • Add serde support to DefaultNumericTypes (#​185)
Contributors

My warmhearted thanks goes to:

mitsuhiko/insta (insta)

v1.43.2

Compare Source

  • Fix panics when cargo metadata fails to execute or parse (e.g., when cargo is not in PATH or returns invalid output). Now falls back to using the manifest directory as the workspace root. #​798 (@​adriangb)
  • Fix clippy uninlined_format_args lint warnings. #​801
  • Changed diff line numbers to 1-based indexing. #​799
  • Preserve snapshot names with INSTA_GLOB_FILTER. #​786
  • Bumped libc crate to 0.2.174, fixing building on musl targets, and increasing the MSRV of
    insta to 1.64.0 (released Sept 2022). #​784
  • Fix clippy 1.88 errors. #​783
  • Fix source path in snapshots for non-child workspaces. #​778
  • Add lifetime to Selector in redaction iterator. #​779
rust-lang/libc (libc)

v0.2.177

Compare Source

Added
  • Apple: Add TIOCGETA, TIOCSETA, TIOCSETAW, TIOCSETAF constants (#​4736)
  • Apple: Add pthread_cond_timedwait_relative_np (#​4719)
  • BSDs: Add _CS_PATH constant (#​4738)
  • Linux-like: Add SIGEMT for mips* and sparc* architectures (#​4730)
  • OpenBSD: Add elf_aux_info (#​4729)
  • Redox: Add more sysconf constants (#​4728)
  • Windows: Add wcsnlen (#​4721)
Changed
  • WASIP2: Invert conditional to include p2 APIs (#​4733)

v0.2.176

Compare Source

Support
  • The default FreeBSD version has been raised from 11 to 12. This matches rustc since 1.78. (#​2406)
  • Debug is now always implemented, rather than being gated behind the extra_traits feature. (#​4624)
Added
  • AIX: Restore some non-POSIX functions guarded by the _KERNEL macro. (#​4607)
  • FreeBSD 14: Add st_fileref to struct stat (#​4642)
  • Haiku: Add the accept4 POSIX call (#​4586)
  • Introduce a wrapper for representing padding (#​4632)
  • Linux: Add EM_RISCV (#​4659)
  • Linux: Add MS_NOSYMFOLLOW (#​4389)
  • Linux: Add backtrace_symbols(_fd) (#​4668)
  • Linux: Add missing SOL_PACKET optnames (#​4669)
  • Musl s390x: Add SYS_mseal (#​4549)
  • NuttX: Add __errno (#​4687)
  • Redox: Add dirfd, VDISABLE, and resource consts (#​4660)
  • Redox: Add more resource.h, fcntl.h constants (#​4666)
  • Redox: Enable strftime and mkostemp[s] (#​4629)
  • Unix, Windows: Add qsort_r (Unix), and qsort(_s) (Windows) (#​4677)
  • Unix: Add dlvsym for Linux-gnu, FreeBSD, and NetBSD (#​4671)
  • Unix: Add sigqueue (#​4620)
Changed
  • FreeBSD 15: Mark kinfo_proc as non-exhaustive (#​4553)
  • FreeBSD: Set the ELF symbol version for readdir_r (#​4694)
  • Linux: Correct the config for whether or not epoll_event is packed (#​4639)
  • Tests: Replace the old ctest with the much more reliable new implementation (#​4655 and many related PRs)
Fixed
  • AIX: Fix the type of the 4th arguement of getgrnam_r ([#​4656](#​4656
  • FreeBSD: Limit P_IDLEPROC to FreeBSD 15 (#​4640)
  • FreeBSD: Limit mcontext_t::mc_tlsbase to FreeBSD 15 (#​4640)
  • FreeBSD: Update gating of mcontext_t.mc_tlsbase (#​4703)
  • Musl s390x: Correct the definition of statfs[64] (#​4549)
  • Musl s390x: Make fpreg_t a union (#​4549)
  • Redox: Fix the types of gid_t and uid_t (#​4689)
  • Redox: Fix the value of MAP_FIXED (#​4684)
Deprecated
  • Apple: Correct the deprecated attribute for iconv (a97a0b53)
  • FreeBSD: Deprecate TIOCMGDTRWAIT and TIOCMSDTRWAIT (#​4685)
Removed
  • FreeBSD: Remove JAIL_{GET,SET}_MASK, _MC_FLAG_MASK (#​4691)
rust-lang/log (log)

v0.4.28

Compare Source

rust-lang/regex (regex)

v1.12.2

Compare Source

===================
This release fixes a cargo doc breakage on nightly when --cfg docsrs is
enabled. This caused documentation to fail to build on docs.rs.

Bug fixes:

  • BUG #​1305:
    Switches the doc_auto_cfg feature to doc_cfg on nightly for docs.rs builds.

v1.12.1

Compare Source

===================
This release makes a bug fix in the new regex::Captures::get_match API
introduced in 1.12.0. There was an oversight with the lifetime parameter
for the Match returned. This is technically a breaking change, but given
that it was caught almost immediately and I've yanked the 1.12.0 release,
I think this is fine.

v1.12.0

Compare Source

===================
This release contains a smattering of bug fixes, a fix for excessive memory
consumption in some cases and a new regex::Captures::get_match API.

Improvements:

  • FEATURE #​1146:
    Add Capture::get_match for returning the overall match without unwrap().

Bug fixes:

  • BUG #​1083:
    Fixes a panic in the lazy DFA (can only occur for especially large regexes).
  • BUG #​1116:
    Fixes a memory usage regression for large regexes (introduced in regex 1.9).
  • BUG #​1195:
    Fix universal start states in sparse DFA.
  • BUG #​1295:
    Fixes a panic when deserializing a corrupted dense DFA.
  • BUG 8f5d9479:
    Make regex_automata::meta::Regex::find consistently return None when
    WhichCaptures::None is used.

v1.11.3

Compare Source

===================
This is a small patch release with an improvement in memory usage in some
cases.

Improvements:

  • BUG #​1297:
    Improve memory usage by trimming excess memory capacity in some spots.
sayanarijit/tui-input (tui-input)

v0.14.0

What's Changed

Author note:
This reverts ratatui dependency back to 0.29 (stable) from 0.30-alpha.
People still have the option to use it with any version of ratatui by using crossterm feature with no default feature.
Use: tui-input = {version = "0.14.0", features = ["crossterm"], default-features = false}
Example: cargo run --example crossterm_input --features crossterm --no-default-features

New Contributors

Full Changelog: sayanarijit/tui-input@v0.12.1...v0.14.0

v0.12.1

Compare Source

What's Changed

Full Changelog: sayanarijit/tui-input@0.12.0...v0.12.1

v0.12.0

Compare Source

What's Changed
  • feat: simplify examples by @​joshka in #​29
  • feat: rewrite ratatui example by @​joshka in #​30
  • Upgrade crossterm and add value_and_reset() by @​sayanarijit in #​33
    • Added Input::value_and_reset() as a convenience over let value = input.value().clone(); input.reset(). Idea by @​jacobat.
    • Upgrade crossterm to 0.29
    • Upgrade ratatui to 0.30,0-alpha.2
  • Upgrade feature flags by @​sayanarijit in #​34
    • You can now use the crossterm crate directly, instead of ratatui::crossterm, by mentioning features = ["crossterm"].
    • Default feature is now ratatui-crossterm.
    • Termion equivalent of these features are the ratatui-termion and termion features.
New Contributors

Full Changelog: sayanarijit/tui-input@v0.11.1...0.12.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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/all-minor-patch branch 2 times, most recently from 9ad7878 to d48720e Compare February 17, 2025 22:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a73bc76 to 417093d Compare February 26, 2025 10:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 417093d to 5eb812c Compare March 2, 2025 01:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c900e8f to 05042f9 Compare March 10, 2025 22:54
@renovate
Copy link
Contributor Author

renovate bot commented Mar 10, 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 Cargo.toml --package [email protected] --precise 0.29.0
    Updating crates.io index
error: failed to select a version for the requirement `crossterm = "^0.28.1"`
candidate versions found which didn't match: 0.29.0
location searched: crates.io index
required by package `ratatui v0.29.0`
    ... which satisfies dependency `ratatui = "^0.29.0"` (locked to 0.29.0) of package `heretek v0.6.0 (/tmp/renovate/repos/github/wcampbell0x2a/heretek)`

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 05042f9 to 9f8d2dd Compare March 19, 2025 19:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 98af80b to 6c515dc Compare April 8, 2025 12:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0b6d809 to 8441eef Compare April 15, 2025 06:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 36806ed to 17d8970 Compare April 25, 2025 22:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 681c532 to 8e387bd Compare April 30, 2025 13:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 163fd57 to a425221 Compare May 13, 2025 11:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from cfc841a to c7ac4b2 Compare May 27, 2025 20:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a2773a5 to 5c9f84a Compare June 12, 2025 11:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5c9f84a to 7457250 Compare June 13, 2025 22:35
@renovate renovate bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Jun 14, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7457250 to 9c846b9 Compare June 17, 2025 22:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4cb257c to d890d79 Compare July 11, 2025 23:58
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Jul 24, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d890d79 to aa96058 Compare July 28, 2025 12:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c75a6d4 to f4655cd Compare August 11, 2025 14:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f4655cd to cc3c34e Compare August 18, 2025 00:55
@renovate renovate bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Aug 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 696e547 to 8df01f4 Compare August 20, 2025 16:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d5165f9 to 022f832 Compare September 2, 2025 02:17
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Sep 2, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5fd296f to 56a961f Compare September 4, 2025 17:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 56a961f to 4e1a6b1 Compare September 24, 2025 18:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e1a6b1 to 33983bc Compare October 15, 2025 22:08
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