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

build(deps): bump the all group across 1 directory with 12 updates #5929

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
clap 4.5.11 4.5.15
serde 1.0.204 1.0.206
serde_json 1.0.121 1.0.124
tempfile 3.10.1 3.12.0
toml 0.8.17 0.8.19
cc 1.1.7 1.1.10
clap_complete 4.5.11 4.5.14
bytemuck 1.16.1 1.16.3
colorgrad 0.6.2 0.7.0
regex 1.10.5 1.10.6
rstest 0.21.0 0.22.0
async-io 2.3.3 2.3.4

Updates clap from 4.5.11 to 4.5.15

Release notes

Sourced from clap's releases.

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

Changelog

Sourced from clap's changelog.

[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

Commits
  • 4094435 chore: Release
  • 36114c3 docs: Update changelog
  • 918cfed Merge pull request #5610 from Mixu78/powershell_hyphens
  • c55f642 Merge pull request #5648 from epage/cli
  • 219a191 fix(complete): Improve help output
  • 734cac7 feat(complete): Make '--register' optional
  • fa4ccec feat(complete): Make '--shell' optional
  • efdcad1 Merge pull request #5647 from epage/infer
  • e65e463 docs(complete): Have dynamic Shell match static Shell
  • 8a1f9b3 Merge pull request #5646 from epage/powershell
  • Additional commits viewable in compare view

Updates serde from 1.0.204 to 1.0.206

Release notes

Sourced from serde's releases.

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)
Commits
  • 85c73ef Release 1.0.206
  • 5ba1796 Resolve doc_markdown pedantic lint on regression test function
  • e52b7b3 Touch up PR 2567
  • 84c7419 Merge pull request #2794 from dtolnay/neverread
  • 536221b Temporarily ignore collection_is_never_read on FlattenSkipDeserializing
  • fc55ac7 Merge pull request #2567 from Mingun/fix-2565
  • 2afe5b4 Add regression test for issue #2792
  • b4ec259 Correctly process flatten fields in enum variants
  • c3ac7b6 Add regression test for issue #1904
  • 24614e4 Add regression test for issue #2565
  • Additional commits viewable in compare view

Updates serde_json from 1.0.121 to 1.0.124

Release notes

Sourced from serde_json's releases.

v1.0.124

v1.0.123

v1.0.122

  • Support using json! in no-std crates (#1166)
Commits
  • cf771a0 Release 1.0.124
  • 8b314a7 Merge pull request #1173 from iex-rs/fix-big-endian
  • 8eba786 Fix skip_to_escape on BE architectures
  • 2cab07e Release 1.0.123
  • 346189a Fix needless_borrow clippy lint in new control character test
  • 859ead8 Merge pull request #1161 from iex-rs/vectorized-string-parsing
  • e43da5e Immediately bail-out on empty strings
  • 8389d8a Don't run the slow algorithm from the beginning
  • 1f0dcf7 Allow clippy::items_after_statements
  • a95d6df Big endian support
  • 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 toml from 0.8.17 to 0.8.19

Commits

Updates cc from 1.1.7 to 1.1.10

Release notes

Sourced from cc's releases.

cc-v1.1.10

Other

  • Remap Windows targets triples to their LLVM counterparts (#1176)

cc-v1.1.9

Other

  • Add custom CC wrapper to the wrapper whitelist (#1175)

cc-v1.1.8

Other

  • Fix broken link in docs.rs (#1173)
Changelog

Sourced from cc's changelog.

1.1.10 - 2024-08-11

Other

  • Remap Windows targets triples to their LLVM counterparts (#1176)

1.1.9 - 2024-08-11

Other

  • Add custom CC wrapper to the wrapper whitelist (#1175)

1.1.8 - 2024-08-06

Other

  • Fix broken link in docs.rs (#1173)
Commits

Updates clap_complete from 4.5.11 to 4.5.14

Release notes

Sourced from clap_complete's releases.

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

Changelog

Sourced from clap_complete's changelog.

[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

Commits
  • e318821 chore: Release
  • 79bbdb7 docs: Update changelog
  • c8cff2f fix(complete): Ensure new-enough clap is used
  • 4094435 chore: Release
  • 36114c3 docs: Update changelog
  • 918cfed Merge pull request #5610 from Mixu78/powershell_hyphens
  • c55f642 Merge pull request #5648 from epage/cli
  • 219a191 fix(complete): Improve help output
  • 734cac7 feat(complete): Make '--register' optional
  • fa4ccec feat(complete): Make '--shell' optional
  • Additional commits viewable in compare view

Updates bytemuck from 1.16.1 to 1.16.3

Changelog

Sourced from bytemuck's changelog.

1.16.3

  • Fully described in Lokathor/bytemuck#256, This makes casting slices to/from ZST elements more consistent between the crate's core module and other modules.

1.16.2

  • Fixes potential UB where BoxBytes could attempt to free a dangling pointer if the Layout is zero sized. This type was introduced in 1.14.1, so that version and the others up to and including 1.16.1 are now yanked for safety.
Commits
  • 20f4a09 chore: Release bytemuck version 1.16.3
  • 9f7161c describe pr 256
  • 291a924 Allow casting between slices of ZSTs and slices of non-ZSTs in all cases. (#256)
  • 758774d chore: Release bytemuck version 1.16.2
  • 73cd363 changelog
  • 1c75146 Fix UB when dropping BoxBytes owning a zero-sized layout (#258)
  • 005ee32 Fix panics in try_cast_slice_box etc (#254)
  • See full diff in compare view

Updates colorgrad from 0.6.2 to 0.7.0

Release notes

Sourced from colorgrad's releases.

v0.7.0

Added

  • BlendMode::Lab, optional feature, can be enabled using features = ["lab"] in Cargo.toml
  • GradientBuilder new method css() for parsing css gradient format

Changed

  • f64 -> f32.
  • GimpGradient is now a optional feature, can be enabled using features = ["ggr"] in Cargo.toml
  • Preset gradients move to submodule preset.
  • In previous version Gradient is a struct holding LinearGradient, BasisGradient, etc in a Box. Now Gradient is a trait. LinearGradient, BasisGradient, etc is now exposed directy, and they are implementing Gradient trait.
  • CustomGradient renamed to GradientBuilder
  • CustomGradientError renamed to GradientBuilderError

Removed

  • BlendMode::Hsv

Fixed

  • Error parsing GIMP gradient with UTF-8 BOM.
Changelog

Sourced from colorgrad's changelog.

0.7.0

Added

  • BlendMode::Lab, optional feature, can be enabled using features = ["lab"] in Cargo.toml
  • GradientBuilder new method css() for parsing css gradient format

Changed

  • f64 -> f32.
  • GimpGradient is now a optional feature, can be enabled using features = ["ggr"] in Cargo.toml
  • Preset gradients move to submodule preset.
  • In previous version Gradient is a struct holding LinearGradient, BasisGradient, etc in a Box. Now Gradient is a trait. LinearGradient, BasisGradient, etc is now exposed directy, and they are implementing Gradient trait.
  • CustomGradient renamed to GradientBuilder
  • CustomGradientError renamed to GradientBuilderError

Removed

  • BlendMode::Hsv

Fixed

  • Error parsing GIMP gradient with UTF-8 BOM.
Commits

Updates regex from 1.10.5 to 1.10.6

Changelog

Sourced from regex's changelog.

1.10.6 (2024-08-02)

This is a new patch release with a fix for the unstable crate feature that enables std::str::Pattern trait integration.

Bug fixes:

Commits

Updates rstest from 0.21.0 to 0.22.0

Release notes

Sourced from rstest's releases.

Version 0.22.0

Destructuring input data

Changelog

Sourced from rstest's changelog.

[0.22.0] 2024/8/4

Changed

  • Now it's possible destructuring input values both for cases, values and fixtures. See #231 for details

Add

  • Implemented #[ignore] attribute to ignore test parameters during fixtures resolution/injection. See #228 for details

Fixed

  • Lot of typo in code
Commits

Updates async-io from 2.3.3 to 2.3.4

Release notes

Sourced from async-io's releases.

v2.3.4

  • Update windows-sys to v0.59. (#195)
  • On NetBSD/DragonflyBSD, set nosigpipe on sockets. (#196)
Changelog

Sourced from async-io's changelog.

Version 2.3.4

  • Update windows-sys to v0.59. (#195)
  • On NetBSD/DragonflyBSD, set nosigpipe on sockets. (#196)
Commits

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 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.11` | `4.5.15` |
| [serde](https://github.com/serde-rs/serde) | `1.0.204` | `1.0.206` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.121` | `1.0.124` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.10.1` | `3.12.0` |
| [toml](https://github.com/toml-rs/toml) | `0.8.17` | `0.8.19` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.7` | `1.1.10` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.11` | `4.5.14` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.16.1` | `1.16.3` |
| [colorgrad](https://github.com/mazznoer/colorgrad-rs) | `0.6.2` | `0.7.0` |
| [regex](https://github.com/rust-lang/regex) | `1.10.5` | `1.10.6` |
| [rstest](https://github.com/la10736/rstest) | `0.21.0` | `0.22.0` |
| [async-io](https://github.com/smol-rs/async-io) | `2.3.3` | `2.3.4` |



Updates `clap` from 4.5.11 to 4.5.15
- [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.11...v4.5.15)

Updates `serde` from 1.0.204 to 1.0.206
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.204...v1.0.206)

Updates `serde_json` from 1.0.121 to 1.0.124
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.121...v1.0.124)

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 `toml` from 0.8.17 to 0.8.19
- [Commits](toml-rs/toml@toml-v0.8.17...toml-v0.8.19)

Updates `cc` from 1.1.7 to 1.1.10
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.1.7...cc-v1.1.10)

Updates `clap_complete` from 4.5.11 to 4.5.14
- [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.11...clap_complete-v4.5.14)

Updates `bytemuck` from 1.16.1 to 1.16.3
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.16.1...v1.16.3)

Updates `colorgrad` from 0.6.2 to 0.7.0
- [Release notes](https://github.com/mazznoer/colorgrad-rs/releases)
- [Changelog](https://github.com/mazznoer/colorgrad-rs/blob/master/CHANGELOG.md)
- [Commits](mazznoer/colorgrad-rs@v0.6.2...v0.7.0)

Updates `regex` from 1.10.5 to 1.10.6
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.5...1.10.6)

Updates `rstest` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@v0.21.0...v0.22.0)

Updates `async-io` from 2.3.3 to 2.3.4
- [Release notes](https://github.com/smol-rs/async-io/releases)
- [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-io@v2.3.3...v2.3.4)

---
updated-dependencies:
- dependency-name: clap
  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: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: bytemuck
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: colorgrad
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rstest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: async-io
  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 dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 19, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 19, 2024
@dependabot dependabot bot deleted the dependabot/cargo/all-df6b74477b branch August 19, 2024 02:00
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants