Skip to content

build(deps): bump the simple1 group across 1 directory with 9 updates #32366

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps the simple1 group with 7 updates in the / directory:

Package From To
chrono 0.4.39 0.4.40
aws-credential-types 1.2.2 1.2.3
aws-types 1.3.6 1.3.7
cc 1.2.19 1.2.20
async-compression 0.4.11 0.4.23
compact_bytes 0.1.3 0.1.4
h2 0.4.5 0.4.9

Updates chrono from 0.4.39 to 0.4.40

Release notes

Sourced from chrono's releases.

0.4.40

What's Changed

Commits
  • 2b7a28e Bump version to 0.4.40
  • 6d29c8a Add quarter (%q) date string specifier
  • 07216ae Upgrade to windows-bindgen 0.60
  • bf1973c Use similar-asserts to show bindgen diff
  • d0f8b59 Restrict MSRV to check --lib
  • 1f345fd Switch to 2024 idiom
  • 7f6cf5e Switch to 2024 style
  • 11d227a Apply suggestions from clippy 1.85
  • 15e287b Use NaiveDateTime for internal tz_info methods. (#1658)
  • 8317e7c docs: fix minor typo
  • Additional commits viewable in compare view

Updates aws-credential-types from 1.2.2 to 1.2.3

Commits

Updates aws-types from 1.3.6 to 1.3.7

Commits

Updates aws-smithy-runtime-api from 1.7.4 to 1.8.0

Commits

Updates aws-smithy-types from 1.3.0 to 1.3.1

Commits

Updates cc from 1.2.19 to 1.2.20

Release notes

Sourced from cc's releases.

cc-v1.2.20

Other

  • Regenerate target info (#1461)
  • Fix parser.rs on latest rustc nightly (#1459)
Changelog

Sourced from cc's changelog.

1.2.20 - 2025-04-25

Other

  • Regenerate target info (#1461)
  • Fix parser.rs on latest rustc nightly (#1459)
Commits

Updates async-compression from 0.4.11 to 0.4.23

Changelog

Sourced from async-compression's changelog.

0.4.23 - 2025-04-21

Other

  • (deps) update brotli requirement from 7.0 to 8.0
  • (deps) update liblzma requirement from 0.3.6 to 0.4.0

0.4.22 - 2025-03-25

Other

  • Add lz4 encoder/decoder
  • Expose total_in/total_out in DeflateEncoder

0.4.21 - 2025-03-15

Fixed

  • When flate encoding, do not mark internal state as flushed if it ran out of buffer space.
  • Add debug assertion in produce method to check buffer capacity in implementations for BufWriter.

0.4.20 - 2025-02-28

Added

  • Add support for wasm32-wasip1-* targets.

0.4.19 - 2025-02-27

Changed

  • Update bzip2 dependency to 0.5.

Fixed

  • Ensure that flush finishes before continuing.

0.4.18 - 2024-11-23

Fixed

  • Adjust Level::Precise clamp range for flate2.

0.4.17 - 2024-10-20

Fixed

  • Fix occasional panics when consuming from pending buffers.

0.4.16 - 2024-10-16

... (truncated)

Commits
  • aaac1a6 chore: release v0.4.23
  • 79c3dcc Merge pull request #343 from Nullus157/dependabot/cargo/brotli-8.0
  • efba501 chore(deps): update brotli requirement from 7.0 to 8.0
  • a642a55 Merge pull request #339 from Nullus157/dependabot/cargo/liblzma-0.4.0
  • 2abd8e7 chore(deps): update liblzma requirement from 0.3.6 to 0.4.0
  • 55af2a4 Merge pull request #338 from Nullus157/release-plz-2025-03-25T10-06-59Z
  • 6657e67 Update CHANGELOG.md
  • 7a33560 chore: release v0.4.22
  • 0ed8747 Merge pull request #337 from ardurin/main
  • ca9cd30 Merge pull request #331 from arpankapoor/lz4
  • Additional commits viewable in compare view

Updates compact_bytes from 0.1.3 to 0.1.4

Commits

Updates h2 from 0.4.5 to 0.4.9

Release notes

Sourced from h2's releases.

v0.4.8

What's Changed

New Contributors

Thanks

v0.4.7

What's Changed

  • Fix treating HEADERS frames with a non-zero content-length but END_STREAM flag as malformed.
  • Fix notifying the stream task when automatically reset on receipt of a stream error.

New Contributors

Thanks

Full Changelog: hyperium/h2@v0.4.6...v0.4.7

v0.4.6

What's Changed

  • Add current_max_send_streams() and current_max_recv_streams() to client::SendRequest.
  • Fix sending a PROTOCOL_ERROR instead of REFUSED_STREAM when receiving oversized headers.
  • Fix notifying a PushPromise task properly.
  • Fix notifying a stream task when reset.

New Contributors

Thanks

... (truncated)

Changelog

Sourced from h2's changelog.

0.4.9 (April 14, 2025)

  • Add sever::Connection::has_streams() method to check for active streams.

0.4.8 (February 18, 2025)

  • Fix handling implicit stream resets at the more correct time.
  • Fix window size decrements of send-closed streams.
  • Fix reclaiming of reserved capacity when streams are closed.
  • Fix to no longer call poll_flush after poll_shutdown.
  • Fix busy loop in task when poll_shutdown returns pending.

0.4.7 (November 19, 2024)

  • Fix treating HEADERS frames with a non-zero content-length but END_STREAM flag as malformed.
  • Fix notifying the stream task when automatically reset on receipt of a stream error.

0.4.6 (August 19, 2024)

  • Add current_max_send_streams() and current_max_recv_streams() to client::SendRequest.
  • Fix sending a PROTOCOL_ERROR instead of REFUSED_STREAM when receiving oversized headers.
  • Fix notifying a PushPromise task properly.
  • Fix notifying a stream task when reset.
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 A-dependencies Area: dependency upgrades label Apr 28, 2025
@dependabot dependabot bot requested review from a team and ggevay as code owners April 28, 2025 07:57
@dependabot dependabot bot requested a review from aljoscha April 28, 2025 07:57
Bumps the simple1 group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [chrono](https://github.com/chronotope/chrono) | `0.4.39` | `0.4.40` |
| [aws-credential-types](https://github.com/smithy-lang/smithy-rs) | `1.2.2` | `1.2.3` |
| [aws-types](https://github.com/smithy-lang/smithy-rs) | `1.3.6` | `1.3.7` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.19` | `1.2.20` |
| [async-compression](https://github.com/Nullus157/async-compression) | `0.4.11` | `0.4.23` |
| [compact_bytes](https://github.com/ParkMyCar/compact_bytes) | `0.1.3` | `0.1.4` |
| [h2](https://github.com/hyperium/h2) | `0.4.5` | `0.4.9` |



Updates `chrono` from 0.4.39 to 0.4.40
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.39...v0.4.40)

Updates `aws-credential-types` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-types` from 1.3.6 to 1.3.7
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-smithy-runtime-api` from 1.7.4 to 1.8.0
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-smithy-types` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `cc` from 1.2.19 to 1.2.20
- [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.19...cc-v1.2.20)

Updates `async-compression` from 0.4.11 to 0.4.23
- [Release notes](https://github.com/Nullus157/async-compression/releases)
- [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md)
- [Commits](Nullus157/async-compression@v0.4.11...v0.4.23)

Updates `compact_bytes` from 0.1.3 to 0.1.4
- [Commits](https://github.com/ParkMyCar/compact_bytes/commits)

Updates `h2` from 0.4.5 to 0.4.9
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.4.5...v0.4.9)

---
updated-dependencies:
- dependency-name: chrono
  dependency-version: 0.4.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple1
- dependency-name: aws-credential-types
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple1
- dependency-name: aws-types
  dependency-version: 1.3.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple1
- dependency-name: aws-smithy-runtime-api
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple1
- dependency-name: aws-smithy-types
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple1
- dependency-name: cc
  dependency-version: 1.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple1
- dependency-name: async-compression
  dependency-version: 0.4.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple1
- dependency-name: compact_bytes
  dependency-version: 0.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple1
- dependency-name: h2
  dependency-version: 0.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple1
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/simple1-d76aabc81c branch from 5c11034 to 4f645a0 Compare April 28, 2025 09:52
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2025

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

@dependabot dependabot bot closed this May 1, 2025
@dependabot dependabot bot deleted the dependabot/cargo/simple1-d76aabc81c branch May 1, 2025 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: dependency upgrades
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants