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 rust-minor group across 1 directory with 10 updates #227

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the rust-minor group with 10 updates in the / directory:

Package From To
bytes 1.6.1 1.7.1
ppv-lite86 0.2.17 0.2.20
quinn 0.11.2 0.11.3
quinn-proto 0.11.3 0.11.6
rustls-pemfile 2.1.2 2.1.3
serde_json 1.0.121 1.0.122
toml_datetime 0.6.7 0.6.8
ttf-parser 0.24.0 0.24.1
winapi-util 0.1.8 0.1.9
xml-rs 0.8.20 0.8.21

Updates bytes from 1.6.1 to 1.7.1

Release notes

Sourced from bytes's releases.

Bytes 1.7.1

1.7.1 (August 1, 2024)

This release reverts the following change due to a regression:

  • Reuse capacity when possible in <BytesMut as Buf>::advance impl (#698)

The revert can be found at #726.

Bytes 1.7.0

1.7.0 (July 31, 2024)

Added

  • Add conversion from Bytes to BytesMut (#695, #710)
  • Add reclaim method without additional allocation (#686)

Documented

  • Clarify how BytesMut::zeroed works (#714)
  • Clarify the behavior of Buf::chunk (#717)

Changed

  • Change length condition of BytesMut::truncate
  • Reuse capacity when possible in <BytesMut as Buf>::advance impl (#698)
  • Improve must_use suggestion of BytesMut::split (#699)

Internal changes

  • Use ManuallyDrop instead of mem::forget (#678)
  • Don't set len in BytesMut::reserve (#682)
  • Optimize Bytes::copy_to_bytes (#688)
  • Refactor BytesMut::truncate (#694)
  • Refactor BytesMut::resize (#696)
  • Reorder assertion in Bytes::split_to, Bytes::split_off (#689, #693)
  • Use offset_from in more places (#705)
  • Correct the wrong usage of IntoIter (#707)
Changelog

Sourced from bytes's changelog.

1.7.1 (August 1, 2024)

This release reverts the following change due to a regression:

  • Reuse capacity when possible in <BytesMut as Buf>::advance impl (#698)

The revert can be found at #726.

1.7.0 (July 31, 2024)

Added

  • Add conversion from Bytes to BytesMut (#695, #710)
  • Add reclaim method without additional allocation (#686)

Documented

  • Clarify how BytesMut::zeroed works (#714)
  • Clarify the behavior of Buf::chunk (#717)

Changed

  • Change length condition of BytesMut::truncate
  • Reuse capacity when possible in <BytesMut as Buf>::advance impl (#698)
  • Improve must_use suggestion of BytesMut::split (#699)

Internal changes

  • Use ManuallyDrop instead of mem::forget (#678)
  • Don't set len in BytesMut::reserve (#682)
  • Optimize Bytes::copy_to_bytes (#688)
  • Refactor BytesMut::truncate (#694)
  • Refactor BytesMut::resize (#696)
  • Reorder assertion in Bytes::split_to, Bytes::split_off (#689, #693)
  • Use offset_from in more places (#705)
  • Correct the wrong usage of IntoIter (#707)
Commits
  • dc4fb3e chore: prepare bytes v1.7.1 (#727)
  • f488be4 Revert "Reuse capacity when possible in <BytesMut as Buf>::advance impl" (#726)
  • 03fdde9 chore: prepare v1.7.0 (#724)
  • f8c7b57 Merge 'v1.6.1' into 'master' (#721)
  • 9965a04 Remove unnecessary file (#719)
  • 3443ca5 docs: clarify the behavior of Buf::chunk (#717)
  • 8cc9407 Allow reclaiming the current allocation (#686)
  • 7a5154b Clarify how BytesMut::zeroed works and advantages to manual impl (#714)
  • fa1daac Change Bytes::make_mut to impl From<Bytes> for BytesMut (closes #709) (#710)
  • caf520a Fix iter tests to use the actual bytes IntoIter instead of std (#707)
  • Additional commits viewable in compare view

Updates ppv-lite86 from 0.2.17 to 0.2.20

Commits

Updates quinn from 0.11.2 to 0.11.3

Commits
  • 2d06eef proto: bump version to 0.11.6
  • 79489cb Revert "Expose the Handshake Confirmed state"
  • 91b5a56 proto: bump version to 0.11.5
  • 476f50a Don't define lints workspace-wide
  • b3f1493 quinn: bump version to 0.11.3
  • 7fdc351 Update cargo-deny-action to v2
  • 244b44d refactor(udp): introduce log facade
  • 2ba4966 Revert "proto: yield transport error for Initial packets with no CRYPTO"
  • da37b3b Add expect message to unwrap in PacketBuilder
  • 169f0c2 Fix incorrect initial DCID indexing on retried connections
  • Additional commits viewable in compare view

Updates quinn-proto from 0.11.3 to 0.11.6

Commits
  • 2d06eef proto: bump version to 0.11.6
  • 79489cb Revert "Expose the Handshake Confirmed state"
  • 91b5a56 proto: bump version to 0.11.5
  • 476f50a Don't define lints workspace-wide
  • b3f1493 quinn: bump version to 0.11.3
  • 7fdc351 Update cargo-deny-action to v2
  • 244b44d refactor(udp): introduce log facade
  • 2ba4966 Revert "proto: yield transport error for Initial packets with no CRYPTO"
  • da37b3b Add expect message to unwrap in PacketBuilder
  • 169f0c2 Fix incorrect initial DCID indexing on retried connections
  • Additional commits viewable in compare view

Updates rustls-pemfile from 2.1.2 to 2.1.3

Release notes

Sourced from rustls-pemfile's releases.

2.1.3

Notable changes

What's Changed

Commits
  • 38c6f8b Add RawPublicKeyCertificate
  • 5d9960f Bump pki-types from 1.3 to 1.7 and version from
  • bd9773d Bump base64 from 0.22.0 to 0.22.1
  • e4f1fae ci: add cron schedule trigger
  • 2433110 ci: switch linux hosts to ubuntu-latest
  • See full diff in compare view

Updates serde_json from 1.0.121 to 1.0.122

Release notes

Sourced from serde_json's releases.

v1.0.122

  • Support using json! in no-std crates (#1166)
Commits
  • 54381d6 Release 1.0.122
  • 16fb6e0 Work around buggy rust-analyzer behavior
  • 49d7d66 Merge pull request #1166 from dtolnay/allocvec
  • 6827c7b Fix json! invocations when std prelude is not in scope
  • 611b2a4 Merge pull request #1165 from serde-rs/jsonmac
  • 7633cb7 Eliminate local_inner_macros in favor of non-ident macro paths
  • See full diff in compare view

Updates toml_datetime from 0.6.7 to 0.6.8

Commits
  • eb16379 chore: Release
  • 534c0eb docs: Update changelog
  • d6bdaee Merge pull request #773 from epage/loqusion_main
  • 6d46fd2 feat(datetime): impl Serialize/Deserialize for Date/Time
  • fb83c29 Merge pull request #772 from epage/array
  • e273be6 perf(parser): Optimize for empty arrays
  • 5a9ad6f doc(parser): Update grammar
  • 15a9e83 refactor(parser): Make array parsing intent clearer
  • 69b2a06 perf(parser): More imperative array parsing
  • 04b7d16 perf(parser): Don't throwaway Vec allocation
  • Additional commits viewable in compare view

Updates ttf-parser from 0.24.0 to 0.24.1

Changelog

Sourced from ttf-parser's changelog.

[0.24.1] - 2024-08-05

Added

  • (glyf) glyf::Table::bbox. Thanks to LaurenzV.

Fixed

  • (kerx) kerx::SubtablesIter wasn't updating the current subtable index.
  • (GPOS) gpos::AnchorMatrix allows nullable/optional matrices now. Thanks to LaurenzV.
Commits

Updates winapi-util from 0.1.8 to 0.1.9

Commits

Updates xml-rs from 0.8.20 to 0.8.21

Changelog

Sourced from xml-rs's changelog.

Version 0.8.21

  • Added EventWriter::inner_ref
  • ~15% performance improvement
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

…ates

Bumps the rust-minor group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [bytes](https://github.com/tokio-rs/bytes) | `1.6.1` | `1.7.1` |
| [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) | `0.2.17` | `0.2.20` |
| [quinn](https://github.com/quinn-rs/quinn) | `0.11.2` | `0.11.3` |
| [quinn-proto](https://github.com/quinn-rs/quinn) | `0.11.3` | `0.11.6` |
| [rustls-pemfile](https://github.com/rustls/pemfile) | `2.1.2` | `2.1.3` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.121` | `1.0.122` |
| [toml_datetime](https://github.com/toml-rs/toml) | `0.6.7` | `0.6.8` |
| [ttf-parser](https://github.com/RazrFalcon/ttf-parser) | `0.24.0` | `0.24.1` |
| [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.8` | `0.1.9` |
| [xml-rs](https://github.com/kornelski/xml-rs) | `0.8.20` | `0.8.21` |



Updates `bytes` from 1.6.1 to 1.7.1
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.6.1...v1.7.1)

Updates `ppv-lite86` from 0.2.17 to 0.2.20
- [Commits](https://github.com/cryptocorrosion/cryptocorrosion/commits)

Updates `quinn` from 0.11.2 to 0.11.3
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](quinn-rs/quinn@quinn-0.11.2...quinn-0.11.3)

Updates `quinn-proto` from 0.11.3 to 0.11.6
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](quinn-rs/quinn@quinn-proto-0.11.3...quinn-proto-0.11.6)

Updates `rustls-pemfile` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](rustls/pemfile@v/2.1.2...v/2.1.3)

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

Updates `toml_datetime` from 0.6.7 to 0.6.8
- [Commits](toml-rs/toml@toml_datetime-v0.6.7...toml_datetime-v0.6.8)

Updates `ttf-parser` from 0.24.0 to 0.24.1
- [Changelog](https://github.com/RazrFalcon/ttf-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RazrFalcon/ttf-parser/commits)

Updates `winapi-util` from 0.1.8 to 0.1.9
- [Commits](BurntSushi/winapi-util@0.1.8...0.1.9)

Updates `xml-rs` from 0.8.20 to 0.8.21
- [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md)
- [Commits](kornelski/xml-rs@0.8.20...0.8.21)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor
- dependency-name: ppv-lite86
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: quinn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: quinn-proto
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: rustls-pemfile
  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: toml_datetime
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: ttf-parser
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: winapi-util
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: xml-rs
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
...

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 5, 2024
@torokati44 torokati44 merged commit bb1aace into main Aug 5, 2024
10 checks passed
@torokati44 torokati44 deleted the dependabot/cargo/rust-minor-8a7db13aa2 branch August 5, 2024 19:47
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.

1 participant