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 patch-dependencies group with 16 updates #466

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the patch-dependencies group with 16 updates:

Package From To
ahash 0.8.6 0.8.7
async-trait 0.1.75 0.1.76
base64 0.21.5 0.21.7
clap 4.4.11 4.4.15
deranged 0.3.10 0.3.11
figment 0.10.12 0.10.13
is-terminal 0.4.9 0.4.10
libc 0.2.151 0.2.152
proc-macro2 1.0.71 1.0.76
quote 1.0.33 1.0.35
schannel 0.1.22 0.1.23
semver 1.0.20 1.0.21
serde 1.0.193 1.0.195
serde_json 1.0.108 1.0.111
thiserror 1.0.52 1.0.56
winnow 0.5.30 0.5.34

Updates ahash from 0.8.6 to 0.8.7

Commits

Updates async-trait from 0.1.75 to 0.1.76

Release notes

Sourced from async-trait's releases.

0.1.76

  • Documentation improvements
Commits
  • 627124b Release 0.1.76
  • f8aa269 Merge pull request #256 from dtolnay/miritracing
  • 48e29e4 Re-enable tracing integration test under Miri
  • 3c656d3 Merge pull request #255 from dtolnay/asyncblock
  • 381fd75 Update explanation to show async block expansion
  • 3caf301 Merge pull request #254 from dtolnay/doc
  • c1576be Update documentation to discuss object safety in Rust 1.75+
  • See full diff in compare view

Updates base64 from 0.21.5 to 0.21.7

Changelog

Sourced from base64's changelog.

0.21.7

  • Support getting an alphabet's contents as a str via Alphabet::as_str()

0.21.6

  • Improved introductory documentation and example
Commits
  • 9652c78 v0.21.7
  • 08deccf provide as_str() method to return the alphabet characters (#264)
  • 1cd75a1 v0.21.6
  • 5820d9b Merge pull request #263 from marshallpierce/silverlyra-usage
  • 97d9180 Merge branch 'usage' of github.com:silverlyra/rust-base64 into silverlyra-usage
  • b64c624 Merge pull request #262 from tamird/clap
  • e32ca18 examples: replace structopt with clap
  • 72f25a8 Simplify the example program
  • 40e162c Rewrite the crate docstring
  • bfde751 Merge pull request #260 from marshallpierce/mp/doc-grammar
  • Additional commits viewable in compare view

Updates clap from 4.4.11 to 4.4.15

Release notes

Sourced from clap's releases.

v4.4.15

[4.4.15] - 2024-01-11

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

[4.4.14] - 2024-01-08

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

[4.4.13] - 2024-01-04

Documentation

  • Fix link to structopt migration guide

v4.4.12

[4.4.12] - 2023-12-28

Performance

  • Only ask TypedValueParser for possible values if needed
Changelog

Sourced from clap's changelog.

[4.4.15] - 2024-01-11

Fixes

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

[4.4.14] - 2024-01-08

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

[4.4.13] - 2024-01-04

Documentation

  • Fix link to structopt migration guide

[4.4.12] - 2023-12-28

Performance

  • Only ask TypedValueParser for possible values if needed
Commits
  • 12b5c39 chore: Release
  • 1c5b633 docs: Update changelog
  • a5d4641 Merge pull request #5298 from epage/conflict
  • f529ec3 fix(parser): Ensure subcommand flags can conflict
  • a7e04a5 fix(parser): Improve subcommand conflict error
  • ea00ef3 refactor(error): Allow more conflict sources
  • e47d8a2 refactor(parser): Clarify arg error
  • 69c0509 test(parser): Verify conflicts with precedence
  • e2b18f1 test(parser): Show flag behavior
  • 06bff1c test(parser): Check subcommands conflict with positionals
  • Additional commits viewable in compare view

Updates deranged from 0.3.10 to 0.3.11

Commits

Updates figment from 0.10.12 to 0.10.13

Commits

Updates is-terminal from 0.4.9 to 0.4.10

Commits

Updates libc from 0.2.151 to 0.2.152

Release notes

Sourced from libc's releases.

0.2.152

What's Changed

New Contributors

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

Commits
  • 3d17519 Merge pull request #3522 from JohnTitor/libc-0.2.152
  • 0f5d2c1 Prepare release for v0.2.152
  • ee500ca Merge pull request #3521 from rust-lang/main
  • 72093f3 Auto merge of #3510 - JohnTitor:prepare-libc-0.3, r=JohnTitor
  • e5612b9 Auto merge of #3520 - devnexen:fuchsia_upd, r=JohnTitor
  • 44ba265 fuchsia adding pthread_set/getname_np
  • 2f93bfb Auto merge of #3519 - JohnTitor:tweak-libc-0.2-ci, r=JohnTitor
  • 11f7c7b Auto merge of #3518 - asomers:more-sigsuspend, r=JohnTitor
  • 0b9596b Tweak libc-0.2 CI
  • 5594447 Auto merge of #3517 - shuoer86:main, r=JohnTitor
  • Additional commits viewable in compare view

Updates proc-macro2 from 1.0.71 to 1.0.76

Release notes

Sourced from proc-macro2's releases.

1.0.76

  • Work around dead_code warning false positive (#435)

1.0.75

  • Improve error messages related to proc_macro::LexError (#434)

1.0.74

  • Work around improperly cached build script result by sccache (#432)

1.0.73

  • Documentation improvements

1.0.72

  • Improve build script to be robust to proc_macro::Span unstable API changes
Commits
  • ea778eb Release 1.0.76
  • 534bb81 Merge pull request #435 from dtolnay/deadcode
  • 436ce07 Add link to dead_code autotrait bug
  • 228503f Work around new dead_code warning
  • 2a9b955 Release 1.0.75
  • 6d2899c Merge pull request #434 from dtolnay/mismatch
  • 662426c Fix compiler/fallback mismatch when catching rustc lex error panic
  • 4ae50db Distinguish which direction the mismatch occurs
  • cb94081 Add a way to get mismatch backtrace using cfg
  • 3eb1857 Merge pull request #433 from dtolnay/mismatch
  • Additional commits viewable in compare view

Updates quote from 1.0.33 to 1.0.35

Release notes

Sourced from quote's releases.

1.0.35

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

1.0.34

  • Documentation improvements
Commits

Updates schannel from 0.1.22 to 0.1.23

Commits
  • f1aed2d Release v0.1.23
  • 9c7cb88 Merge pull request #96 from cristianbdg/exportable_private_key_flag
  • 2b6402a windows-sys 0.52
  • 955d56f chore: update to rust 1.56 (windows-sys 2021 edition) (#100)
  • 6d08a7a [EXPORTABLE_PRIVATE_KEY_FLAG] Added function to set machine keyset flag
  • 93fe14a Added function to set exportable private key flag
  • See full diff in compare view

Updates semver from 1.0.20 to 1.0.21

Release notes

Sourced from semver's releases.

1.0.21

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
Commits

Updates serde from 1.0.193 to 1.0.195

Release notes

Sourced from serde's releases.

v1.0.195

  • Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning (#2671)

v1.0.194

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
Commits
  • 03eec42 Release 1.0.195
  • 196f311 Merge pull request #2671 from dtolnay/deadremote
  • 38d9e0b Revert "Add FIXME to fix dead_code warning when using serde(remote)"
  • 6502b31 Fix new dead_code warning in tuple struct and tuple variant remote defs
  • 6f1a8c3 Add FIXME to fix dead_code warning when using serde(remote)
  • d883c94 Work around dead_code warning in tests
  • 961fa59 Merge pull request #2670 from serde-rs/exhaustive
  • 8bc71de Fill in omitted patterns for GenericArguments match
  • 7c65a9d Pick up changes to non_exhaustive_omitted_patterns lint
  • d2d977a Release 1.0.194
  • Additional commits viewable in compare view

Updates serde_json from 1.0.108 to 1.0.111

Release notes

Sourced from serde_json's releases.

v1.0.111

  • Improve floating point parsing performance on loongarch64 (#1100, thanks @​heiher)

v1.0.110

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.109

  • Documentation improvements
Commits

Updates thiserror from 1.0.52 to 1.0.56

Release notes

Sourced from thiserror's releases.

1.0.56

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

1.0.55

  • Work around improperly cached build script result by sccache – second attempt (#280)

1.0.54

  • Work around improperly cached build script result by sccache – first attempt (#279)

1.0.53

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#270)
Commits
  • 77d0af4 Release 1.0.56
  • d4caabd Pull in proc-macro2 sccache fix
  • 6089273 Release 1.0.55
  • 322a2ae Merge pull request #280 from dtolnay/depinfo
  • fd7d7a5 Emit dep-info for probe.rs in case sccache needs it
  • 447c328 Release 1.0.54
  • 4619db8 Merge pull request #279 from dtolnay/depinfo
  • 7b53bff Make env-dep:RUSTC_BOOTSTRAP get listed in probe's dep-info
  • e0500ad Merge pull request #277 from dtolnay/nightlyci
  • 48cea47 Make CI verify that error_generic_member_access works in latest nightly
  • Additional commits viewable in compare view

Updates winnow from 0.5.30 to 0.5.34

Changelog

Sourced from winnow's changelog.

[0.5.34] - 2024-01-10

Fixes

  • Don't require Statefuls State to be clone (a leftover from pre &mut input)

[0.5.33] - 2024-01-06

Features

  • Support char with tag parser which is faster than using one_of

[0.5.32] - 2024-01-03

Fixes

  • Parse +/- inf/nan with ascii::float

[0.5.31] - 2023-12-27

Performance

  • Help the optimizer trim unused instructions in any when parsing a complete buffer
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 patch-dependencies group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [ahash](https://github.com/tkaitchuck/ahash) | `0.8.6` | `0.8.7` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.75` | `0.1.76` |
| [base64](https://github.com/marshallpierce/rust-base64) | `0.21.5` | `0.21.7` |
| [clap](https://github.com/clap-rs/clap) | `4.4.11` | `4.4.15` |
| [deranged](https://github.com/jhpratt/deranged) | `0.3.10` | `0.3.11` |
| [figment](https://github.com/SergioBenitez/Figment) | `0.10.12` | `0.10.13` |
| [is-terminal](https://github.com/sunfishcode/is-terminal) | `0.4.9` | `0.4.10` |
| [libc](https://github.com/rust-lang/libc) | `0.2.151` | `0.2.152` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.71` | `1.0.76` |
| [quote](https://github.com/dtolnay/quote) | `1.0.33` | `1.0.35` |
| [schannel](https://github.com/steffengy/schannel-rs) | `0.1.22` | `0.1.23` |
| [semver](https://github.com/dtolnay/semver) | `1.0.20` | `1.0.21` |
| [serde](https://github.com/serde-rs/serde) | `1.0.193` | `1.0.195` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.108` | `1.0.111` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.52` | `1.0.56` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.30` | `0.5.34` |


Updates `ahash` from 0.8.6 to 0.8.7
- [Release notes](https://github.com/tkaitchuck/ahash/releases)
- [Commits](https://github.com/tkaitchuck/ahash/commits)

Updates `async-trait` from 0.1.75 to 0.1.76
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.75...0.1.76)

Updates `base64` from 0.21.5 to 0.21.7
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.5...v0.21.7)

Updates `clap` from 4.4.11 to 4.4.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@v4.4.11...v4.4.15)

Updates `deranged` from 0.3.10 to 0.3.11
- [Commits](https://github.com/jhpratt/deranged/commits/v0.3.11)

Updates `figment` from 0.10.12 to 0.10.13
- [Commits](https://github.com/SergioBenitez/Figment/commits)

Updates `is-terminal` from 0.4.9 to 0.4.10
- [Commits](sunfishcode/is-terminal@v0.4.9...v0.4.10)

Updates `libc` from 0.2.151 to 0.2.152
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.151...0.2.152)

Updates `proc-macro2` from 1.0.71 to 1.0.76
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.71...1.0.76)

Updates `quote` from 1.0.33 to 1.0.35
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.33...1.0.35)

Updates `schannel` from 0.1.22 to 0.1.23
- [Release notes](https://github.com/steffengy/schannel-rs/releases)
- [Commits](steffengy/schannel-rs@v0.1.22...v0.1.23)

Updates `semver` from 1.0.20 to 1.0.21
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.20...1.0.21)

Updates `serde` from 1.0.193 to 1.0.195
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.193...v1.0.195)

Updates `serde_json` from 1.0.108 to 1.0.111
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.108...v1.0.111)

Updates `thiserror` from 1.0.52 to 1.0.56
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.52...1.0.56)

Updates `winnow` from 0.5.30 to 0.5.34
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.5.30...v0.5.34)

---
updated-dependencies:
- dependency-name: ahash
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: async-trait
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: base64
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: clap
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: deranged
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: figment
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: is-terminal
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: libc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: quote
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: schannel
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: semver
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: serde
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: serde_json
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: thiserror
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
...

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 Jan 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 15, 2024

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

@dependabot dependabot bot closed this Jan 15, 2024
@dependabot dependabot bot deleted the dependabot/cargo/patch-dependencies-d2a739f200 branch January 15, 2024 01:37
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