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 group across 1 directory with 15 updates #80

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2025

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

Package From To
clap 4.5.27 4.5.28
serde_json 1.0.137 1.0.138
async-trait 0.1.85 0.1.86
cc 1.2.10 1.2.12
cpufeatures 0.2.16 0.2.17
pin-project 1.1.8 1.1.9
rustix 0.38.43 0.38.44
rustls 0.23.21 0.23.22
ryu 1.0.18 1.0.19
toml_edit 0.22.22 0.22.23
unicode-ident 1.0.14 1.0.16
webpki-roots 0.26.7 0.26.8

Updates clap from 4.5.27 to 4.5.28

Release notes

Sourced from clap's releases.

v4.5.28

[4.5.28] - 2025-02-03

Features

  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown
Changelog

Sourced from clap's changelog.

[4.5.28] - 2025-02-03

Features

  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown
Commits

Updates serde_json from 1.0.137 to 1.0.138

Release notes

Sourced from serde_json's releases.

v1.0.138

  • Documentation improvements
Commits
  • c916099 Release 1.0.138
  • dc29e48 Move BufReader to caller
  • 29122f9 Sort imports from PR 1237
  • d33c1b5 Merge pull request #1237 from JonathanBrouwer/master
  • 8c2d800 Add more warnings to apply buffering on docs of affected functions
  • 65bbd1a Fix example of from_reader not applying buffering when it should
  • 87f78da More precise gitignore patterns
  • 4134f11 Remove *.sw[po] from gitignore
  • c7626db Remove **/*.rs.bk from project-specific gitignore
  • See full diff in compare view

Updates async-trait from 0.1.85 to 0.1.86

Release notes

Sourced from async-trait's releases.

0.1.86

  • Documentation improvements
Commits
  • 46a70c0 Release 0.1.86
  • 0e43f29 Merge pull request #286 from dtolnay/dyncomp
  • c49cbcb Update 'object safe' -> 'dyn compatible' naming in tests
  • 87316f9 Merge pull request #285 from dtolnay/dyncomp
  • eb69fb3 Delete section on dyn compatibility of default implementations
  • ec9665a Update example error message in docs
  • f1b4d3c Update ui test suite to nightly-2025-02-01
  • b33a4b2 More precise gitignore patterns
  • 9d09210 Remove **/*.rs.bk from project-specific gitignore
  • 3f11674 Update ui test suite to nightly-2025-01-23
  • See full diff in compare view

Updates cc from 1.2.10 to 1.2.12

Release notes

Sourced from cc's releases.

cc-v1.2.12

Other

  • Split impl Build (#1382)
  • Don't specify both -target and -mtargetos= on Apple targets (#1384)

cc-v1.2.11

Other

  • Fix more flag inheritance (#1380)
  • Include wrapper args. in stdout family heuristics to restore classifying clang --driver-mode=cl as Msvc { clang_cl: true } (#1378)
  • Constrain -Clto and -Cembed-bitcode flag inheritance to be clang-only (#1379)
  • Pass deployment target with -m*-version-min= (#1339)
  • Regenerate target info (#1376)
Changelog

Sourced from cc's changelog.

1.2.12 - 2025-02-04

Other

  • Split impl Build (#1382)
  • Don't specify both -target and -mtargetos= on Apple targets (#1384)

1.2.11 - 2025-01-31

Other

  • Fix more flag inheritance (#1380)
  • Include wrapper args. in stdout family heuristics to restore classifying clang --driver-mode=cl as Msvc { clang_cl: true } (#1378)
  • Constrain -Clto and -Cembed-bitcode flag inheritance to be clang-only (#1379)
  • Pass deployment target with -m*-version-min= (#1339)
  • Regenerate target info (#1376)
Commits
  • 9a9c248 chore: release v1.2.12 (#1387)
  • c82ea31 Split impl Build (#1382)
  • a49184e test: ensure clang --driver-mode=cl is MSVC- and clang-cl-like (#1381)
  • 4990d4b allow specifying rustc when generating target information (#1385)
  • 29431fa Don't specify both -target and -mtargetos= on Apple targets (#1384)
  • 81929fa chore: release v1.2.11 (#1377)
  • a10fd61 Fix more flag inheritance (#1380)
  • 3a4a86d Include wrapper args. in stdout family heuristics to restore classifying `c...
  • 65b4d9a Constrain -Clto and -Cembed-bitcode flag inheritance to be clang-only (...
  • 8533e8c Pass deployment target with -m*-version-min= (#1339)
  • Additional commits viewable in compare view

Updates clap_derive from 4.5.24 to 4.5.28

Release notes

Sourced from clap_derive's releases.

v4.5.28

[4.5.28] - 2025-02-03

Features

  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown

v4.5.27

[4.5.27] - 2025-01-20

Documentation

  • Iterate on tutorials and reference based on feedback

v4.5.26

[4.5.26] - 2025-01-09

Fixes

  • (error) Reduce binary size with the suggestions feature

v4.5.25

[4.5.25] - 2025-01-09

Fixes

  • (help) Reduce binary size
Changelog

Sourced from clap_derive's changelog.

[4.5.28] - 2025-02-03

Features

  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown

[4.5.27] - 2025-01-20

Documentation

  • Iterate on tutorials and reference based on feedback

[4.5.26] - 2025-01-09

Fixes

  • (error) Reduce binary size with the suggestions feature

[4.5.25] - 2025-01-09

Fixes

  • (help) Reduce binary size
Commits

Updates cpufeatures from 0.2.16 to 0.2.17

Commits

Updates pin-project from 1.1.8 to 1.1.9

Release notes

Sourced from pin-project's releases.

1.1.9

  • Suppress clippy::missing_const_for_fn lint in generated code.
Changelog

Sourced from pin-project's changelog.

[1.1.9] - 2025-02-03

  • Suppress clippy::missing_const_for_fn lint in generated code.
Commits
  • e224413 Release 1.1.9
  • 1003f80 Suppress clippy::missing_const_for_fn lint in generated code
  • c6d2ebc Ignore clippy::doc_overindented_list_items lint
  • f33d7eb tools: Update tidy.sh and related configs/markers
  • 63c0e8e ci: Update reusable workflows
  • 970d0c3 ci: Use taiki-e/github-actions/.github/workflows/test.yml reusable workflow
  • 00b79e2 tests: Add todo comment
  • ebed0a3 ci: Disable buggy dependabot grouped update
  • ee924ee tools: Format shell scripts with indent_size = 2 to match scripts in CI config
  • b8e1b16 tests: Update lint test
  • Additional commits viewable in compare view

Updates pin-project-internal from 1.1.8 to 1.1.9

Release notes

Sourced from pin-project-internal's releases.

1.1.9

  • Suppress clippy::missing_const_for_fn lint in generated code.
Changelog

Sourced from pin-project-internal's changelog.

[1.1.9] - 2025-02-03

  • Suppress clippy::missing_const_for_fn lint in generated code.
Commits
  • e224413 Release 1.1.9
  • 1003f80 Suppress clippy::missing_const_for_fn lint in generated code
  • c6d2ebc Ignore clippy::doc_overindented_list_items lint
  • f33d7eb tools: Update tidy.sh and related configs/markers
  • 63c0e8e ci: Update reusable workflows
  • 970d0c3 ci: Use taiki-e/github-actions/.github/workflows/test.yml reusable workflow
  • 00b79e2 tests: Add todo comment
  • ebed0a3 ci: Disable buggy dependabot grouped update
  • ee924ee tools: Format shell scripts with indent_size = 2 to match scripts in CI config
  • b8e1b16 tests: Update lint test
  • Additional commits viewable in compare view

Updates rustix from 0.38.43 to 0.38.44

Commits

Updates rustls from 0.23.21 to 0.23.22

Commits
  • 784b873 Further defend ChunkVecBuffer::prefix_used invariant
  • 200d566 Re-privatize ChunkVecBuffer::consume() and defend misuse
  • a5d8a6b Detect ChunkVecBuffer::consume larger than length
  • d978e2f chore(deps): update rust crate x509-parser to 0.17
  • 43c2336 Detect illegal HRR if X25519 offered as secondary kx
  • 2551558 Increase accuracy of when to include second keyshare
  • 50d1acd Add X25519MLKEM768 to features documentation
  • bf663b6 Move crypto::aws_lc_rs::pq docs into manual
  • e883143 Bump rustls 0.23.22, rustls-post-quantum 0.2.2
  • c7a86de Add post-quantum key exchange algorithm to defaults
  • Additional commits viewable in compare view

Updates ryu from 1.0.18 to 1.0.19

Release notes

Sourced from ryu's releases.

1.0.19

  • Update rand dev dependency to 0.9 (#58)
Commits
  • 81d9ec4 Release 1.0.19
  • 7bb6da1 Merge pull request #58 from dtolnay/rand
  • 7e4b85e Update rand crate to 0.9
  • d12f8d0 More precise gitignore patterns
  • 631e145 Remove **/*.rs.bk from project-specific gitignore
  • d3f7415 Prevent upload-artifact step from causing CI failure
  • 5be6db4 Upload CI Cargo.lock for reproducing failures
  • 8234c4d Fill in ignore reasons in all #[ignore] attributes
  • 92fbde0 Merge pull request #57 from dtolnay/exhaustive
  • 55825b3 Mark exhaustive test #[ignore] in non-cfg(exhaustive)
  • Additional commits viewable in compare view

Updates toml_edit from 0.22.22 to 0.22.23

Commits
  • 15496f1 chore: Release
  • 1131ce8 docs: Update changelog
  • 4776fca Merge pull request #827 from epage/winnow07
  • 754769b chore: Upgrade to Winnow 0.7
  • 9415da2 refactor(parser): Switch to ModalParser
  • 5dfa5b0 chore: Upgrade to winnow 0.6.26
  • e92c3b6 Merge pull request #825 from slivingston/update-docs
  • 017a74d docs(readme): Update example to prefer DocumentMut
  • a07313e chore(deps): Update Rust Stable to v1.84 (#822)
  • 8da356f chore(deps): Update compatible (dev) (#821)
  • Additional commits viewable in compare view

Updates unicode-ident from 1.0.14 to 1.0.16

Release notes

Sourced from unicode-ident's releases.

1.0.16

  • Update rand dev dependency to 0.9 (#29)

1.0.15

  • Documentation improvements
Commits
  • 7183516 Release 1.0.16
  • 4c75cc8 Merge pull request #29 from dtolnay/rand
  • 3d6a431 Update rand crate to 0.9 in benchmark
  • 1e2c8c9 Release 1.0.15
  • 42b547d Update benchmark table
  • c322e39 Remove mention of criterion's legacy real_blackbox feature
  • 242d719 More precise gitignore patterns
  • 8837414 Uncapitalize Unicode license link in readme
  • See full diff in compare view

Updates webpki-roots from 0.26.7 to 0.26.8

Release notes

Sourced from webpki-roots's releases.

0.26.8

Upstream changes

What's Changed

Full Changelog: rustls/webpki-roots@v/0.26.7...v/0.26.8

Commits
  • 32504ae webpki-(roots|root-certs): v0.26.7 -> v0.26.8
  • 9a8498a jan 30th upstream ccadb updates
  • ba9f97a build(deps): update x509-parser requirement from 0.16.0 to 0.17.0
  • bd621fa ci: use persist-credentials: false throughout
  • See full diff in compare view

Updates winnow from 0.6.24 to 0.7.1

Changelog

Sourced from winnow's changelog.

[0.7.1] - 2025-02-03

Fixes

  • Don't panic when calling .next(), .next(), .finish() on iterator

[0.7.0] - 2025-01-30

Migration Guide

  1. Upgrade to the latest 0.6 release
  2. Resolve all deprecations
  3. Replace impl Parser<_, _, _> with impl ModalParser<_, _, _>
  4. Upgrade to 0.7.0
  5. Resolve any compiler errors
  • For custom errors, remove switch from from_error_kind to from_input and remove other kind parameters
  • For seq!(<tuple>), you may need to add mut to shared parsers
  • For Stream::peek* calls, update for lack of Stream being returned
  • Where ModalParser couldn't be used, change Parser<I, O, E> to Parser<I, O, ErrMode<E>>
  1. Resolve all deprecations

If you do not use cut_err or Partial, you can further clean up the code and improve performance by removing the use of ErrMode

  • Replace ModalResult<O, E> with winnow::Result<O> (if using default error type) or just Result<O, E>
  • Replace impl ModalParser with impl Parser
  • Remove uses of ErrMode

Compatibility

  • escaped and take_escaped now assert, rather than stop, on empty normal output
  • Some parsers used in seq(<tuple>) must now be mut
  • Stream::peek_token, Stream::peek_slice, Stream::peek_finish no longer return a clone of Stream
  • trait Locations functions have changed to improve parsing of lexed tokens
  • ParserError::append and FromExternalError::from_external_errors kind parameter has been removed
  • ParserError, AsChar, ContainsToken, Stream were added to the prelude
  • Some trait bounds changed
  • Deprecated functionality removed
  • Deprecated escaped_transform in favor of the new name escaped

Features

  • Decoupled ErrMode from the core traits through new ModalError trait and ParserError modal functions, allowing better performance and greater flexibility
  • Add ParserError, AsChar, ContainsToken, Stream to the prelude
  • Add stream::TokenSlice to help parsing of lexed tokens
  • Implement ErrorConvert for ErrMode

Fixes

  • Borrow parsers in seq!(<tuple>) so they can be used multiple times
  • escaped and take_escaped now assert, rather than stop, on empty normal output
  • Improve type inference for Parser::by_ref, Parser::complete_err

... (truncated)

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 5, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/patch-0eee3e16b1 branch from 7156a39 to 0d1da90 Compare February 5, 2025 15:40
Bumps the patch group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.27` | `4.5.28` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.137` | `1.0.138` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.85` | `0.1.86` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.10` | `1.2.12` |
| [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.16` | `0.2.17` |
| [pin-project](https://github.com/taiki-e/pin-project) | `1.1.8` | `1.1.9` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.43` | `0.38.44` |
| [rustls](https://github.com/rustls/rustls) | `0.23.21` | `0.23.22` |
| [ryu](https://github.com/dtolnay/ryu) | `1.0.18` | `1.0.19` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.22` | `0.22.23` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.14` | `1.0.16` |
| [webpki-roots](https://github.com/rustls/webpki-roots) | `0.26.7` | `0.26.8` |



Updates `clap` from 4.5.27 to 4.5.28
- [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.27...clap_complete-v4.5.28)

Updates `serde_json` from 1.0.137 to 1.0.138
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.137...v1.0.138)

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

Updates `cc` from 1.2.10 to 1.2.12
- [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.2.10...cc-v1.2.12)

Updates `clap_derive` from 4.5.24 to 4.5.28
- [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.5.24...v4.5.28)

Updates `cpufeatures` from 0.2.16 to 0.2.17
- [Commits](RustCrypto/utils@cpufeatures-v0.2.16...cpufeatures-v0.2.17)

Updates `pin-project` from 1.1.8 to 1.1.9
- [Release notes](https://github.com/taiki-e/pin-project/releases)
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project@v1.1.8...v1.1.9)

Updates `pin-project-internal` from 1.1.8 to 1.1.9
- [Release notes](https://github.com/taiki-e/pin-project/releases)
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project@v1.1.8...v1.1.9)

Updates `rustix` from 0.38.43 to 0.38.44
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md)
- [Commits](bytecodealliance/rustix@v0.38.43...v0.38.44)

Updates `rustls` from 0.23.21 to 0.23.22
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.21...v/0.23.22)

Updates `ryu` from 1.0.18 to 1.0.19
- [Release notes](https://github.com/dtolnay/ryu/releases)
- [Commits](dtolnay/ryu@1.0.18...1.0.19)

Updates `toml_edit` from 0.22.22 to 0.22.23
- [Commits](toml-rs/toml@v0.22.22...v0.22.23)

Updates `unicode-ident` from 1.0.14 to 1.0.16
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.14...1.0.16)

Updates `webpki-roots` from 0.26.7 to 0.26.8
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](rustls/webpki-roots@v/0.26.7...v/0.26.8)

Updates `winnow` from 0.6.24 to 0.7.1
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.6.24...v0.7.1)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: async-trait
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: clap_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: cpufeatures
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: pin-project
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: pin-project-internal
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: rustix
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: rustls
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: ryu
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: toml_edit
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: unicode-ident
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: webpki-roots
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/patch-0eee3e16b1 branch from 0d1da90 to 1fed226 Compare February 5, 2025 15:48
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