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

This PR contains the following updates:

Package Type Update Change
anstream workspace.dependencies patch 0.6.4 -> 0.6.15
anstyle workspace.dependencies patch 1.0.4 -> 1.0.8
anyhow workspace.dependencies patch 1.0.75 -> 1.0.89
cargo_metadata workspace.dependencies patch 0.18.0 -> 0.18.1
clap workspace.dependencies minor 4.4.6 -> 4.5.18
color-print workspace.dependencies patch 0.3.5 -> 0.3.6
curl workspace.dependencies patch 0.4.44 -> 0.4.46
curl-sys workspace.dependencies patch 0.4.68+curl-8.4.0 -> 0.4.76
filetime workspace.dependencies patch 0.2.22 -> 0.2.25
flate2 workspace.dependencies patch 1.0.27 -> 1.0.33
home workspace.dependencies patch 0.5.8 -> 0.5.9
http-auth workspace.dependencies patch 0.1.8 -> 0.1.10
ignore (source) workspace.dependencies patch 0.4.20 -> 0.4.23
indexmap workspace.dependencies minor 2.0.0 -> 2.5.0
jobserver workspace.dependencies patch 0.1.26 -> 0.1.32
libc workspace.dependencies patch 0.2.148 -> 0.2.158
libloading workspace.dependencies patch 0.8.1 -> 0.8.5
memchr workspace.dependencies minor 2.6.4 -> 2.7.4
os_info workspace.dependencies minor 3.7.0 -> 3.8.2
percent-encoding workspace.dependencies patch 2.3.0 -> 2.3.1
pkg-config workspace.dependencies patch 0.3.27 -> 0.3.30
pretty_assertions workspace.dependencies patch 1.4.0 -> 1.4.1
proptest (source) workspace.dependencies minor 1.3.1 -> 1.5.0
security-framework (source) workspace.dependencies minor 2.9.2 -> 2.11.1
semver workspace.dependencies patch 1.0.20 -> 1.0.23
serde (source) workspace.dependencies patch 1.0.188 -> 1.0.210
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.128
syn workspace.dependencies patch 2.0.37 -> 2.0.77
tar workspace.dependencies patch 0.4.40 -> 0.4.41
tempfile (source) workspace.dependencies minor 3.8.0 -> 3.12.0
thiserror workspace.dependencies patch 1.0.49 -> 1.0.63
time (source) workspace.dependencies patch 0.3.29 -> 0.3.36
toml workspace.dependencies patch 0.8.2 -> 0.8.19
tracing (source) workspace.dependencies patch 0.1.37 -> 0.1.40
tracing-subscriber (source) workspace.dependencies patch 0.3.17 -> 0.3.18
unicode-xid workspace.dependencies patch 0.2.4 -> 0.2.6
url workspace.dependencies minor 2.4.1 -> 2.5.2
walkdir workspace.dependencies minor 2.4.0 -> 2.5.0

Release Notes

rust-cli/anstyle (anstream)

v0.6.15

Compare Source

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.89

Compare Source

  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#​386)

v1.0.88

Compare Source

  • Documentation improvements

v1.0.87

Compare Source

  • Support more APIs, including Error::new and Error::chain, in no-std mode on Rust 1.81+ (#​383)

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.18

Compare Source

Features
  • (builder) Expose Arg::get_display_order and Command::get_display_order

v4.5.17

Compare Source

Fixes
  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used

v4.5.16

Compare Source

Fixes
  • (derive) Improve error messages when derive feature is missing

v4.5.15

Compare Source

Compatiblity
  • (unstable-ext) Arg::remove changed return types
Fixes
  • (unstable-ext) Make Arg::remove return the removed item

v4.5.14

Compare Source

Features
  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it

v4.5.13

Compare Source

Fixes
  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

v4.5.12

Compare Source

v4.5.11

Compare Source

v4.5.10

Compare Source

v4.5.9

Compare Source

Fixes
  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one

v4.5.8

Compare Source

Fixes
  • Reduce extra flushes

v4.5.7

Compare Source

Fixes
  • Clean up error message when too few arguments for num_args

v4.5.6

Compare Source

v4.5.5

Compare Source

Fixes
  • Allow exclusive to override required_unless_present, required_unless_present_any, required_unless_present_all

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

Features
  • (builder) Expose Arg::get_display_order and Command::get_display_order

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

alexcrichton/curl-rust (curl)

v0.4.46

Compare Source

v0.4.45

Compare Source

alexcrichton/filetime (filetime)

v0.2.25

Compare Source

v0.2.24

Compare Source

v0.2.23

Compare Source

rust-lang/flate2-rs (flate2)

v1.0.33: - fix minimal manifest versions

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.32...1.0.33

v1.0.32: - turn panic into error

Compare Source

What's Changed

Fix
Other

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.31...1.0.32

v1.0.31

Compare Source

This release allows using libz-rs in the latest version, v0.2.1.

Commit Statistics
  • 7 commits contributed to the release over the course of 95 calendar days.
  • 95 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Add exclusion rule to not package github or git specific files with crate. (25541bd)
    • Crate and update changelog in preparation for release. (1dbed76)
    • Merge pull request #​415 from folkertdev/bump-version-zlib-rs-0.2.1 (a7853c0)
    • Release version 1.0.31: bump libz-rs-sys version (e6f6949)
    • Merge pull request #​414 from yestyle/main (9e6af00)
    • Remove duplicate word in top-most doc (411d641)
    • Merge pull request #​408 from marxin/document-read-after-end (1a0daec)

v1.0.30

Compare Source

Documentation
  • Document expected behavior when Read is done for ZLIB and DEFLATE decoders
Commit Statistics
  • 9 commits contributed to the release over the course of 3 calendar days.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #​404
Commit Details
view details
  • #​404
    • CI verifies that docs can be built (bc1b3e9)
    • Fix CI by assuring builds work with --all-features enabled (5ce4154)
  • Uncategorized
    • Merge pull request #​405 from Byron/fix-CI (d3bea90)
    • Document expected behavior when Read is done for ZLIB and DEFLATE decoders (f37b1b0)
    • Merge pull request #​407 from striezel-stash/actions-checkout-v4 (5048843)
    • Merge pull request #​406 from striezel-stash/fix-some-typos (42c86ce)
    • Update actions/checkout in GitHub Actions workflows to v4 (f7b99e9)
    • Fix typos (563f1c4)
    • Prepare bugfix release to make docs work again (1126a4a)

v1.0.29

Compare Source

Commit Statistics
  • 12 commits contributed to the release over the course of 130 calendar days.
  • 195 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Merge pull request #​403 from folkertdev/bump-version-zlib-rs (9a25bc0)
    • Zlib-rs support version bump (e9c87c0)
    • Merge pull request #​402 from jongiddy/bufread-tests (8a502a7)
    • Merge pull request #​400 from folkertdev/zlib-rs-c-api (320e7c7)
    • Test that BufRead and Write can be used after decoding (6a26c0c)
    • Add zlib-rs support via the libz-rs-sys C api for zlib-rs (7e6429a)
    • Merge pull request #​398 from rust-lang/fix-imports (ae78497)
    • Avoid redudant imports (20bbd74)
    • Merge pull request #​394 from icmccorm/main (0a584f4)
    • Switched to storing mz_stream as a raw pointer to fix tree borrows violation. (8386651)
    • Merge pull request #​388 from JakubOnderka/patch-1 (f0463d5)
    • Fix build for beta and nightly (8ef8ae6)

v1.0.28

Compare Source

Other
  • Dedupe code into write_to_spare_capacity_of_vec helper.
Commit Statistics
  • 11 commits contributed to the release over the course of 48 calendar days.
  • 62 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Merge pull request #​378 from Byron/prep-release (a99b53e)
    • Merge pull request #​380 from Manishearth/reset-stream (223f829)
    • Reset StreamWrapper after calling mz_inflate / mz_deflate (7a61ea5)
    • Prepare next patch-release (1260d3e)
    • Merge pull request #​375 from georeth/fix-read-doc (f62ff42)
    • Fix and unify docs of bufread and read types. (5b23cc9)
    • Merge pull request #​373 from anforowicz/fix-spare-capacity-handling (f285e9a)
    • Fix soundness of write_to_spare_capacity_of_vec. (69972b8)
    • Dedupe code into write_to_spare_capacity_of_vec helper. (82e45fa)
    • Merge pull request #​371 from jongiddy/jgiddy/msrv-1.53 (20cdcbe)
    • Use explicit Default for GzHeaderState enum (68ba8f6)
scottlamb/http-auth (http-auth)

v0.1.10

Compare Source

  • update base64 to version 0.22.
  • update minimum Rust version to 1.70.

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.5.0

Compare Source

  • Added an insert_before method to IndexMap and IndexSet, as an
    alternative to shift_insert with different behavior on existing entries.
  • Added first_entry and last_entry methods to IndexMap.
  • Added From implementations between IndexedEntry and OccupiedEntry.

v2.4.0

Compare Source

  • Added methods IndexMap::append and IndexSet::append, moving all items from
    one map or set into another, and leaving the original capacity for reuse.

v2.3.0

Compare Source

  • Added trait MutableEntryKey for opt-in mutable access to map entry keys.
  • Added method MutableKeys::iter_mut2 for opt-in mutable iteration of map
    keys and values.

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.32

Compare Source

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.158

Compare Source

Fixed

v0.2.157

Compare Source

Added
  • Apple: add _NSGetArgv, _NSGetArgc and _NSGetProgname in #​3702
  • Build: add RUSTC_WRAPPER support in #​3845
  • FreeBSD: add execvpe support from 14.1 release in #​3745
  • Fuchsia: add SO_BINDTOIFINDEX
  • Linux: add klogctl in #​3777
  • MacOS: add fcntl OFD commands in #​3563
  • NetBSD: add _lwp_park in #​3721
  • Solaris: add missing networking support in #​3717
  • Unix: add pthread_equal in #​3773
  • WASI: add select, FD_SET, FD_ZERO, FD_ISSET in #​3681
Fixed
  • TEEOS: fix octal notation for O_* constants in #​3841
Changed
  • FreeBSD: always use freebsd12 when rustc_dep_of_std is set in #​3723

v0.2.156

Compare Source

Added
  • Apple: add F_ALLOCATEPERSIST in #​3712
  • Apple: add os_sync_wait_on_address and related definitions in #​3769
  • BSD: generalise IPV6_DONTFRAG to all BSD targets in #​3716
  • FreeBSD/DragonFly: add IP_RECVTTL/IPV6_RECVHOPLIMIT in #​3751
  • Hurd: add XATTR_CREATE, XATTR_REPLACE in #​3739
  • Linux GNU: confstr API and _CS_* in #​3771
  • Linux musl: add preadv2 and pwritev2 (1.2.5 min.) in #​3762
  • VxWorks: add the constant SOMAXCONN in #​3761
  • VxWorks: add a few errnoLib related constants in #​3780
Fixed
  • Solaris/illumos: Change ifa_flags type to u64 in #​3729
  • QNX 7.0: Disable libregex in #​3775
Changed
  • QNX NTO: update platform support in #​3815
  • addr_of!(EXTERN_STATIC) is now considered safe in #​3776
Removed
Other
  • Update or remove CI tests that have been failing

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


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 was generated by Mend Renovate. View the repository job log.

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: 72b8d31

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 4 times, most recently from 7170d9f to ac88c86 Compare March 21, 2024 08:43
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 4 times, most recently from 7c12514 to b10b811 Compare March 29, 2024 02:44
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 2 times, most recently from 872239d to ab9dcc6 Compare April 3, 2024 08:53
@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
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 2 times, most recently from 8d06cae to 43c49ed Compare May 2, 2024 20:14
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 4 times, most recently from 961e399 to bf8e94a Compare September 5, 2024 02:36
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 4 times, most recently from 24022cf to 79664e7 Compare September 12, 2024 02:42
Copy link

forking-renovate bot commented Sep 17, 2024

⚠️ 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.76
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.76+curl-8.10.1

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