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

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

Conversation

renovate-bot
Copy link

@renovate-bot renovate-bot commented Dec 1, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
anstream workspace.dependencies patch 0.6.4 -> 0.6.14
anstyle workspace.dependencies patch 1.0.4 -> 1.0.7
anyhow workspace.dependencies patch 1.0.75 -> 1.0.86
cargo_metadata workspace.dependencies patch 0.18.0 -> 0.18.1
clap workspace.dependencies minor 4.4.6 -> 4.5.4
color-print workspace.dependencies patch 0.3.5 -> 0.3.6
core-foundation workspace.dependencies patch 0.9.3 -> 0.9.4
curl workspace.dependencies patch 0.4.44 -> 0.4.46
curl-sys workspace.dependencies patch 0.4.68+curl-8.4.0 -> 0.4.72
filetime workspace.dependencies patch 0.2.22 -> 0.2.23
flate2 workspace.dependencies patch 1.0.27 -> 1.0.30
git2 workspace.dependencies patch 0.18.1 -> 0.18.3
home workspace.dependencies patch 0.5.8 -> 0.5.9
http-auth workspace.dependencies patch 0.1.8 -> 0.1.9
ignore (source) workspace.dependencies patch 0.4.20 -> 0.4.22
indexmap workspace.dependencies minor 2.0.0 -> 2.2.6
jobserver workspace.dependencies patch 0.1.26 -> 0.1.31
libc workspace.dependencies patch 0.2.148 -> 0.2.155
libloading workspace.dependencies patch 0.8.1 -> 0.8.3
memchr workspace.dependencies minor 2.6.4 -> 2.7.2
os_info workspace.dependencies minor 3.7.0 -> 3.8.2
pasetors workspace.dependencies patch 0.6.7 -> 0.6.8
percent-encoding workspace.dependencies patch 2.3.0 -> 2.3.1
pkg-config workspace.dependencies patch 0.3.27 -> 0.3.30
proptest (source) workspace.dependencies minor 1.3.1 -> 1.4.0
security-framework (source) workspace.dependencies minor 2.9.2 -> 2.11.0
semver workspace.dependencies patch 1.0.20 -> 1.0.23
serde (source) workspace.dependencies patch 1.0.188 -> 1.0.202
serde-untagged workspace.dependencies patch 0.1.1 -> 0.1.6
serde_ignored workspace.dependencies patch 0.1.9 -> 0.1.10
serde_json workspace.dependencies patch 1.0.107 -> 1.0.117
syn workspace.dependencies patch 2.0.37 -> 2.0.66
tempfile (source) workspace.dependencies minor 3.8.0 -> 3.10.1
thiserror workspace.dependencies patch 1.0.49 -> 1.0.61
time (source) workspace.dependencies patch 0.3.29 -> 0.3.36
toml workspace.dependencies patch 0.8.2 -> 0.8.13
tracing (source) workspace.dependencies patch 0.1.37 -> 0.1.40
tracing-subscriber (source) workspace.dependencies patch 0.3.17 -> 0.3.18
unicode-width workspace.dependencies patch 0.1.11 -> 0.1.12
url workspace.dependencies minor 2.4.1 -> 2.5.0
walkdir workspace.dependencies minor 2.4.0 -> 2.5.0

Release Notes

rust-cli/anstyle (anstream)

v0.6.14

Compare Source

v0.6.13

Compare Source

v0.6.12

Compare Source

v0.6.11

Compare Source

v0.6.10

Compare Source

v0.6.9

Compare Source

v0.6.8

Compare Source

v0.6.7

Compare Source

v0.6.6

Compare Source

v0.6.5

Compare Source

dtolnay/anyhow (anyhow)

v1.0.86

Compare Source

  • Fix parse error in ensure! with non-literal after minus sign (#​373)

v1.0.85

Compare Source

  • Improve ensure! macro's rules to unblock some rustc pretty-printer improvements (#​368, #​371)

v1.0.84

Compare Source

  • Disallow calling ensure! through a Not impl for a type that is not bool (#​367)

v1.0.83

Compare Source

  • Integrate compile-time checking of cfgs (#​363)

v1.0.82

Compare Source

  • Documentation improvements

v1.0.81

Compare Source

  • Make backtrace support available when using -Dwarnings (#​354)

v1.0.80

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

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)
oli-obk/cargo_metadata (cargo_metadata)

v0.18.1

Compare Source

clap-rs/clap (clap)

v4.5.4

Compare Source

Fixes
  • (derive) Allow non-literal #[arg(id)] attributes again

v4.5.3

Compare Source

Internal
  • (derive) Update heck

v4.5.2

Compare Source

Fixes
  • (macros) Silence a warning

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

v4.4.18

Compare Source

Fixes
  • (error) When lacking usage feature, ensure the list of required arguments is unique

v4.4.17

Compare Source

Fixes
  • Fix panic! when mixing args_conflicts_with_subcommands with ArgGroup (which is implicit with derive) introduced in 4.4.15

v4.4.16

Compare Source

Fixes
  • Ensure invalid escape sequences in user-defined strings are correctly stripped when terminal doesn't support color

v4.4.15

Compare Source

Fixes
  • Improve error for args_conflicts_with_subcommands
  • Ensure we error for args_conflicts_with_subcommands when using subcommand short and long flags

v4.4.14

Compare Source

Documentation
  • Fix find cookbook entry to allow repeats of flags/options
Features
  • Allow num_args(0) on options which allows making them emulate being a flag for position-tracking flags

v4.4.13

Compare Source

Documentation
  • Fix link to structopt migration guide

v4.4.12

Compare Source

Performance
  • Only ask TypedValueParser for possible values if needed

v4.4.11

Compare Source

Features
  • Add Command::mut_group

v4.4.10

Compare Source

Documentation
  • Link out to changelog
  • Cross link derive's attribute reference to derive tutorial

v4.4.9

Compare Source

Fixes
  • (help) Show correct Command::about under flattened headings
  • (help) Respect hide when flattening subcommands

v4.4.8

Compare Source

Features
  • Add Command::flatten_help to allow git stash -h like help for subcommands

v4.4.7

Compare Source

Performance
  • Reduced code size
dajoha/color-print (color-print)

v0.3.6

Compare Source

servo/core-foundation-rs (core-foundation)

v0.9.4

Compare Source

alexcrichton/curl-rust (curl)

v0.4.46

Compare Source

v0.4.45

Compare Source

alexcrichton/filetime (filetime)

v0.2.23

Compare Source

rust-lang/flate2-rs (flate2)

v1.0.30: - docs.rs pages should build again

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.29...1.0.30

v1.0.29: - with new zlib-rs feature (~zlib-ng in Rust)

Compare Source

With the new zlib-rs feature, a new backend is enabled that brings in a SIMD-accelerated Rust implementation.

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.28...1.0.29

v1.0.28

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.27...1.0.28

rust-lang/git2-rs (git2)

v0.18.3

Compare Source

0.18.2...0.18.3

Added
  • Added opts:: functions to get / set libgit2 mwindow options
    #​1035
Changed
  • Updated examples to use clap instead of structopt
    #​1007

v0.18.2

Compare Source

0.18.1...0.18.2

Added
  • Added opts::set_ssl_cert_file and opts::set_ssl_cert_dir for setting Certificate Authority file locations.
    #​997
  • Added TreeIter::nth which makes jumping ahead in the iterator more efficient.
    #​1004
  • Added Repository::find_commit_by_prefix to find a commit by a shortened hash.
    #​1011
  • Added Repository::find_tag_by_prefix to find a tag by a shortened hash.
    #​1015
  • Added Repository::find_object_by_prefix to find an object by a shortened hash.
    #​1014
Changed
scottlamb/http-auth (http-auth)

v0.1.9

Compare Source

  • support conversion from http crate version 1.0 types.
BurntSushi/ripgrep (ignore)

v0.4.22

Compare Source

v0.4.21

Compare Source

indexmap-rs/indexmap (indexmap)

v2.2.6

Compare Source

  • Added trait MutableValues for opt-in mutable access to set values.

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.

v2.2.2

Compare Source

  • Added indexing methods to raw entries: RawEntryBuilder::from_hash_full,
    RawEntryBuilder::index_from_hash, and RawEntryMut::index.

v2.2.1

Compare Source

  • Corrected the signature of RawOccupiedEntryMut::into_key(self) -> &'a mut K,
    This a breaking change from 2.2.0, but that version was published for less
    than a day and has now been yanked.

v2.2.0

Compare Source

  • The new IndexMap::get_index_entry method finds an entry by its index for
    in-place manipulation.

  • The Keys iterator now implements Index<usize> for quick access to the
    entry's key, compared to indexing the map to get the value.

  • The new IndexMap::splice and IndexSet::splice methods will drain the
    given range as an iterator, and then replace that range with entries from
    an input iterator.

  • The new trait RawEntryApiV1 offers opt-in access to a raw entry API for
    IndexMap, corresponding to the unstable API on HashSet as of Rust 1.75.

  • Many IndexMap and IndexSet methods have relaxed their type constraints,
    e.g. removing K: Hash on methods that don't actually need to hash.

  • Removal methods remove, remove_entry, and take are now deprecated
    in favor of their shift_ or swap_ prefixed variants, which are more
    explicit about their effect on the index and order of remaining items.
    The deprecated methods will remain to guide drop-in replacements from
    HashMap and HashSet toward the prefixed methods.

v2.1.0

Compare Source

  • Empty slices can now be created with map::Slice::{new, new_mut} and
    set::Slice::new. In addition, Slice::new, len, and is_empty are
    now const functions on both types.

  • IndexMap, IndexSet, and their respective Slices all have binary
    search methods for sorted data: map binary_search_keys and set
    binary_search for plain comparison, binary_search_by for custom
    comparators, binary_search_by_key for key extraction, and
    partition_point for boolean conditions.

v2.0.2

Compare Source

  • The hashbrown dependency has been updated to version 0.14.1 to
    complete the support for Rust 1.63.

v2.0.1

Compare Source

  • MSRV: Rust 1.63.0 is now supported as well, pending publication of
    hashbrown's relaxed MSRV (or use cargo --ignore-rust-version).
rust-lang/jobserver-rs (jobserver)

v0.1.31

Compare Source

v0.1.30

Compare Source

v0.1.29

Compare Source

v0.1.28

Compare Source

v0.1.27

Compare Source

rust-lang/libc (libc)

v0.2.155

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.154...0.2.155

v0.2.154

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.153...0.2.154

v0.2.153

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.152...0.2.153

v0.2.152

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.151...0.2.152

v0.2.151

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.150...0.2.151

v0.2.150

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" (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.

Copy link

stackblitz bot commented Dec 1, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

changeset-bot bot commented Dec 1, 2023

⚠️ No Changeset found

Latest commit: 43c49ed

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate-bot renovate-bot force-pushed the renovate/compatible branch 5 times, most recently from 135f28f to dd6ade4 Compare December 11, 2023 08:31
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 3 times, most recently from f98ac3e to 093f16b Compare December 16, 2023 05:27
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 4 times, most recently from c52cc5b to 2937f16 Compare December 27, 2023 11:27
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 6 times, most recently from 9013d39 to 4e590b9 Compare January 3, 2024 08:17
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 6 times, most recently from 9647143 to 72297f6 Compare January 9, 2024 15:00
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 4 times, most recently from f537d0d to 433f3f6 Compare January 17, 2024 23:31
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 2 times, most recently from 5d5dd2f to 943652d Compare February 20, 2024 08:21
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 4 times, most recently from 3d6202d to f0eed34 Compare March 2, 2024 02:15
Copy link

⚠ 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 curl-sys@0.4.68+curl-8.4.0 --precise 0.4.72
error: package ID specification `curl-sys@0.4.68+curl-8.4.0` did not match any packages
Did you mean one of these?

  curl-sys@0.4.72+curl-8.6.0

@renovate-bot renovate-bot force-pushed the renovate/compatible branch 4 times, most recently from 148428c to 8f0bba5 Compare March 17, 2024 14:33
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 4 times, most recently from dc8df2f to 4332b2b Compare March 24, 2024 08:59
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 3 times, most recently from b10b811 to 872239d Compare March 30, 2024 23:40
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 3 times, most recently from db790a6 to 60a8dec Compare April 17, 2024 20:58
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 3 times, most recently from 5fbe4e8 to 12f0db0 Compare April 27, 2024 12:01
Copy link

⚠️ 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 curl-sys@0.4.68+curl-8.4.0 --precise 0.4.72
error: package ID specification `curl-sys@0.4.68+curl-8.4.0` did not match any packages
Did you mean one of these?

  curl-sys@0.4.72+curl-8.6.0

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.

None yet

1 participant