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

chore(deps): bump the patch-versions group with 5 updates #5106

Closed
wants to merge 3 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps the patch-versions group with 5 updates:

Package From To
reqwest 0.12.9 0.12.11
serde 1.0.216 1.0.217
glob 0.3.1 0.3.2
petgraph 0.6.5 0.6.6
syn 2.0.91 2.0.93

Updates reqwest from 0.12.9 to 0.12.11

Release notes

Sourced from reqwest's releases.

v0.12.11

What's Changed

Full Changelog: seanmonstar/reqwest@v0.12.10...v0.12.11

v0.12.10

What's Changed

New Contributors

Thanks

Full Changelog: seanmonstar/reqwest@v0.12.9...v0.12.10

Changelog

Sourced from reqwest's changelog.

v0.12.11

  • Fix decompression returning an error when HTTP/2 ends with an empty data frame.

v0.12.10

  • Add ClientBuilder::connector_layer() to allow customizing the connector stack.
  • Add ClientBuilder::http2_max_header_list_size() option.
  • Fix propagating body size hint (content-length) information when wrapping bodies.
  • Fix decompression of chunked bodies so the connections can be reused more often.
Commits
  • 224f0b8 v0.12.11
  • beea332 fix decoding extra empty frame (#2508)
  • 177cc7f cleanup: typo fix
  • 409cff3 v0.12.10
  • ea48da7 docs: fix a few spelling issues (#2478)
  • 3ce98b5 fix: propagate Body::size_hint when wrapping bodies (#2503)
  • 44ca5ee remove Clone from connect::Unnameable for now (#2502)
  • 2a7c1b6 feat: allow pluggable tower layers in connector service stack (#2496)
  • 8a2174f chore: in README, update requirements to mention rustls along with vendored o...
  • d36c0f5 perf: fix decoder streams to make pooled connections reusable (#2484)
  • Additional commits viewable in compare view

Updates serde from 1.0.216 to 1.0.217

Release notes

Sourced from serde's releases.

v1.0.217

  • Support serializing externally tagged unit variant inside flattened field (#2786, thanks @​Mingun)
Commits
  • 930401b Release 1.0.217
  • cb6eaea Fix roundtrip inconsistency:
  • b6f339c Resolve repr_packed_without_abi clippy lint in tests
  • 2a5caea Merge pull request #2872 from dtolnay/ehpersonality
  • b9f93f9 Add no-std CI on stable compiler
  • eb5cd47 Drop #[lang = "eh_personality"] from no-std test
  • 8478a3b Merge pull request #2871 from dtolnay/nostdstart
  • dbb9091 Replace #[start] with extern fn main
  • See full diff in compare view

Updates glob from 0.3.1 to 0.3.2

Release notes

Sourced from glob's releases.

v0.3.2

What's Changed

New Contributors

Full Changelog: rust-lang/glob@0.3.1...v0.3.2

Changelog

Sourced from glob's changelog.

0.3.2 - 2024-12-28

What's Changed

New Contributors

Full Changelog: rust-lang/glob@0.3.1...0.3.2

Commits
  • 58d0748 chore: release v0.3.2
  • 55b1be0 Merge pull request #150 from tgross35/release-plz
  • 56054d2 Add release-plz for automated releases
  • b93bca1 Merge pull request #151 from tgross35/fix-ci
  • 1dff477 Add a success job to CI for branch protection
  • 9bd1af8 Update CI runners to the latest available versions
  • 8c5d22c Check only (no longer test) at the MSRV
  • 89ef8a3 Clean up the CI configuration file
  • 49ee1e9 Merge pull request #140 from rust-lang/dependabot/github_actions/actions/chec...
  • 9c9f43f Bump actions/checkout from 3 to 4
  • Additional commits viewable in compare view

Updates petgraph from 0.6.5 to 0.6.6

Changelog

Sourced from petgraph's changelog.

Version 0.6.6 (2024-12-31)

  • Add graph6 format encoder and decoder ([#658](https://github.com/petgraph/petgraph/issues/658)_)
  • Dynamic Topological Sort algorithm support ([#675](https://github.com/petgraph/petgraph/issues/675)_)
  • Add UndirectedAdaptor ([#695](https://github.com/petgraph/petgraph/issues/695)_)
  • Add LowerHex and UpperHex implementations for Dot ([#687](https://github.com/petgraph/petgraph/issues/687)_)
  • Make serde support more complete ([#550](https://github.com/petgraph/petgraph/issues/550)_)
  • Process multiple edges in the Floyd-Warshall implementation ([#685](https://github.com/petgraph/petgraph/issues/685)_)
  • Update fixedbitset to 0.5.7 ([#664](https://github.com/petgraph/petgraph/issues/664)_)
  • Fix immediately_dominated_by function called on root of graph returns root itself ([#670](https://github.com/petgraph/petgraph/issues/670)_)
  • Fix adjacency matrix for Csr and List ([#648](https://github.com/petgraph/petgraph/issues/648)_)
  • Fix clippy warnings ([#701](https://github.com/petgraph/petgraph/issues/701)_)
  • Add performance note to the all_simple_paths function documentation ([#693](https://github.com/petgraph/petgraph/issues/693)_)

.. _[#658](https://github.com/petgraph/petgraph/issues/658): petgraph/petgraph#658 .. _[#675](https://github.com/petgraph/petgraph/issues/675): petgraph/petgraph#675 .. _[#695](https://github.com/petgraph/petgraph/issues/695): petgraph/petgraph#695 .. _[#687](https://github.com/petgraph/petgraph/issues/687): petgraph/petgraph#687 .. _[#550](https://github.com/petgraph/petgraph/issues/550): petgraph/petgraph#550 .. _[#685](https://github.com/petgraph/petgraph/issues/685): petgraph/petgraph#685 .. _[#664](https://github.com/petgraph/petgraph/issues/664): petgraph/petgraph#664 .. _[#670](https://github.com/petgraph/petgraph/issues/670): petgraph/petgraph#670 .. _[#648](https://github.com/petgraph/petgraph/issues/648): petgraph/petgraph#648 .. _[#701](https://github.com/petgraph/petgraph/issues/701): petgraph/petgraph#701 .. _[#693](https://github.com/petgraph/petgraph/issues/693): petgraph/petgraph#693

Commits
  • 13ebd7d Release 0.6.6 (#706)
  • 159341e Implement DSatur graph coloring algorithm
  • 7fa3aac fix: adjacency matrix for csr and adjacency list (#648)
  • 9fda6bb Update gitignore with possible editor extensions to ensure they do not occur ...
  • 9b5837e Allow clippy::needless_range_loop in benches
  • ad9f83c Process warnings in 'test' target
  • 4f0ddc7 Satisfy Clippy in docs lints
  • 9c5c450 Satisfy Clippy in everything except docs
  • e6401e7 Elide the lifetimes
  • 5c9f9cc Solve dead code warnings
  • Additional commits viewable in compare view

Updates syn from 2.0.91 to 2.0.93

Release notes

Sourced from syn's releases.

2.0.93

  • Fix expression parsing edge cases: x as T <<= y (#1804), break as T (#1805), match x { _ if .. => {} } (#1807)
  • Fix expression printing edge cases: || -> T 'a: {} (#1806), if break x {} (#1808, #1810)

2.0.92

  • Fix parenthesization of jumps inside ranges (#1798)
Commits
  • 3f2acdc Release 2.0.93
  • 2ecf36a Merge pull request #1810 from dtolnay/confusable
  • 6240d9c Recursive implementation of confusable_with_adjacent_block
  • 39c8d4e Merge pull request #1809 from dtolnay/permutations
  • c770215 Add exhaustive expressions parsing test
  • 672aca9 Exclude slow expressions test from miri
  • 52d1ebb Merge pull request #1808 from dtolnay/ifbreak
  • 7fbb4ae Fix if break x {}
  • 6baa793 Merge pull request #1807 from dtolnay/rangearrow
  • 23f8f3b Fix match x { _ if .. => {} }
  • Additional commits viewable in compare view

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-versions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.9` | `0.12.11` |
| [serde](https://github.com/serde-rs/serde) | `1.0.216` | `1.0.217` |
| [glob](https://github.com/rust-lang/glob) | `0.3.1` | `0.3.2` |
| [petgraph](https://github.com/petgraph/petgraph) | `0.6.5` | `0.6.6` |
| [syn](https://github.com/dtolnay/syn) | `2.0.91` | `2.0.93` |


Updates `reqwest` from 0.12.9 to 0.12.11
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.9...v0.12.11)

Updates `serde` from 1.0.216 to 1.0.217
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.216...v1.0.217)

Updates `glob` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/rust-lang/glob/releases)
- [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md)
- [Commits](rust-lang/glob@0.3.1...v0.3.2)

Updates `petgraph` from 0.6.5 to 0.6.6
- [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst)
- [Commits](https://github.com/petgraph/petgraph/compare/[email protected]@v0.6.6)

Updates `syn` from 2.0.91 to 2.0.93
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.91...2.0.93)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-versions
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-versions
- dependency-name: glob
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-versions
- dependency-name: petgraph
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-versions
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 30, 2024 19:29
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 30, 2024
@dependabot dependabot bot removed the request for review from a team December 30, 2024 19:29
@dependabot dependabot bot added the rust Pull requests that update Rust code label Dec 30, 2024
@dependabot dependabot bot requested review from hanabi1224 and elmattic December 30, 2024 19:29
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2025

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

@dependabot dependabot bot closed this Jan 6, 2025
@dependabot dependabot bot deleted the dependabot/cargo/patch-versions-1ca9c895af branch January 6, 2025 19:15
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