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 compatible #940

Merged
merged 1 commit into from
Mar 1, 2024
Merged

chore(deps): update compatible #940

merged 1 commit into from
Mar 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
anstream dependencies patch 0.6.11 -> 0.6.13
anstyle dependencies patch 1.0.5 -> 1.0.6
clap dependencies minor 4.4.18 -> 4.5.1
clap-verbosity-flag dependencies minor 2.1 -> 2.2
divan dev-dependencies patch 0.1.11 -> 0.1.14
indexmap dev-dependencies patch 2.2.2 -> 2.2.5
snapbox (source) dev-dependencies patch 0.5.0 -> 0.5.7
thread_local dependencies patch 1.1.7 -> 1.1.8
toml dependencies patch 0.8.9 -> 0.8.10
unicode-segmentation dependencies minor 1.10.1 -> 1.11.0
winnow dependencies patch 0.6.0 -> 0.6.5

Release Notes

rust-cli/anstyle (anstream)

v0.6.13

Compare Source

v0.6.12

Compare Source

clap-rs/clap (clap)

v4.5.1

Compare Source

Fixes
  • (error) Include suggestion to add -- even if there is a "did you mean" so long as last or trailing_var_arg is used

v4.5.0

Compare Source

Compatibility
  • Update MSRV to 1.74
clap-rs/clap-verbosity-flag (clap-verbosity-flag)

v2.2.0

Compare Source

Compatibility
  • Raised MSRV to 1.73
Features
  • Add is_present() to see if one of the flags is present on the command-line

v2.1.2

Compare Source

Fixes
  • Don't pollute the CLIs help

v2.1.1

Compare Source

Fixes
  • Tried to clarify help output for -v / -q
Documentation
  • Tried to clarify role of LogLevel trait
nvzqz/divan (divan)

v0.1.14

Compare Source

Fixed
  • Set correct field in [Divan::max_time]. (#​45)
Changes
  • Improve [args] documentation by relating it to using [Bencher].

  • Define [BytesCount::of_iter] in terms of [BytesCount::of_many].

v0.1.13

Compare Source

Fixed
  • Missing update to divan-macros dependency.

v0.1.12

Compare Source

Added
  • Display [args] option values with [Debug] instead if [ToString] is not
    implemented.

    This makes it simple to use enums with derived [Debug]:

    #[derive(Debug)]
    enum Arg { A, B }
    
    #[divan::bench(args = [Arg::A, Arg::B])]
    fn bench_args(arg: &Arg) {
        ...
    }
  • Documentation of when to use [black_box] in benchmarks.

indexmap-rs/indexmap (indexmap)

v2.2.5

Compare Source

  • Added optional borsh serialization support.

v2.2.4

Compare Source

  • Added an insert_sorted method on IndexMap, IndexSet, and VacantEntry.
  • Avoid hashing for lookups in single-entry maps.
  • Limit preallocated memory in serde deserializers.

v2.2.3

Compare Source

  • Added move_index and swap_indices methods to IndexedEntry,
    OccupiedEntry, and RawOccupiedEntryMut, functioning like the existing
    methods on IndexMap.
  • Added shift_insert methods on VacantEntry and RawVacantEntryMut, as
    well as shift_insert_hashed_nocheck on the latter, to insert the new entry
    at a particular index.
  • Added shift_insert methods on IndexMap and IndexSet to insert a new
    entry at a particular index, or else move an existing entry there.
assert-rs/trycmd (snapbox)

v0.5.7

Compare Source

v0.5.6

Compare Source

v0.5.5

Compare Source

v0.5.4

Compare Source

v0.5.3

Compare Source

v0.5.2

Compare Source

v0.5.1

Compare Source

Fixes
  • Test case showed a success despite it failing (summary reported it failed)
Amanieu/thread_local-rs (thread_local)

v1.1.8

Compare Source

toml-rs/toml (toml)

v0.8.10

Compare Source

unicode-rs/unicode-segmentation (unicode-segmentation)

v1.11.0

Compare Source

winnow-rs/winnow (winnow)

v0.6.5

Compare Source

Compatibility
  • Deprecated escaped in favor of take_escaped (rename)
Documentation
  • Fix some bugs in concrete signatures
  • Explain what "Partial version" means
  • When discussing the signature, highlight the most relevant trait for input

v0.6.4

Compare Source

Documentation
  • Provide examples of concrete signatures

v0.6.3

Compare Source

Fixes
  • Make take_until("") consistent between simd or not, with or without empty buffer
Documentation
  • Clarify generic and value parameters
  • Cross reference *until and *till parsers
  • (tutorial) Step through parts more slowly

v0.6.2

Compare Source

v0.6.1

Compare Source

Fixes
  • Fix regression where dec_int / dec_uint didn't parse 0

Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 enabled auto-merge (rebase) March 1, 2024 01:43
@renovate renovate bot merged commit 18308de into master Mar 1, 2024
13 of 16 checks passed
@renovate renovate bot deleted the renovate/compatible branch March 1, 2024 01:47
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