Skip to content

Bump the cargo group across 1 directory with 13 updates#1

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/cargo-e15de428bd
Open

Bump the cargo group across 1 directory with 13 updates#1
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/cargo-e15de428bd

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 9, 2024

Copy link
Copy Markdown

Bumps the cargo group with 13 updates in the / directory:

Package From To
hyper 0.12.33 0.14.12
crossbeam-deque 0.7.1 0.7.4
failure 0.1.5 0.1.8
generic-array 0.12.3 0.12.4
http 0.1.18 0.1.21
memoffset 0.5.1 0.5.6
net2 0.2.33 0.2.39
openssl 0.10.24 0.10.68
owning_ref 0.4.0 0.4.1
regex 1.3.0 1.11.1
remove_dir_all 0.5.2 0.5.3
smallvec 0.6.10 0.6.14
time 0.1.42 0.1.45

Updates hyper from 0.12.33 to 0.14.12

Release notes

Sourced from hyper's releases.

v0.14.12

Bug Fixes

  • ffi: on_informational callback had no headers (39b6d01a)
  • http1: apply header title case for consecutive dashes (#2613) (684f2fa7)
  • http2: improve errors emitted by HTTP2 Upgraded stream shutdown (#2622) (be08648e)

Features

  • client: expose http09 and http1 options on client::conn::Builder (#2611) (73bff4e9, closes #2461)

v0.14.11

Bug Fixes

  • client: retry when pool checkout returns closed HTTP2 connection (#2585) (52214f39)
  • http2:
    • improve I/O errors emitted by H2Upgraded (#2598) (f51c677d)
    • preserve proxy-authenticate and proxy-authorization headers (#2597) (52435701)

Features

  • ffi: add hyper_request_on_informational (25d18c0b)

v0.14.10

Bug Fixes

Features

  • ffi: add option to get raw headers from response (8c89a8c1)

v0.14.9

Bug Fixes

  • http1: reduce memory used with flatten write strategy (eb0c6463)

v0.14.8

Features

  • client: allow to config http2 max concurrent reset streams (#2535) (b9916c41)
  • error: add Error::is_parse_too_large and Error::is_parse_status methods (#2538) (960a69a5)
  • http2:

... (truncated)

Changelog

Sourced from hyper's changelog.

v0.14.12 (2021-08-24)

Bug Fixes

  • ffi: on_informational callback had no headers (39b6d01a)
  • http1: apply header title case for consecutive dashes (#2613) (684f2fa7)
  • http2: improve errors emitted by HTTP2 Upgraded stream shutdown (#2622) (be08648e)

Features

  • client: expose http09 and http1 options on client::conn::Builder (#2611) (73bff4e9, closes #2461)

v0.14.11 (2021-07-21)

Bug Fixes

  • client: retry when pool checkout returns closed HTTP2 connection (#2585) (52214f39)
  • http2:
    • improve I/O errors emitted by H2Upgraded (#2598) (f51c677d)
    • preserve proxy-authenticate and proxy-authorization headers (#2597) (52435701)

Features

  • ffi: add hyper_request_on_informational (25d18c0b)

v0.14.10 (2021-07-07)

Bug Fixes

  • http1:
    • reject content-lengths that have a plus sign prefix (06335158)
    • protect against overflow in chunked decoder (efd9a982)

Features

  • ffi: add option to get raw headers from response (8c89a8c1)

v0.14.9 (2021-06-07)

Bug Fixes

... (truncated)

Commits
  • f46b175 v0.14.12
  • 39b6d01 fix(ffi): on_informational callback had no headers
  • adaa8b3 chore(dependencies): require httparse 1.5.1
  • 95a9783 refactor(http1): use MaybeUninit for parsing with uninitialized headers (#2545)
  • be08648 fix(http2): improve errors emitted by HTTP2 Upgraded stream shutdown (#2622)
  • 9a113ed docs(capi): fix typo in the upload example build (#2626)
  • a1995ee docs(capi): build 'upload' example too by default (#2625)
  • 3b26572 refactor(ffi): check pointer arguments for NULL (#2624)
  • c351539 docs(capi): output the hyper_version in the capi examples (#2623)
  • 684f2fa fix(http1): apply header title case for consecutive dashes (#2613)
  • Additional commits viewable in compare view

Updates crossbeam-deque from 0.7.1 to 0.7.4

Changelog

Sourced from crossbeam-deque's changelog.

Version 0.8.4

  • Remove dependency on cfg-if. (#1072)

Version 0.8.3

  • Bump the minimum supported Rust version to 1.61. (#1037)

Version 0.8.2

  • Bump the minimum supported Rust version to 1.38. (#877)

Version 0.8.1

  • Support targets that do not have atomic CAS on stable Rust (#698)

Version 0.8.0

  • Bump the minimum supported Rust version to 1.36.
  • Bump crossbeam-channel to 0.5.
  • Bump crossbeam-deque to 0.8.
  • Bump crossbeam-epoch to 0.9.
  • Bump crossbeam-queue to 0.3.
  • Bump crossbeam-utils to 0.8.

Version 0.7.3

  • Fix breakage with nightly feature due to rust-lang/rust#65214.
  • Bump crossbeam-channel to 0.4.
  • Bump crossbeam-epoch to 0.8.
  • Bump crossbeam-queue to 0.2.
  • Bump crossbeam-utils to 0.7.

Version 0.7.2

  • Bump crossbeam-channel to 0.3.9.
  • Bump crossbeam-epoch to 0.7.2.
  • Bump crossbeam-utils to 0.6.6.
Commits

Updates failure from 0.1.5 to 0.1.8

Changelog

Sourced from failure's changelog.

Version 0.1.6

  • Update syn, quote, and proc_macro2 dependencies to 1.0.
  • Bump MSRV to 1.31.0.
Commits

Updates generic-array from 0.12.3 to 0.12.4

Changelog

Sourced from generic-array's changelog.

  • 0.12.4

    • Fix unsoundness in the arr! macro.
  • 0.12.0

    • Allow trailing commas in arr! macro.
    • BREAKING: Serialize GenericArray using serde tuples, instead of variable-length sequences. This may not be compatible with old serialized data.
  • 0.11.0

    • BREAKING Redesign GenericSequence with an emphasis on use in generic type parameters.
    • Add MappedGenericSequence and FunctionalSequence
      • Implements optimized map, zip and fold for GenericArray, &GenericArray and &mut GenericArray
    • BREAKING Remove map_ref, zip_ref and map_slice
      • map_slice is now equivalent to GenericArray::from_iter(slice.iter().map(...))
  • 0.10.0

    • Add GenericSequence, Lengthen, Shorten, Split and Concat traits.
    • Redefine transmute to avert errors.
  • 0.9.0

    • Rewrite construction methods to be well-defined in panic situations, correctly dropping elements.
    • NoDrop crate replaced by ManuallyDrop as it became stable in Rust core.
    • Add optimized map/map_ref and zip/zip_ref methods to GenericArray
  • 0.8.0

    • Implement AsRef, AsMut, Borrow, BorrowMut, Hash for GenericArray
    • Update serde to 1.0
    • Update typenum
    • Make macro arr! non-cloning
    • Implement From<[T; N]> up to N=32
    • Fix #45
  • 0.7.0

    • Upgrade serde to 0.9
    • Make serde with no_std
    • Implement PartialOrd/Ord for GenericArray
  • 0.6.0

    • Fixed #30
    • Implement Default for GenericArray
    • Implement LowerHex and UpperHex for GenericArray<u8, N>
    • Use precision formatting field in hex representation
    • Add as_slice, as_mut_slice
    • Remove GenericArray::new in favor of Default trait
    • Add from_slice and from_mut_slice
    • no_std and core for crate.
  • 0.5.0

    • Update serde
    • remove no_std feature, fixed #19
  • 0.4.0

    • Re-export typenum
  • 0.3.0

    • Implement IntoIter for GenericArray
    • Add map method
    • Add optional serde (de)serialization support feature.
  • < 0.3.0

... (truncated)

Commits

Updates http from 0.1.18 to 0.1.21

Changelog

Sourced from http's changelog.

0.1.21 (December 2, 2019)

  • Fix Method::is_idempotent returning false for PUT and `DELETE.

0.1.20 (November 26, 2019)

  • Fix possible double-free if header::Drain iterator is std::mem::forgoten (#357).
  • Fix possible data race if multiple header::ValueDrains are iterated on different threads (#362).
  • Fix HeaderMap::reserve capacity overflows (#360).
  • Fix parsing long authority-form Uris (#351).

0.1.19 (October 15, 2019)

  • Allow % in IPv6 addresses in Uri (#343).
Commits
  • 6443bdb v0.1.21
  • 0cbcc1e Fix Method::is_idempotent
  • 4a5b64d v0.1.20
  • 6b07ee4 Refactor Method::is_idempotent for readability (#348)
  • 6856193 Fix docs indentation (#347)
  • d3cae7c Fix parsing of long host with no scheme (#351)
  • 8ffe094 Make ValueDrain eagerly collect its extra values
  • 81ceb61 fix capacity overflows in HeaderMap::reserve
  • 32f1ae1 Remove unused 'inner label
  • 82d53db Fix HeaderMap::drain double-free if drain iterator is forgotten
  • Additional commits viewable in compare view

Updates memoffset from 0.5.1 to 0.5.6

Commits
  • f2a5508 v0.5.6
  • 9549c8b remove unnecessary 'cargo miri setup'
  • 8adf72a Merge pull request #46 from RalfJung/no-transmute
  • bcf50b5 use MaybeUninit::as_ptr instead of transmute
  • 9520967 Remove const_transmute feature dependency (#45)
  • 8ec2862 v0.5.5
  • d09d332 Merge pull request #44 from RalfJung/refactor
  • 72d7c04 Travis shares caches between jobs unless their env vars differ
  • 782c7d4 fix allow_clippy
  • 6098248 share more code in raw_field
  • Additional commits viewable in compare view

Updates net2 from 0.2.33 to 0.2.39

Commits
  • 505ac98 Release v0.2.39
  • 604d0d3 Add support for QNX Neutrino
  • 2c0abd4 Release v0.2.38
  • eb44275 Remove special casing for Redox as it is supported by unix target family
  • a183475 Release v0.2.37
  • 6081dff haiku: Fix sockaddr_in/sockaddr_in6; Solves #108
  • 71708b7 Release v0.2.36
  • 49b43f2 Do not assume memory layout of std::net::SocketAddr
  • 77a6eb4 Release v0.2.35
  • eeeab13 Add support for Haiku
  • Additional commits viewable in compare view

Updates openssl from 0.10.24 to 0.10.68

Release notes

Sourced from openssl's releases.

openssl-v0.10.68

What's Changed

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.67...openssl-v0.10.68

openssl-v0.10.67

What's Changed

New Contributors

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.66...openssl-v0.10.67

openssl-v0.10.66

What's Changed

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.65...openssl-v0.10.66

openssl-v0.10.65

... (truncated)

Commits
  • be8dcfd Merge pull request #2318 from alex/msrv-fix
  • 065cc77 fixes #2317 -- restore compatibility with our MSRV and release openssl 0.9.68
  • 7b3ec80 Merge pull request #2316 from alex/bump-for-release
  • b510e8c Release openssl v0.10.67 and openssl-sys v0.9.104
  • ee3b024 Merge pull request #2315 from botovq/libressl-4.0.0
  • c4dabc2 CI: Update LibreSSL CI
  • f9027b7 LibreSSL 4.0.0 is released & stable
  • 1b51ba5 Merge pull request #2313 from sfackler/sfackler-patch-1
  • de8a97c Bump to 3.4.0-beta1
  • 3930464 Merge pull request #2312 from sfackler/alex-patch-1
  • Additional commits viewable in compare view

Updates owning_ref from 0.4.0 to 0.4.1

Changelog

Sourced from owning_ref's changelog.

[0.4.1] - 2020-02-27

Added

  • map_with_owner (#51)

Changed

  • Use dyn for trait objects (#53)
Commits

Updates regex from 1.3.0 to 1.11.1

Changelog

Sourced from regex's changelog.

1.11.1 (2024-10-24)

This is a new patch release of regex that fixes compilation on nightly Rust when the unstable pattern crate feature is enabled. Users on nightly Rust without this feature enabled are unaffected.

Bug fixes:

1.11.0 (2024-09-29)

This is a new minor release of regex that brings in an update to the Unicode Character Database. Specifically, this updates the Unicode data used by regex internally to the version 16 release.

New features:

1.10.6 (2024-08-02)

This is a new patch release with a fix for the unstable crate feature that enables std::str::Pattern trait integration.

Bug fixes:

1.10.5 (2024-06-09)

This is a new patch release with some minor fixes.

Bug fixes:

1.10.4 (2024-03-22)

This is a new patch release with some minor fixes.

... (truncated)

Commits

Updates remove_dir_all from 0.5.2 to 0.5.3

Changelog

Sourced from remove_dir_all's changelog.

0.5.3

  • lints and doc fixes
Commits

Updates smallvec from 0.6.10 to 0.6.14

Release notes

Sourced from smallvec's releases.

v0.6.14

  • Fix a possible buffer overflow in insert_many (#252, #254).

v0.6.13

  • Use the maybe-unit crate in place of soon-to-be-deprecated std::mem::uninitialized (#180). When built with Rust 1.36 or later, this fixes a source of undefined behavior. It also fixes deprecation warnings in Rust 1.39 and later, and test failures when run in MIRI. In Rust 1.35 and earlier it provides some safety improvements but does not completely eliminate undefined behavior. (However, we are not aware of any cases where the undefined behavior causes bugs in practice in those toolchains.)

v0.6.12

  • Move code using default fn into its own module (#161).

v0.6.11

  • The unstable alloc feature is no longer needed. This crate can now build with the std feature disabled on stable Rust 1.36 or later (#159).
Commits

Updates time from 0.1.42 to 0.1.45

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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the cargo group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [hyper](https://github.com/hyperium/hyper) | `0.12.33` | `0.14.12` |
| [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) | `0.7.1` | `0.7.4` |
| [failure](https://github.com/rust-lang-nursery/failure) | `0.1.5` | `0.1.8` |
| [generic-array](https://github.com/fizyk20/generic-array) | `0.12.3` | `0.12.4` |
| [http](https://github.com/hyperium/http) | `0.1.18` | `0.1.21` |
| [memoffset](https://github.com/Gilnaa/memoffset) | `0.5.1` | `0.5.6` |
| [net2](https://github.com/deprecrated/net2-rs) | `0.2.33` | `0.2.39` |
| [openssl](https://github.com/sfackler/rust-openssl) | `0.10.24` | `0.10.68` |
| [owning_ref](https://github.com/Kimundi/owning-ref-rs) | `0.4.0` | `0.4.1` |
| [regex](https://github.com/rust-lang/regex) | `1.3.0` | `1.11.1` |
| [remove_dir_all](https://github.com/XAMPPRocky/remove_dir_all) | `0.5.2` | `0.5.3` |
| [smallvec](https://github.com/servo/rust-smallvec) | `0.6.10` | `0.6.14` |
| [time](https://github.com/time-rs/time) | `0.1.42` | `0.1.45` |



Updates `hyper` from 0.12.33 to 0.14.12
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.12.33...v0.14.12)

Updates `crossbeam-deque` from 0.7.1 to 0.7.4
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-deque-0.7.1...crossbeam-deque-0.7.4)

Updates `failure` from 0.1.5 to 0.1.8
- [Changelog](https://github.com/rust-lang-deprecated/failure/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-lang-nursery/failure/commits)

Updates `generic-array` from 0.12.3 to 0.12.4
- [Release notes](https://github.com/fizyk20/generic-array/releases)
- [Changelog](https://github.com/fizyk20/generic-array/blob/0.12.4/CHANGELOG.md)
- [Commits](fizyk20/generic-array@0.12.3...0.12.4)

Updates `http` from 0.1.18 to 0.1.21
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/v0.1.21/CHANGELOG.md)
- [Commits](hyperium/http@v0.1.18...v0.1.21)

Updates `memoffset` from 0.5.1 to 0.5.6
- [Changelog](https://github.com/Gilnaa/memoffset/blob/master/CHANGELOG.md)
- [Commits](Gilnaa/memoffset@v0.5.1...v0.5.6)

Updates `net2` from 0.2.33 to 0.2.39
- [Commits](deprecrated/net2-rs@0.2.33...0.2.39)

Updates `openssl` from 0.10.24 to 0.10.68
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-v0.10.24...openssl-v0.10.68)

Updates `owning_ref` from 0.4.0 to 0.4.1
- [Changelog](https://github.com/Kimundi/owning-ref-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kimundi/owning-ref-rs/commits)

Updates `regex` from 1.3.0 to 1.11.1
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.3.0...1.11.1)

Updates `remove_dir_all` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/XAMPPRocky/remove_dir_all/releases)
- [Changelog](https://github.com/XAMPPRocky/remove_dir_all/blob/master/CHANGELOG.md)
- [Commits](https://github.com/XAMPPRocky/remove_dir_all/compare/v0.5.2...remove_dir_all@0.5.3)

Updates `smallvec` from 0.6.10 to 0.6.14
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v0.6.10...v0.6.14)

Updates `time` from 0.1.42 to 0.1.45
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/commits)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: crossbeam-deque
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: failure
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: generic-array
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: http
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: memoffset
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: net2
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: openssl
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: owning_ref
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: regex
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: remove_dir_all
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: smallvec
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: time
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
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

Development

Successfully merging this pull request may close these issues.

0 participants