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-dependencies group with 5 updates #312

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the rust-dependencies group with 5 updates:

Package From To
flate2 1.0.34 1.0.35
serde 1.0.214 1.0.215
tar 0.4.42 0.4.43
ureq 2.10.1 2.11.0
tempfile 3.13.0 3.14.0

Updates flate2 from 1.0.34 to 1.0.35

Release notes

Sourced from flate2's releases.

1.0.35 - security update to zlib-rs

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.34...1.0.35

Commits

Updates serde from 1.0.214 to 1.0.215

Release notes

Sourced from serde's releases.

v1.0.215

  • Produce warning when multiple fields or variants have the same deserialization name (#2855, #2856, #2857)
Commits
  • 8939af4 Release 1.0.215
  • fa5d58c Use ui test syntax that does not interfere with rustfmt
  • 1a3cf4b Update PR 2562 ui tests
  • 7d96352 Merge pull request #2857 from dtolnay/collide
  • 111ecc5 Update ui tests for warning on colliding aliases
  • edd6fe9 Revert "Add checks for conflicts for aliases"
  • a20e924 Revert "pacify clippy"
  • b1353a9 Merge pull request #2856 from dtolnay/dename
  • c59e876 Produce a separate warning for every colliding name
  • 7f1e697 Merge pull request #2855 from dtolnay/namespan
  • Additional commits viewable in compare view

Updates tar from 0.4.42 to 0.4.43

Commits

Updates ureq from 2.10.1 to 2.11.0

Changelog

Sourced from ureq's changelog.

Unreleased

3.0.0-rc3

  • Re-export ureq_proto::ArrayVec (#891)
  • Expose typestate variables, but #[doc(hidden)] (#889)
  • Clarify versioning and MSRV policy (#887)
  • Get last used uri via ResponseExt::get_uri() (#884)
  • Expose more things for 3rd party Transport impls (#886)
  • Make accessor fn for Config and TlsConfig (#886)
  • Move Transport and Resolver traits to unversioned (#881)
  • Upgrade deps (#885)
  • MSRV 1.71.1 to follow rustls (#885)
  • Fix bug in chunked overhead calculation (#880)
  • Make it possible to disable all automatic headers (#876)
  • Rename hoot -> ureq_proto(#872)
  • Fix disable_verification for TLS (#871)
  • vendored feature flag to get vendored native-tls (#866)
  • Fix incorrect handling of expect-100 (#867)

3.0.0-rc2

  • Remove pub-field config structs in favor of builders (#848)
  • BodyBuilder to create a response Body for test/middleware (#847)
  • RequestBuilder::send_empty() convenience fn (#846)
  • Rename BodyWithConfig::into_reader -> reader (#845)
  • Escape hatch to send body for any method (#857)
  • Reintrodice RequestBuilder::query (#843)
  • Reintroduce RequestBuilder::query_pairs (#856)
  • Reintroduce ResponseBuilder::send_form helper (#859)
  • (internal) Use HeaderName for non-sensitive headers (#855)
  • Fix broken build with rustls (#832)
  • Reduce dependency count, platform-verifier feature (#833, #818)

3.0.0-rc1

  • Ground up rewrite based on the http crate API.
Commits

Updates tempfile from 3.13.0 to 3.14.0

Changelog

Sourced from tempfile's changelog.

3.14.0

  • Make the wasip2 target work (requires tempfile's "nightly" feature to be enabled). #305.
  • Allow older windows-sys versions #304.
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-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.34` | `1.0.35` |
| [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.215` |
| [tar](https://github.com/alexcrichton/tar-rs) | `0.4.42` | `0.4.43` |
| [ureq](https://github.com/algesten/ureq) | `2.10.1` | `2.11.0` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.13.0` | `3.14.0` |


Updates `flate2` from 1.0.34 to 1.0.35
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/flate2-rs@1.0.34...1.0.35)

Updates `serde` from 1.0.214 to 1.0.215
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.214...v1.0.215)

Updates `tar` from 0.4.42 to 0.4.43
- [Commits](alexcrichton/tar-rs@0.4.42...0.4.43)

Updates `ureq` from 2.10.1 to 2.11.0
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](https://github.com/algesten/ureq/commits)

Updates `tempfile` from 3.13.0 to 3.14.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.13.0...v3.14.0)

---
updated-dependencies:
- dependency-name: flate2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tar
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: ureq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from joshwlewis as a code owner December 1, 2024 21:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code skip changelog labels Dec 1, 2024
@joshwlewis joshwlewis merged commit c5dec8b into main Dec 4, 2024
10 checks passed
@joshwlewis joshwlewis deleted the dependabot/cargo/rust-dependencies-09a09fbd44 branch December 4, 2024 21:38
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 skip changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant