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

Bump the all group across 1 directory with 6 updates #260

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2024

Bumps the all group with 6 updates in the / directory:

Package From To
clap 4.5.8 4.5.16
libc 0.2.155 0.2.156
serde 1.0.203 1.0.208
serde_json 1.0.119 1.0.125
tempfile 3.10.1 3.12.0
which 6.0.1 6.0.2

Updates clap from 4.5.8 to 4.5.16

Release notes

Sourced from clap's releases.

v4.5.16

[4.5.16] - 2024-08-15

Fixes

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

v4.5.15

[4.5.15] - 2024-08-10

Compatiblity

  • (unstable-ext) Arg::remove changed return types

Fixes

  • (unstable-ext) Make Arg::remove return the removed item

v4.5.14

[4.5.14] - 2024-08-08

Features

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

v4.5.13

[4.5.13] - 2024-07-31

Fixes

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

v4.5.12

[4.5.12] - 2024-07-31

v4.5.10

[4.5.10] - 2024-07-23

v4.5.9

[4.5.9] - 2024-07-09

Fixes

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

Sourced from clap's changelog.

[4.5.16] - 2024-08-15

Fixes

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

[4.5.15] - 2024-08-10

Compatiblity

  • (unstable-ext) Arg::remove changed return types

Fixes

  • (unstable-ext) Make Arg::remove return the removed item

[4.5.14] - 2024-08-08

Features

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

[4.5.13] - 2024-07-31

Fixes

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

[4.5.12] - 2024-07-31

[4.5.11] - 2024-07-25

[4.5.10] - 2024-07-23

[4.5.9] - 2024-07-09

Fixes

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

Updates libc from 0.2.155 to 0.2.156

Release notes

Sourced from libc's releases.

0.2.156

Added

  • Apple: add F_ALLOCATEPERSIST
  • Apple: add os_sync_wait_on_address and related definitions
  • BSD: generalise IPV6_DONTFRAG to all BSD targets
  • FreeBSD/DragonFly: add IP_RECVTTL/IPV6_RECVHOPLIMIT
  • Hurd: add XATTR_CREATE, XATTR_REPLACE
  • Linux GNU: confstr API and _CS_*
  • Linux musl: add preadv2 and pwritev2 (1.2.5 min.)
  • VxWorks: add the constant SOMAXCONN
  • VxWorks: add a few errnoLib related constants

Fixed

  • Solaris/illumos: Change ifa_flags type to u64 for
  • QNX 7.0: Disable libregex

Changed

  • QNX NTO: update platform support
  • addr_of!(EXTERN_STATIC) is now considered safe

Removed

  • Apple: remove rmx_state

Other

  • Update or remove CI tests that have been failing
Changelog

Sourced from libc's changelog.

0.2.156 - 2024-08-15

Added

  • F_ALLOCATEPERSIST for apple
  • IP_RECVTTL/IPV6_RECVHOPLIMIT for FreeBSD/DragonFly

Fixed

  • Remove macOS 11 usage on CI
  • Allow dead_code lint

Other

  • Enable publishing new versions via release-plz
  • Add release-plz for the 0.2 branch
  • Merge pull request #3821 from tgross35/backport-celery
  • Modify QNX NTO platform support
  • Adding constant SOMAXCONN to vxworks
  • Add XATTR_CREATE, XATTR_REPLACE
  • Change ifa_flags type to u64 for Solaris/illumos
  • add confstr API and CS* to linux-gnu
  • Merge pull request #3814 from tgross35/backport-hermit
  • Merge pull request #3813 from tgross35/backport-futex-constants
  • Merge pull request #3812 from tgross35/backport-fbsd-kinfo_file
  • Merge pull request #3811 from tgross35/backport-riscv64-clone_args
  • Merge pull request #3810 from tgross35/backport-haiku-b_app_image_symbol
  • Merge pull request #3807 from sunshowers/illumos-pthread-pick
  • vxWorks adding few errnoLib related constants.
  • Disable hexagon-unknown-linux-musl testing for now
  • Fix FreeBSD 15 CI
  • Remove tier 3 targets from CI
  • Tweak comment
  • Disable libregex for QNX 7.0
  • Reference specific MSRV in comment
  • addr_of!(EXTERN_STATIC) is now considered safe
  • rmx_state has been removed
  • skip API that requires a newer macOS SDK in tests
  • add os_sync_wait_on_address and related definitions
  • adding preadv2/pwritev2 to linux musl (1.2.5 min.)
  • Merge pull request #3716 from devnexen/ipv6_dontfrag
  • generalising IPV6_DONTFRAG to all bsd.
  • Merge pull request #3715 from tesuji/ci-verbosity
  • Merge pull request #3700 from asomers/freebsd-capsicum-libc0.2
  • Merge pull request #3738 from operutka/getauxval_uclibc
  • Merge pull request #3737 from operutka/si_pid_uclibc
  • Merge pull request #3747 from djkoloski/libc-0.2
  • Merge pull request #3719 from tesuji/ci-cirrus-cache
  • Merge pull request #3750 from SteveLauC/feat/IP_RECVTTL_FreeBSD
Commits
  • 07559cf Merge pull request #3826 from rust-lang/release-plz-2024-08-15T18-25-24Z
  • 4789ece chore: release
  • 38fd1c6 Merge pull request #3825 from tgross35/release-plz-publish
  • 5183d23 Enable publishing new versions via release-plz
  • 5edf79a Merge pull request #3823 from tgross35/release-plz-0.2
  • b7e7a55 Add release-plz for the 0.2 branch
  • 6b0dbcd Merge pull request #3821 from tgross35/backport-celery
  • 88c4644 Merge pull request #3820 from tgross35/backport-carrots
  • 16431da Modify QNX NTO platform support
  • 98f13d9 Adding constant SOMAXCONN to vxworks
  • Additional commits viewable in compare view

Updates serde from 1.0.203 to 1.0.208

Release notes

Sourced from serde's releases.

v1.0.208

  • Support serializing and deserializing unit structs in a flatten field (#2802, thanks @​jonhoo)

v1.0.207

  • Improve interactions between flatten attribute and skip_serializing/skip_deserializing (#2795, thanks @​Mingun)

v1.0.206

  • Improve support for flatten attribute inside of enums (#2567, thanks @​Mingun)

v1.0.205

  • Use serialize_entry instead of serialize_key + serialize_value when serialize flattened newtype enum variants (#2785, thanks @​Mingun)
  • Avoid triggering a collection_is_never_read lint in the deserialization of enums containing flattened fields (#2791)

v1.0.204

  • Apply #[diagnostic::on_unimplemented] attribute on Rust 1.78+ to suggest adding serde derive or enabling a "serde" feature flag in dependencies (#2767, thanks @​weiznich)
Commits
  • 026e91a Release 1.0.208
  • bfbedac Merge pull request #2802 from jonhoo/flatten-unit-struct
  • 4036ff8 Support (de-)serializing flattened unit struct
  • 1b4da41 Release 1.0.207
  • f61d452 Touch up PR 2795
  • f986609 Merge pull request #2795 from Mingun/has-flatten-rework
  • 77a6a9d Take into account only not skipped flatten fields when choose serialization form
  • 547d843 Remove dead code - serialize_struct_as_map always called when cattrs.has_flat...
  • 005cb84 Fail with an understandable message is number of fields for serialization is ...
  • fd5b5e9 Correctly calculate has_flatten attribute in all cases for deserialization
  • Additional commits viewable in compare view

Updates serde_json from 1.0.119 to 1.0.125

Release notes

Sourced from serde_json's releases.

1.0.125

  • Speed up \uXXXX parsing and improve handling of unpaired surrogates when deserializing to bytes (#1172, #1175, thanks @​purplesyringa)

v1.0.124

v1.0.123

v1.0.122

  • Support using json! in no-std crates (#1166)

v1.0.121

v1.0.120

  • Correctly specify required version of indexmap dependency (#1152, thanks @​cforycki)
Commits
  • 6130f9b Release 1.0.125
  • cc7a160 Touch up PR 1175
  • 0f942e5 Merge pull request 1175 from iex-rs/faster-backslash-u
  • d8921cd Merge pull request #1172 from iex-rs/faster-hex
  • b4bc643 Merge pull request #1176 from dtolnay/miriname
  • 94a2aad Improve job names for miri jobs
  • 8073fc1 Merge pull request #1174 from iex-rs/miri-on-ci
  • 96ae604 Correct WTF-8 parsing
  • 236cc82 Simplify unicode escape handling
  • 2f28d10 Use the same UTF-8/WTF-8 impl for surrogates
  • Additional commits viewable in compare view

Updates tempfile from 3.10.1 to 3.12.0

Changelog

Sourced from tempfile's changelog.

3.12.0

  • Add a keep(keep: bool) function to builder that suppresses delete-on-drop behavior (thanks to @​RalfJung).
  • Update windows-sys from 0.52 to 0.59.

3.11.0

  • Add the ability to override the default temporary directory. This API shouldn't be used in general, but there are some cases where it's unavoidable.
Commits

Updates which from 6.0.1 to 6.0.2

Release notes

Sourced from which's releases.

6.0.2

  • Add tracing feature which outputs debugging information to the tracing ecosystem.
Changelog

Sourced from which's changelog.

6.0.2

  • Add tracing feature which outputs debugging information to the tracing ecosystem.
Commits
  • 299189a Bump version to 6.0.2
  • 07dea2e also run CI without features enabled
  • fa97502 modernize deny.toml
  • ebf355f Turn off tracing default features
  • ba36812 fix Windows code
  • d6a1416 add optional tracing feature, trace which logic
  • 7a71ac6 Change from checkout@v3 to checkout@v4
  • 24efb5a Remove CI dependency on node16
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.8` | `4.5.16` |
| [libc](https://github.com/rust-lang/libc) | `0.2.155` | `0.2.156` |
| [serde](https://github.com/serde-rs/serde) | `1.0.203` | `1.0.208` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.119` | `1.0.125` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.10.1` | `3.12.0` |
| [which](https://github.com/harryfei/which-rs) | `6.0.1` | `6.0.2` |



Updates `clap` from 4.5.8 to 4.5.16
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.8...clap_complete-v4.5.16)

Updates `libc` from 0.2.155 to 0.2.156
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.156/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.155...0.2.156)

Updates `serde` from 1.0.203 to 1.0.208
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.203...v1.0.208)

Updates `serde_json` from 1.0.119 to 1.0.125
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.119...1.0.125)

Updates `tempfile` from 3.10.1 to 3.12.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

Updates `which` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@6.0.1...6.0.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 19, 2024

Superseded by #261.

@dependabot dependabot bot closed this Aug 19, 2024
@dependabot dependabot bot deleted the dependabot/cargo/all-bfcd8093ed branch August 19, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants