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 dependencies group with 10 updates #1258

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps the dependencies group with 10 updates:

Package From To
clap 4.4.2 4.4.4
indicatif 0.17.6 0.17.7
openssl-sys 0.9.92 0.9.93
serde_json 1.0.105 1.0.107
supports-color 2.0.0 2.1.0
toml 0.7.6 0.8.0
predicates 3.0.3 3.0.4
cached 0.44.0 0.46.0
typed-builder 0.16.0 0.16.2
rstest 0.18.1 0.18.2

Updates clap from 4.4.2 to 4.4.4

Release notes

Sourced from clap's releases.

v4.4.4

[4.4.4] - 2023-09-18

Internal

  • Update terminal_size to 0.3

v4.4.3

[4.4.3] - 2023-09-12

Documentation

  • (derive) Clarify use of attributes within the tutorial
  • Split sections in the builder and derive tutorials into separate modules
Changelog

Sourced from clap's changelog.

[4.4.4] - 2023-09-18

Internal

  • Update terminal_size to 0.3

[4.4.3] - 2023-09-12

Documentation

  • (derive) Clarify use of attributes within the tutorial
  • Split sections in the builder and derive tutorials into separate modules
Commits
  • e6e5396 chore: Release
  • acbb60c docs: Update changelog
  • f09d521 Merge pull request #5129 from cgwalters/widen-terminal-size
  • 84f99ff chore(builder): Bump terminal_size to 0.3
  • 7f8df27 Merge pull request #5124 from devinherron/master
  • 4dff873 fix(doc): Fix typo in 03_04_subcommands.md
  • e9668b3 chore: Release
  • bc4986e docs: Update changelog
  • 3d53641 Merge pull request #5122 from epage/docs
  • 32586c7 docs(tutorial): Split into separate modules per section
  • Additional commits viewable in compare view

Updates indicatif from 0.17.6 to 0.17.7

Commits

Updates openssl-sys from 0.9.92 to 0.9.93

Commits

Updates serde_json from 1.0.105 to 1.0.107

Release notes

Sourced from serde_json's releases.

v1.0.107

  • impl IntoDeserializer for &RawValue (#1071)

v1.0.106

Commits
  • b6e113f Release 1.0.107
  • 00626a0 Merge pull request #1073 from dtolnay/rawvalue
  • b9d296f IntoDeserializer for &RawValue
  • 4ea34a2 Merge pull request #1072 from dtolnay/rawvalue
  • fe30766 Support deserializing from &RawValue
  • 2c22077 Merge pull request #1062 from osiewicz/remove_build_rs
  • 04f7758 fixup! chore: Remove no_btreemap_get_key_value and no_btreemap_remove_entry.
  • 83bdc5f Omit return keyword in remove_entry
  • 89a2741 Revert "Remove limb_width32 and limb_width64 features"
  • 45f10ec Release 1.0.106
  • Additional commits viewable in compare view

Updates supports-color from 2.0.0 to 2.1.0

Changelog

Sourced from supports-color's changelog.

2.1.0 (2023-09-20)

Features

  • ignore_is_terminal: Allow the is_terminal check to be overridden by environment variable. (#13) (ff0a31a6)
  • truecolor: improve check for truecolor (#14) (736c044a)

Commits
  • dece38f chore: Release supports-color version 2.1.0
  • 9761f0f docs: update changelog
  • 736c044 feat(truecolor): improve check for truecolor (#14)
  • ff0a31a feat(ignore_is_terminal): Allow the is_terminal check to be overridden by env...
  • f4fd9f4 (cargo-release) start next development iteration 2.0.1-alpha.0
  • See full diff in compare view

Updates toml from 0.7.6 to 0.8.0

Commits
  • 310f6ee chore: Release
  • 90da8bc docs: Update changelog
  • f3e120f Merge pull request #608 from epage/enum
  • 58a7101 fix(serde): Support struct variants as table of a table
  • 88a4dba fix(serde): Support tuple variants as table of an array
  • cf06b83 test(serde): Verify both Table and Value serializers
  • 4ffa44e test(serde): Make parameter order more consistent
  • 2b7c34c test(serde): Focus on string serialization first
  • e2a6a1c test(serde): Verify existing variant behavior
  • 3f3e832 chore: Release
  • Additional commits viewable in compare view

Updates predicates from 3.0.3 to 3.0.4

Changelog

Sourced from predicates's changelog.

[3.0.4] - 2023-09-18

Compatibility

  • Update MSRV to 1.69.0

Internal

  • Update itertools to 0.11
Commits
  • f4cf923 chore: Release
  • 88d20fd docs: Update changelog
  • 2203420 Merge pull request #152 from assert-rs/renovate/itertools-0.x
  • 37e3a6f Merge pull request #151 from assert-rs/renovate/rust-1.x
  • 1a2e5d1 chore(deps): update rust crate itertools to 0.11
  • 8dab8af chore(deps): update msrv to v1.69.0
  • a708201 chore: Update from '_rust/main' template
  • a6ecf92 chore(renovate): Update config
  • efe14d6 chore(renovate): Make style consistent
  • 06f29d2 chore: Adopt '_rust/main' template
  • Additional commits viewable in compare view

Updates cached from 0.44.0 to 0.46.0

Changelog

Sourced from cached's changelog.

[0.46.0]

Added

  • Add ahash feature to use the faster ahash algorithm.
  • Set ahash as a default feature.
  • Update hashbrown 0.13.0 -> 0.14.0

Changed

Removed

[0.45.1] / [cached_proc_macro[0.18.0]]

Added

Changed

  • Release *_no_cache changes from 0.45.0. The change is in the proc macro crate which I forgot to release a new version of.

Removed

[0.45.0]

Added

  • Generate *_no_cache function for every cached function to allow calling the original function without caching. This is backwards incompatible if you have a function with the same name.

Changed

  • tokio dependency has been removed from proc_macro feature (originally unecessarily included).
  • async feature has been removed from the default feature. This is a backwards incompatible change. If you want to use async features, you need to enable async explicitly.
  • remove accidental #[doc(hidden)] on the stores module

Removed

Commits

Updates typed-builder from 0.16.0 to 0.16.2

Changelog

Sourced from typed-builder's changelog.

0.16.2 - 2023-09-22

Fixed

  • Use generics with the constructor in build method (see issue #118)

0.16.1 - 2023-09-18

Fixed

  • Add #[allow(clippy::exhaustive_enums)] to generated empty enums used for error "reporting" (see issue #112)
  • Add #[automatically_derived] to generated impls (see issue #114)
  • Add #[allow(clippy::used_underscore_binding)] to build method and setter methods (see issue #113)
Commits

Updates rstest from 0.18.1 to 0.18.2

Release notes

Sourced from rstest's releases.

0.18.2

Admit parent folders in files glob path

Changelog

Sourced from rstest's changelog.

[0.18.2] 2023/8/13

Changed

  • Now #[files] accept also parent folders (see #205 for more details).
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 dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.4.2` | `4.4.4` |
| [indicatif](https://github.com/console-rs/indicatif) | `0.17.6` | `0.17.7` |
| [openssl-sys](https://github.com/sfackler/rust-openssl) | `0.9.92` | `0.9.93` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.105` | `1.0.107` |
| [supports-color](https://github.com/zkat/supports-color) | `2.0.0` | `2.1.0` |
| [toml](https://github.com/toml-rs/toml) | `0.7.6` | `0.8.0` |
| [predicates](https://github.com/assert-rs/predicates-rs) | `3.0.3` | `3.0.4` |
| [cached](https://github.com/jaemk/cached) | `0.44.0` | `0.46.0` |
| [typed-builder](https://github.com/idanarye/rust-typed-builder) | `0.16.0` | `0.16.2` |
| [rstest](https://github.com/la10736/rstest) | `0.18.1` | `0.18.2` |


Updates `clap` from 4.4.2 to 4.4.4
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.2...v4.4.4)

Updates `indicatif` from 0.17.6 to 0.17.7
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](https://github.com/console-rs/indicatif/commits)

Updates `openssl-sys` from 0.9.92 to 0.9.93
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-sys-v0.9.92...openssl-sys-v0.9.93)

Updates `serde_json` from 1.0.105 to 1.0.107
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.105...v1.0.107)

Updates `supports-color` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/zkat/supports-color/releases)
- [Changelog](https://github.com/zkat/supports-color/blob/main/CHANGELOG.md)
- [Commits](zkat/supports-color@v2.0.0...v2.1.0)

Updates `toml` from 0.7.6 to 0.8.0
- [Commits](toml-rs/toml@toml-v0.7.6...toml-v0.8.0)

Updates `predicates` from 3.0.3 to 3.0.4
- [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md)
- [Commits](assert-rs/predicates-rs@v3.0.3...v3.0.4)

Updates `cached` from 0.44.0 to 0.46.0
- [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaemk/cached/commits)

Updates `typed-builder` from 0.16.0 to 0.16.2
- [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md)
- [Commits](https://github.com/idanarye/rust-typed-builder/commits)

Updates `rstest` from 0.18.1 to 0.18.2
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@v0.18.1...v0.18.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: indicatif
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: openssl-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: supports-color
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: predicates
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: cached
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typed-builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rstest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 25, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2023

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

@dependabot dependabot bot closed this Oct 2, 2023
@dependabot dependabot bot deleted the dependabot/cargo/dependencies-9861070b87 branch October 2, 2023 12: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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants