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

chore(deps): update crates #5425

Merged
merged 3 commits into from
Jan 24, 2024
Merged

chore(deps): update crates #5425

merged 3 commits into from
Jan 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.71 -> 1.0.79
argh dependencies patch 0.1.10 -> 0.1.12
async-recursion workspace.dependencies patch 1.0.4 -> 1.0.5
async-scoped workspace.dependencies minor 0.7.1 -> 0.8.0
async-trait workspace.dependencies patch 0.1.71 -> 0.1.77
colored workspace.dependencies minor 2.0.4 -> 2.1.0
console dependencies patch 0.15.7 -> 0.15.8
criterion (source) dev-dependencies minor 0.3.6 -> 0.5.1
dashmap workspace.dependencies patch 5.5.0 -> 5.5.3
data-encoding dependencies minor 2.4.0 -> 2.5.0
derive_builder workspace.dependencies minor 0.11.2 -> 0.13.0
dyn-clone dependencies patch 1.0.11 -> 1.0.16
futures (source) workspace.dependencies patch 0.3.28 -> 0.3.30
futures-util (source) workspace.dependencies patch 0.3.28 -> 0.3.30
handlebars dependencies minor 4.3.7 -> 4.5.0
hashlink workspace.dependencies minor 0.8.3 -> 0.9.0
indicatif dependencies patch 0.17.5 -> 0.17.7
insta (source) workspace.dependencies minor 1.30.0 -> 1.34.0
itertools workspace.dependencies minor 0.10.5 -> 0.12.0
jsonc-parser dependencies minor 0.22.1 -> 0.23.0
napi workspace.dependencies minor =2.13.3 -> =2.14.4
napi-build workspace.dependencies minor =2.0.1 -> =2.1.0
napi-derive workspace.dependencies minor =2.13.0 -> =2.14.6
napi-sys workspace.dependencies minor =2.2.3 -> =2.3.0
once_cell workspace.dependencies patch 1.18.0 -> 1.19.0
oxc_resolver dependencies patch 1.2.1 -> 1.2.2
petgraph dependencies patch 0.6.3 -> 0.6.4
preset_env_base workspace.dependencies patch 0.4.6 -> 0.4.10
proc-macro2 workspace.dependencies patch 1.0.76 -> 1.0.78
rayon workspace.dependencies minor 1.7.0 -> 1.8.1
regex workspace.dependencies minor 1.9.1 -> 1.10.3
regex-syntax (source) dependencies minor 0.7.4 -> 0.8.2
regress dependencies minor 0.6.0 -> 0.7.1
rkyv workspace.dependencies patch 0.7.42 -> 0.7.43
ropey dependencies patch 1.6.0 -> 1.6.1
schemars (source) workspace.dependencies patch 0.8.12 -> 0.8.16
serde_json workspace.dependencies patch 1.0.100 -> 1.0.111
sha2 dependencies patch 0.10.7 -> 0.10.8
similar workspace.dependencies minor 2.2.1 -> 2.4.0
similar-asserts dev-dependencies minor 1.4.2 -> 1.5.0
testing_macros workspace.dependencies patch 0.2.11 -> 0.2.12
tokio (source) workspace.dependencies minor 1.29.1 -> 1.35.1
unicode-width dependencies patch 0.1.10 -> 0.1.11
url workspace.dependencies minor 2.4.0 -> 2.5.0
urlencoding (source) workspace.dependencies patch 2.1.2 -> 2.1.3
wasmparser (source) dependencies minor 0.102.0 -> 0.119.0
xxhash-rust workspace.dependencies patch 0.8.6 -> 0.8.8

Release Notes

dtolnay/anyhow (anyhow)

v1.0.79

Compare Source

  • Work around improperly cached build script result by sccache (#​340)

v1.0.78

Compare Source

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#​337)

v1.0.77

Compare Source

v1.0.76

Compare Source

  • Opt in to unsafe_op_in_unsafe_fn lint (#​329)
google/argh (argh)

v0.1.12

Compare Source

v0.1.11

Compare Source

dcchut/async-recursion (async-recursion)

v1.0.5

Compare Source

What's Changed

Full Changelog: dcchut/async-recursion@v1.0.4...v1.0.5

rmanoka/async-scoped (async-scoped)

v0.8.0

Compare Source

dtolnay/async-trait (async-trait)

v0.1.76

Compare Source

  • Documentation improvements

v0.1.75

Compare Source

  • Documentation improvements

v0.1.74

Compare Source

  • Documentation improvements

v0.1.73

Compare Source

  • Prevent generated code from triggering ignored_unit_patterns pedantic clippy lint

v0.1.72

Compare Source

  • Documentation improvements
mackwic/colored (colored)

v2.1.0

Compare Source

console-rs/console (console)

v0.15.8

Compare Source

Enhancements
  • Added wasm32-unknown-emscripten target. (#​179)
  • read_line_initial_text now retains the initial prefix. (#​190)
  • Reading raw input now traps Ctrl+C. (#​189)
Bugfixes
  • Properly use configured output of Term to get terminal size (#​186)
  • Aligned read_line and read_line_initial_text's behavior. (#​181)
  • Fixed soundness issue in msys_tty_on. (#​183)
bheisler/criterion.rs (criterion)

v0.5.1

Compare Source

Fixed
  • Quick mode (--quick) no longer crashes with measured times over 5 seconds when --noplot is not active

v0.5.0

Compare Source

Changed
  • Replaced lazy_static dependency with once_cell
  • Improved documentation of the html_reports feature
  • Replaced atty dependency with is-terminal
  • MSRV bumped to 1.64
  • Upgraded clap dependency to v4
  • Upgraded tempfile dependency to v3.5.0
Fixed
  • Quick mode (--quick) no longer outputs 1ms for measured times over 5 seconds
  • Documentation updates

v0.4.0

Compare Source

Removed
  • The Criterion::can_plot function has been removed.
  • The Criterion::bench_function_over_inputs function has been removed.
  • The Criterion::bench_functions function has been removed.
  • The Criterion::bench function has been removed.
Changed
  • HTML report hidden behind non-default feature flag: 'html_reports'
  • Standalone support (ie without cargo-criterion) feature flag: 'cargo_bench_support'
  • MSRV bumped to 1.57
  • rayon and plotters are optional (and default) dependencies.
  • Status messages ('warming up', 'analyzing', etc) are printed to stderr, benchmark results are printed to stdout.
  • Accept subsecond durations for --warm-up-time, --measurement-time and --profile-time.
  • Replaced serde_cbor with ciborium because the former is no longer maintained.
  • Upgrade clap to v3 and regex to v1.5.
Added
  • A --discard-baseline flag for discarding rather than saving benchmark results.
  • Formal support for benchmarking code compiled to web-assembly.
  • A --quiet flag for printing just a single line per benchmark.
  • A Throughput::BytesDecimal option for measuring throughput in bytes but printing them using
    decimal units like kilobytes instead of binary units like kibibytes.
Fixed
  • When using bench_with_input, the input parameter will now be passed through black_box before
    passing it to the benchmark.
ia0/data-encoding (data-encoding)

v2.5.0

Compare Source

colin-kiegel/rust-derive-builder (derive_builder)

v0.13.0

Compare Source

  • Bump MSRV to 1.56.0
  • Add build_fn(error(validation_error = <bool>)) to disable generation of ValidationError within the builder's error so that alloc::string is avoided.
  • Add feature alloc for controlling linking of alloc crate during no_std. This way users can use no_std without providing a global_allocator.
  • Make try-setters inherit strip_option from setter for try_setter. Using these settings together previously caused a compile error #​284

v0.12.0

Compare Source

  • Produce error when default is used with field(type = "...") rather than silently ignoring default #​269
  • Add support for crate = "..." to support re-export scenarios #​274
dtolnay/dyn-clone (dyn-clone)

v1.0.16

Compare Source

  • Documentation improvements

v1.0.15

Compare Source

  • Documentation improvements

v1.0.14

Compare Source

  • Documentation improvements

v1.0.13

Compare Source

v1.0.12

Compare Source

  • Documentation improvements
rust-lang/futures-rs (futures)

v0.3.30

Compare Source

  • Add {BiLock,SplitStream,SplitSink,ReadHalf,WriteHalf}::is_pair_of (#​2797)
  • Fix panic in FuturesUnordered::clear (#​2809)
  • Fix panic in AsyncBufReadExt::fill_buf (#​2801, #​2812)
  • Improve support for targets without atomic CAS (#​2811)
  • Remove build scripts (#​2811)

v0.3.29

Compare Source

  • Add TryStreamExt::try_ready_chunks (#​2757)
  • Add TryStreamExt::{try_all,try_any} (#​2783)
  • Add UnboundedSender::{len,is_empty} (#​2750)
  • Fix Sync impl of FuturesUnordered (#​2788)
  • Fix infinite loop caused by invalid UTF-8 bytes (#​2785)
  • Fix build error with -Z minimal-versions (#​2761)
sunng87/handlebars-rust (handlebars)

v4.5.0

Compare Source

v4.4.0

Compare Source

kyren/hashlink (hashlink)

v0.9.0

Compare Source

  • API incompatible change: Don't panic in reserve and try_reserve in cases
    where a rehash is needed. Previously would panic, adds the proper bounds on
    reserve methods to do a rehash (previously bounds were missing, and reserve
    would result in panics). (Thank you @​cuviper)

v0.8.4

  • Now builds with #![no_std].
console-rs/indicatif (indicatif)

v0.17.7

Compare Source

v0.17.6

Compare Source

mitsuhiko/insta (insta)

v1.34.0

Compare Source

  • Snapshots are now sorted in the UI on review. (#​413)
  • Re-organized repository to move cargo-insta into a workspace. (#​410)
  • Fixed handling of --manifest-path with regards to virtual workspaces. (#​409)

v1.33.0

Compare Source

  • Added --all-targets parameter support to cargo insta test. (#​408)

v1.32.0

Compare Source

  • Added --profile parameter support to cargo insta test.
rust-itertools/itertools (itertools)

v0.12.0

Compare Source

Breaking
  • Made take_while_inclusive consume iterator by value (#​709)
  • Added Clone bound to Unique (#​777)
Added
  • Added Itertools::try_len (#​723)
  • Added free function sort_unstable (#​796)
  • Added GroupMap::fold_with (#​778, #​785)
  • Added PeekNth::{peek_mut, peek_nth_mut} (#​716)
  • Added PeekNth::{next_if, next_if_eq} (#​734)
  • Added conversion into (Option<A>,Option<B>) to EitherOrBoth (#​713)
  • Added conversion from Either<A, B> to EitherOrBoth<A, B> (#​715)
  • Implemented ExactSizeIterator for Tuples (#​761)
  • Implemented ExactSizeIterator for (Circular)TupleWindows (#​752)
  • Made EitherOrBoth<T> a shorthand for EitherOrBoth<T, T> (#​719)
Changed
  • Added missing #[must_use] annotations on iterator adaptors (#​794)
  • Made Combinations lazy (#​795)
  • Made Intersperse(With) lazy (#​797)
  • Made Permutations lazy (#​793)
  • Made Product lazy (#​800)
  • Made TupleWindows lazy (#​602)
  • Specialized Combinations::{count, size_hint} (#​729)
  • Specialized CombinationsWithReplacement::{count, size_hint} (#​737)
  • Specialized Powerset::fold (#​765)
  • Specialized Powerset::count (#​735)
  • Specialized TupleCombinations::{count, size_hint} (#​763)
  • Specialized TupleCombinations::fold (#​775)
  • Specialized WhileSome::fold (#​780)
  • Specialized WithPosition::fold (#​772)
  • Specialized ZipLongest::fold (#​774)
  • Changed {min, max}_set* operations require alloc feature, instead of std (#​760)
  • Improved documentation of tree_fold1 (#​787)
  • Improved documentation of permutations (#​724)
  • Fixed typo in documentation of multiunzip (#​770)
Notable Internal Changes

v0.11.0

Compare Source

Breaking
  • Make Itertools::merge_join_by also accept functions returning bool (#​704)
  • Implement PeekingNext transitively over mutable references (#​643)
  • Change with_position to yield (Position, Item) instead of Position<Item> (#​699)
Added
  • Add Itertools::take_while_inclusive (#​616)
  • Implement PeekingNext for PeekingTakeWhile (#​644)
  • Add EitherOrBoth::{just_left, just_right, into_left, into_right, as_deref, as_deref_mut, left_or_insert, right_or_insert, left_or_insert_with, right_or_insert_with, insert_left, insert_right, insert_both} (#​629)
  • Implement Clone for CircularTupleWindows (#​686)
  • Implement Clone for Chunks (#​683)
  • Add Itertools::process_results (#​680)
Changed
  • Use Cell instead of RefCell in Format and FormatWith (#​608)
  • CI tweaks (#​674, #​675)
  • Document and test the difference between stable and unstable sorts (#​653)
  • Fix documentation error on Itertools::max_set_by_key (#​692)
  • Move MSRV metadata to Cargo.toml (#​672)
  • Implement equal with Iterator::eq (#​591)
dprint/jsonc-parser (jsonc-parser)

v0.23.0

Compare Source

napi-rs/napi-rs (napi)

v2.14.4

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.14.4

v2.14.3

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@&#8203;napi-rs/cli](https://togithub.com/napi-rs/cli)[@&#8203;3](https://togithub.com/3)[email protected]

v2.14.2

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.14.2

v2.14.1

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.14.1

v2.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.14.0

petgraph/petgraph (petgraph)

v0.6.4

Compare Source

==========================

  • Update indexmap to 2.0.0 (#568_)
  • Fix typos (#544_)

.. _#544: https://github.com/petgraph/petgraph/pull/544
.. _#568: https://github.com/petgraph/petgraph/pull/568

dtolnay/proc-macro2 (proc-macro2)

v1.0.78

Compare Source

v1.0.77

Compare Source

rayon-rs/rayon (rayon)

v1.8.1

Compare Source

  • The new "web_spin_lock" crate feature makes mutexes spin on the main
    browser thread in WebAssembly, rather than suffer an error about forbidden
    atomics.wait if they were to block in that context. Thanks @​RReverser!

v1.8.0

Compare Source

  • The minimum supported rustc is now 1.63.
  • Added ThreadPoolBuilder::use_current_thread to use the builder thread as
    part of the new thread pool. That thread does not run the pool's main loop,
    but it may participate in work-stealing if it yields to rayon in some way.
  • Implemented FromParallelIterator<T> for Box<[T]>, Rc<[T]>, and
    Arc<[T]>, as well as FromParallelIterator<Box<str>> and
    ParallelExtend<Box<str>> for String.
  • ThreadPoolBuilder::build_scoped now uses std::thread::scope.
  • The default number of threads is now determined using
    std::thread::available_parallelism instead of the num_cpus crate.
  • The internal logging facility has been removed, reducing bloat for all users.
  • Many smaller performance tweaks and documentation updates.
rust-lang/regex (regex)

v1.10.3

Compare Source

===================
This is a new patch release that fixes the feature configuration of optional
dependencies, and fixes an unsound use of bounds check elision.

Bug fixes:

  • BUG #​1147:
    Set default-features=false for the memchr and aho-corasick dependencies.
  • BUG #​1154:
    Fix unsound bounds check elision.

v1.10.2

Compare Source

===================
This is a new patch release that fixes a search regression where incorrect
matches could be reported.

Bug fixes:

  • BUG #​1110:
    Revert broadening of reverse suffix literal optimization introduced in 1.10.1.

v1.10.1

Compare Source

===================
This is a new patch release with a minor increase in the number of valid
patterns and a broadening of some literal optimizations.

New features:

  • FEATURE 04f5d7be:
    Loosen ASCII-compatible rules such that regexes like (?-u:☃) are now allowed.

Performance improvements:

  • PERF 8a8d599f:
    Broader the reverse suffix optimization to apply in more cases.

v1.10.0

Compare Source

===================
This is a new minor release of regex that adds support for start and end
word boundary assertions. That is, \< and \>. The minimum supported Rust
version has also been raised to 1.65, which was released about one year ago.

The new word boundary assertions are:

  • \< or \b{start}: a Unicode start-of-word boundary (\W|\A on the left,
    \w on the right).
  • \> or \b{end}: a Unicode end-of-word boundary (\w on the left, \W|\z
    on the right)).
  • \b{start-half}: half of a Unicode start-of-word boundary (\W|\A on the
    left).
  • \b{end-half}: half of a Unicode end-of-word boundary (\W|\z on the
    right).

The \< and \> are GNU extensions to POSIX regexes. They have been added
to the regex crate because they enjoy somewhat broad support in other regex
engines as well (for example, vim). The \b{start} and \b{end} assertions
are aliases for \< and \>, respectively.

The \b{start-half} and \b{end-half} assertions are not found in any
other regex engine (although regex engines with general look-around support
can certainly express them). They were added principally to support the
implementation of word matching in grep programs, where one generally wants to
be a bit more flexible in what is considered a word boundary.

New features:

Performance improvements:

  • PERF #​1051:
    Unicode character class operations have been optimized in regex-syntax.
  • PERF #​1090:
    Make patterns containing lots of literal characters use less memory.

Bug fixes:

  • BUG #​1046:
    Fix a bug that could result in incorrect match spans when using a Unicode word
    boundary and searching non-ASCII strings.
  • BUG(regex-syntax) #​1047:
    Fix panics that can occur in Ast->Hir translation (not reachable from regex
    crate).
  • BUG(regex-syntax) #​1088:
    Remove guarantees in the API that connect the u flag with a specific HIR
    representation.

regex-automata breaking change release:

This release includes a regex-automata 0.4.0 breaking change release, which
was necessary in order to support the new word boundary assertions. For
example, the Look enum has new variants and the LookSet type now uses u32
instead of u16 to represent a bitset of look-around assertions. These are
overall very minor changes, and most users of regex-automata should be able
to move to 0.4 from 0.3 without any changes at all.

regex-syntax breaking change release:

This release also includes a regex-syntax 0.8.0 breaking change release,
which, like regex-automata, was necessary in order to support the new word
boundary assertions. This release also includes some changes to the Ast
type to reduce heap usage in some cases. If you are using the Ast type
directly, your code may require some minor modifications. Otherwise, users of
regex-syntax 0.7 should be able to migrate to 0.8 without any code changes.

regex-lite release:

The regex-lite 0.1.1 release contains support for the new word boundary
assertions. There are no breaking changes.

v1.9.6

Compare Source

==================
This is a patch release that fixes a panic that can occur when the default
regex size limit is increased to a large number.

  • BUG aa4e4c71:
    Fix a bug where computing the maximum haystack length for the bounded
    backtracker could result underflow and thus provoke a panic later in a search
    due to a broken invariant.

v1.9.5

Compare Source

==================
This is a patch release that hopefully mostly fixes a performance bug that
occurs when sharing a regex across multiple threads.

Issue #​934
explains this in more detail. It is also noted in the crate
documentation
.
The bug can appear when sharing a regex across multiple threads simultaneously,
as might be the case when using a regex from a OnceLock, lazy_static or
similar primitive. Usually high contention only results when using many threads
to execute searches on small haystacks.

One can avoid the contention problem entirely through one of two methods.
The first is to use lower level APIs from regex-automata that require passing
state explicitly, such as meta::Regex::search_with.
The second is to clone a regex and send it to other threads explicitly. This
will not use any additional memory usage compared to sharing the regex. The
only downside of this approach is that it may be less convenient, for example,
it won't work with things like OnceLock or lazy_static or once_cell.

With that said, as of this release, the contention performance problems have
been greatly reduced. This was achieved by changing the free-list so that it
was sharded across threads, and that ensuring each sharded mutex occupies a
single cache line to mitigate false sharing. So while contention may still
impact performance in some cases, it should be a lot better now.

Because of the changes to how the free-list works, please report any issues you
find with this release. That not only includes search time regressions but also
significant regressions in memory usage. Reporting improvements is also welcome
as well! If possible, provide a reproduction.

Bug fixes:

  • BUG #​934:
    Fix a performance bug where high contention on a single regex led to massive
    slow downs.

v1.9.4

Compare Source

==================
This is a patch release that fixes a bug where RegexSet::is_match(..) could
incorrectly return false (even when RegexSet::matches(..).matched_any()
returns true).

Bug fixes:

  • BUG #​1070:
    Fix a bug where a prefilter was incorrectly configured for a RegexSet.

v1.9.3

Compare Source

==================
This is a patch release that fixes a bug where some searches could result in
incorrect match offsets being reported. It is difficult to characterize the
types of regexes susceptible to this bug. They generally involve patterns
that contain no prefix or suffix literals, but have an inner literal along with
a regex prefix that can conditionally match.

Bug fixes:

  • BUG #​1060:
    Fix a bug with the reverse inner literal optimization reporting incorrect match
    offsets.

v1.9.2

Compare Source

==================
This is a patch release that fixes another memory usage regression. This
particular regression occurred only when using a RegexSet. In some cases,
much more heap memory (by one or two orders of magnitude) was allocated than in
versions prior to 1.9.0.

Bug fixes:

  • BUG #​1059:
    Fix a memory usage regression when using a RegexSet.
rust-lang/regex (regex-syntax)

v0.8.2

Compare Source

v0.8.1

Compare Source

v0.8.0

Compare Source

v0.7.5

Compare Source

ridiculousfish/regress (regress)

v0.7.1

Compare Source

v0.7.0

Compare Source

Version 0.7.0 of regress, REGex in Rust with EmcaScript Syntax.

rkyv/rkyv (rkyv)

v0.7.43: 0.7.43

Compare Source

This bugfix release closes a number of issues:

  • Fix documentation typo (#​433)
  • Add a with_capacity constructor for SharedSerializeMap, SharedDeserializeMap, DefaultValidator, and SharedValidator (#​432)
  • Fix tinyvec/alloc feature cfg and docs (#​428)
  • Use the Entry API to avoid double hash lookups (#​426)
  • Preallocate HashMap/HashSet data on deserialize (#​427)
  • Fix documentation typo (#​422)
  • Add support for VecDeque (#​414)
  • Add smol_str support (#​411)
  • Add some ergonomic APIs to Option and Result (#​413)
  • Add tokio Bytes suport (#​408)

Thanks to everyone who helped contribute to this release: @​gz, @​monoid, @​b8591340, @​alvra, @​blp, @​al8n, @​cholcombe973, and @​FallingSnow.

cessen/ropey (ropey)

v1.6.1

Compare Source

  • Fixed test code that was incorrect on some platforms / with some configurations.
  • Minor documentation improvements.
GREsau/schemars (schemars)

v0.8.16

Compare Source

Fixed:
  • Reduce size of MIR output (and improve release-mode compile time) when deriving JsonSchema

v0.8.15

Compare Source

Added:

v0.8.14

Compare Source

Added:
Changed:
Fixed:

v0.8.13

Compare Source

Added:

Configuration

📅 Schedule: Branch creation - "on wednesday" (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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from a team January 23, 2024 08:41
@renovate renovate bot force-pushed the renovate/crates branch 6 times, most recently from 6228c6e to 300cf13 Compare January 24, 2024 11:57
Copy link
Contributor Author

renovate bot commented Jan 24, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@Boshen Boshen merged commit 145b938 into main Jan 24, 2024
17 checks passed
@Boshen Boshen deleted the renovate/crates branch January 24, 2024 13:31
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