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 rust-minor group with 13 updates #376

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the rust-minor group with 13 updates:

Package From To
bumpalo 3.16.0 3.17.0
cc 1.2.10 1.2.11
httparse 1.9.5 1.10.0
hyper 1.5.2 1.6.0
rustls 0.23.21 0.23.22
rustls-pki-types 1.10.1 1.11.0
ryu 1.0.18 1.0.19
serde_json 1.0.137 1.0.138
syn 2.0.96 2.0.98
toml_edit 0.22.22 0.22.23
unicode-ident 1.0.15 1.0.16
webpki-roots 0.26.7 0.26.8
winnow 0.6.24 0.7.0

Updates bumpalo from 3.16.0 to 3.17.0

Changelog

Sourced from bumpalo's changelog.

3.17.0

Released 2025-01-28.

Added

  • Added a bunch of try_ allocation methods for slices and str:
    • try_alloc_slice_fill_default
    • try_alloc_slice_fill_iter
    • try_alloc_slice_fill_clone
    • try_alloc_slice_fill_copy
    • try_alloc_slice_fill_with
    • try_alloc_str
    • try_alloc_slice_clone
    • try_alloc_slice_copy

Changed

  • Minimum supported Rust version reduced to 1.71.1

Fixed

  • Fixed a stacked-borrows MIRI bug in dealloc

Commits

Updates cc from 1.2.10 to 1.2.11

Release notes

Sourced from cc's releases.

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.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
  • 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)
  • bf4dcf7 Regenerate target info (#1376)
  • e65d160 Update rusqlite requirement from 0.32.0 to 0.33.0 (#1374)
  • See full diff in compare view

Updates httparse from 1.9.5 to 1.10.0

Commits
  • 3308d11 v1.10.0
  • c462abb chore: update copyright year
  • b72c2ff style: modernize byte_map! (#197)
  • a7e4650 ci: fix qemu for ubuntu 24.04 noble (#199)
  • eb91549 refactor: reduce ease of soundness mistake of peek_ahead in iter.rs (#191)
  • f1cbffc feat(path): allow utf8 chars in path (#178)
  • 380f130 iter::slice_skip remove possibility of underflow in debug_assert (#187)
  • 0e1b088 Update MSRV from 1.36 to 1.47 also in clippy.toml. Fix related clippy issues....
  • 390a6d3 Update MSRV from 1.36 to 1.47 (#192)
  • 9f6702b Fix method parsing to reject a leading space (#190)
  • See full diff in compare view

Updates hyper from 1.5.2 to 1.6.0

Release notes

Sourced from hyper's releases.

v1.6.0

Features

  • ext: add ext::on_informational() callback extension (#3818) (8ce1fcfa, closes #2565)
  • server: add http1::Builder::ignore_invalid_headers(bool) option (#3824) (3817a79b)

Bug Fixes

Breaking Changes

  • http2::Builder::max_local_error_reset_streams() now takes &mut self and returns &mut Self. In practice, this shouldn't break almost anyone. It was the wrong receiver and return types. (e981a91e)

New Contributors

Thanks

Full Changelog: hyperium/hyper@v1.5.2...v1.6.0

Changelog

Sourced from hyper's changelog.

v1.6.0 (2025-01-28)

Bug Fixes

Features

  • ext: add ext::on_informational() callback extension (#3818) (8ce1fcfa, closes #2565)
  • server: add http1::Builder::ignore_invalid_headers(bool) option (#3824) (3817a79b)

Breaking Changes

  • http2::Builder::max_local_error_reset_streams() now takes &mut self and returns &mut Self. In practice, this shouldn't break almost anyone. It was the wrong receiver and return types. (e981a91e)
Commits
  • 621d8e4 v1.6.0
  • 83f4588 chore(LICENSE): update copyright year
  • 10b09ff fix(server): start http1 header read timeout when conn is idle (#3828)
  • 8ce1fcf feat(ext): add ext::on_informational() callback extension (#3818)
  • de28b0e chore(ci): use msrv aware dependency resolver (#3831)
  • 5baf537 chore(ci): use yq to get rust-version in manifest (#3829)
  • 3817a79 feat(server): add http1::Builder::ignore_invalid_headers(bool) option (#3824)
  • e981a91 fix(server): change max_local_error_reset_streams function to &mut self (...
  • See full diff in compare view

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 rustls-pki-types from 1.10.1 to 1.11.0

Release notes

Sourced from rustls-pki-types's releases.

1.11.0

What's Changed

New Contributors

Full Changelog: rustls/pki-types@v/1.10.1...v/1.11.0

Commits
  • be3a4c4 Move AlgorithmIdentifier type into alg_id
  • 3ac5526 Bump version to 1.11.0
  • d372277 alg_id: include der2ascii output in docs
  • 972943c src/data/README: update go instructions
  • 540633b alg_ids.rs: adjust head comment
  • 6ab3558 Migrate AlgorithmIdentifier values from rustls-webpki
  • 87d80c1 feat: add const try_from_str constructor to DnsName type.
  • See full diff 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 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 syn from 2.0.96 to 2.0.98

Release notes

Sourced from syn's releases.

2.0.98

  • Allow lifetimes in function pointer return values in ParseStream::call and Punctuated parsers (#1847)

2.0.97

  • Documentation improvements
Commits
  • 71f3808 Release 2.0.98
  • f0c57ee Merge pull request #1847 from dtolnay/lifetimes
  • 4307f64 Allow lifetimes in function pointer return values
  • d15bdea Release 2.0.97
  • bf672a9 Merge pull request #1846 from dtolnay/surroundcfg
  • f0ee7e9 Fix missing doc cfg on <$Delimiter>::surround
  • e0e40cf Resolve unnecessary_semicolon pedantic clippy lint
  • 6ebd966 Resolve sliced_string_as_bytes clippy lint
  • a09b650 More precise gitignore patterns
  • 42601b9 Resolve needless_continue pedantic clippy lint
  • 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.15 to 1.0.16

Release notes

Sourced from unicode-ident's releases.

1.0.16

  • Update rand dev dependency to 0.9 (#29)
Commits

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.0

Changelog

Sourced from winnow's changelog.

[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
  • Improve error reports for float
  • Added an inherent ParserError::append to reduce boilerplate with custom errors
  • Added support for TreeError with binary::bits parsers
  • escaped can now have separate types for normal and escaped parsers

Documentation

... (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

Bumps the rust-minor group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [bumpalo](https://github.com/fitzgen/bumpalo) | `3.16.0` | `3.17.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.10` | `1.2.11` |
| [httparse](https://github.com/seanmonstar/httparse) | `1.9.5` | `1.10.0` |
| [hyper](https://github.com/hyperium/hyper) | `1.5.2` | `1.6.0` |
| [rustls](https://github.com/rustls/rustls) | `0.23.21` | `0.23.22` |
| [rustls-pki-types](https://github.com/rustls/pki-types) | `1.10.1` | `1.11.0` |
| [ryu](https://github.com/dtolnay/ryu) | `1.0.18` | `1.0.19` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.137` | `1.0.138` |
| [syn](https://github.com/dtolnay/syn) | `2.0.96` | `2.0.98` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.22` | `0.22.23` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.15` | `1.0.16` |
| [webpki-roots](https://github.com/rustls/webpki-roots) | `0.26.7` | `0.26.8` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.6.24` | `0.7.0` |


Updates `bumpalo` from 3.16.0 to 3.17.0
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](fitzgen/bumpalo@3.16.0...3.17.0)

Updates `cc` from 1.2.10 to 1.2.11
- [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.11)

Updates `httparse` from 1.9.5 to 1.10.0
- [Release notes](https://github.com/seanmonstar/httparse/releases)
- [Commits](seanmonstar/httparse@v1.9.5...v1.10.0)

Updates `hyper` from 1.5.2 to 1.6.0
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.5.2...v1.6.0)

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 `rustls-pki-types` from 1.10.1 to 1.11.0
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](rustls/pki-types@v/1.10.1...v/1.11.0)

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 `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 `syn` from 2.0.96 to 2.0.98
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.96...2.0.98)

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.15 to 1.0.16
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.15...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.0
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.6.24...v0.7.0)

---
updated-dependencies:
- dependency-name: bumpalo
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: httparse
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor
- dependency-name: hyper
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor
- dependency-name: rustls
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: rustls-pki-types
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor
- dependency-name: ryu
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: serde_json
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: toml_edit
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: unicode-ident
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: webpki-roots
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor
...

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 Feb 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

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

@dependabot dependabot bot closed this Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/cargo/rust-minor-18ac899ce4 branch February 3, 2025 12:31
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