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 cargo-dependencies group with 25 updates #129

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the cargo-dependencies group with 25 updates:

Package From To
clap 4.4.7 4.4.10
libc 0.2.149 0.2.150
memmap2 0.5.10 0.9.0
serde 1.0.190 1.0.193
serde_json 1.0.107 1.0.108
tokio 1.33.0 1.34.0
cargo-platform 0.1.4 0.1.5
data-encoding 2.4.0 2.5.0
form_urlencoded 1.2.0 1.2.1
futures-channel 0.3.28 0.3.29
getrandom 0.2.10 0.2.11
gimli 0.28.0 0.28.1
h2 0.3.21 0.3.22
hashbrown 0.14.0 0.14.3
http 0.2.9 0.2.11
indexmap 2.0.0 2.1.0
linux-raw-sys 0.4.10 0.4.12
percent-encoding 2.3.0 2.3.1
proc-macro2 1.0.69 1.0.70
rustix 0.38.21 0.38.26
rustls-pemfile 1.0.3 1.0.4
smallvec 1.11.1 1.11.2
url 2.4.1 2.5.0
winnow 0.5.17 0.5.19
zerocopy 0.7.20 0.7.28

Updates clap from 4.4.7 to 4.4.10

Release notes

Sourced from clap's releases.

v4.4.10

[4.4.10] - 2023-11-28

Documentation

  • Link out to changelog
  • Cross link derive's attribute reference to derive tutorial

v4.4.9

[4.4.9] - 2023-11-27

Fixes

  • (help) Show correct Command::about under flattened headings
  • (help) Respect hide when flattening subcommands

v4.4.8

[4.4.8] - 2023-11-10

Features

  • Add Command::flatten_help to allow git stash -h like help for subcommands
Changelog

Sourced from clap's changelog.

[4.4.10] - 2023-11-28

Documentation

  • Link out to changelog
  • Cross link derive's attribute reference to derive tutorial

[4.4.9] - 2023-11-27

Fixes

  • (help) Show correct Command::about under flattened headings
  • (help) Respect hide when flattening subcommands

[4.4.8] - 2023-11-10

Features

  • Add Command::flatten_help to allow git stash -h like help for subcommands
Commits
  • c0a1814 chore: Release
  • c83e681 docs: Update changelog
  • 91bcac4 Merge pull request #5230 from epage/migrate
  • 030d875 docs: Link out to the changelog at the relevant tag
  • b661a9d Merge pull request #5229 from epage/derive
  • a08587b docs(derive): Link to tutorial sections for attributes
  • 21b671f chore: Release
  • 93ba76d docs: Update changelog
  • c1c55b3 Merge pull request #5228 from epage/flat
  • b13f6d9 fix(help): Hide 'help' if only flattened subcommand
  • Additional commits viewable in compare view

Updates libc from 0.2.149 to 0.2.150

Release notes

Sourced from libc's releases.

0.2.150

What's Changed

New Contributors

... (truncated)

Commits
  • 4d2b981 Auto merge of #3424 - JohnTitor:release-0.2.150, r=JohnTitor
  • f50c0a1 Prepare release for v0.2.150
  • 240de1f Auto merge of #3400 - devnexen:nbsd_obsd_siginfo_upd, r=JohnTitor
  • 68f46d3 Auto merge of #3421 - ids1024:redox-group, r=JohnTitor
  • a685037 redox: Add remaining grp.h functions
  • 00f48a6 Auto merge of #3418 - JohnTitor:Mantic-Minotaurgha, r=JohnTitor
  • 8498879 Auto merge of #3393 - Brijeshkrishna:main, r=JohnTitor
  • f367fa2 Auto merge of #3328 - vincentisambart:apple-additional-decls, r=JohnTitor
  • a104192 Auto merge of #3163 - mbyzhang:master, r=JohnTitor
  • 946c348 Upgrade Docker images to Ubuntu 23.10
  • Additional commits viewable in compare view

Updates memmap2 from 0.5.10 to 0.9.0

Changelog

Sourced from memmap2's changelog.

[0.9.0] - 2023-10-03

Changed

  • The Advice struct was split into two enums: Advice and UncheckedAdvice. Advice can be passed to safe advise and advise_range methods. And UncheckedAdvice can be passed to unsafe unchecked_advise and unchecked_advise_range methods. @​adamreichold

[0.8.0] - 2023-09-25

Changed

Fixed

  • Some of the Advise variants were unsound and now require unsafe to be constructed. @​adamreichold

[0.7.1] - 2023-06-24

Fixed

  • Mapping beyond 4GB offset on 32 bit glibc. Linux-only. @​lvella

[0.7.0] - 2023-06-08

Added

Changed

  • libc crate >= 0.2.143 is required now.

[0.6.2] - 2023-05-24

Fixed

[0.6.1] - 2023-05-10

Added

  • Add MmapOptions::map_raw_read_only to avoid intermediate invalid Mmap instances. @​adamreichold

[0.6.0] - 2023-05-09

Changed

  • lock() and unlock methods require &self and not &mut self now. @​timvisee
Commits
  • f16835d Version bump.
  • 6a6a3ea Separate safe and unsafe madvice calls.
  • 2cf8233 Version bump.
  • c4b497e Change madvise API to differentiate between safe and unsafe advice options.
  • 53d6e4c A few tiny clippy-inspired nits.
  • 4ca2774 Version bump.
  • 32fe80f Use mmap64 instead of plain mmap when possible.
  • 04178aa Version bump.
  • 6579655 Add MADV_POPULATE_{READ,WRITE}.
  • b098f9e Refactor pointer handling within unix.rs into helper methods.
  • Additional commits viewable in compare view

Updates serde from 1.0.190 to 1.0.193

Release notes

Sourced from serde's releases.

v1.0.193

v1.0.192

v1.0.191

  • Documentation improvements
Commits
  • 44613c7 Release 1.0.193
  • c706281 Merge pull request #2655 from dtolnay/rangestartend
  • 65d75b8 Add RangeFrom and RangeTo tests
  • 332b0cb Merge pull request #2654 from dtolnay/rangestartend
  • 8c4af41 Fix more RangeFrom / RangeEnd mixups
  • 24a78f0 Merge pull request #2653 from emilbonnek/fix/range-to-from-de-mixup
  • c91c334 Fix Range{From,To} deserialize mixup
  • 2083f43 Update ui test suite to nightly-2023-11-19
  • 4676abd Release 1.0.192
  • 35700eb Merge pull request #2646 from robsdedude/fix/2643/allow-tag-field-in-untagged
  • Additional commits viewable in compare view

Updates serde_json from 1.0.107 to 1.0.108

Release notes

Sourced from serde_json's releases.

v1.0.108

Commits

Updates tokio from 1.33.0 to 1.34.0

Release notes

Sourced from tokio's releases.

Tokio v1.34.0

Fixed

  • io: allow clear_readiness after io driver shutdown (#6067)
  • io: fix integer overflow in take (#6080)
  • io: fix I/O resource hang (#6134)
  • sync: fix broadcast::channel link (#6100)

Changed

  • macros: use ::core qualified imports instead of ::std inside tokio::test macro (#5973)

Added

  • fs: update cfg attr in fs::read_dir to include aix (#6075)
  • sync: add mpsc::Receiver::recv_many (#6010)
  • tokio: added vita target support (#6094)

#5973: tokio-rs/tokio#5973 #6067: tokio-rs/tokio#6067 #6080: tokio-rs/tokio#6080 #6134: tokio-rs/tokio#6134 #6100: tokio-rs/tokio#6100 #6075: tokio-rs/tokio#6075 #6010: tokio-rs/tokio#6010 #6094: tokio-rs/tokio#6094

Commits

Updates cargo-platform from 0.1.4 to 0.1.5

Commits

Updates data-encoding from 2.4.0 to 2.5.0

Commits

Updates form_urlencoded from 1.2.0 to 1.2.1

Commits
  • 217ae17 v1.2.1
  • 2267c9f Auto merge of #223 - emilio:empty-path-push, r=hoverbear+simonsapin
  • 4d4f1a3 test: don't compile test for #197 on windows.
  • 4c2b7f8 test: Add test for #227
  • 7225866 Now the old after path position is always the serialization.
  • 5a77f26 Truncate the serialization in Url::take_after_path, discard empty segments in...
  • 2b9bd90 Shorter docs.rs URL
  • 99e8481 Merge pull request #226 from servo/docs.rs
  • 62a3cb6 Redirect gh-pages to docs.rs
  • bd4eff8 Auto merge of #225 - servo:docs.rs, r=SimonSapin
  • Additional commits viewable in compare view

Updates futures-channel from 0.3.28 to 0.3.29

Release notes

Sourced from futures-channel's releases.

0.3.29

  • Add TryStreamExt::try_ready_chunks (#2757)
  • Add TryStreamExt::{try_all,try_any} (#2783)
  • Add UnboundedSender::{len,is_empty} (#2750)
  • Fix Sync impl of FuturesUnordered (#2788)
  • Fix infinite loop caused by invalid UTF-8 bytes (#2785)
  • Fix build error with -Z minimal-versions (#2761)
Changelog

Sourced from futures-channel's changelog.

0.3.29 - 2023-10-26

  • Add TryStreamExt::try_ready_chunks (#2757)
  • Add TryStreamExt::{try_all,try_any} (#2783)
  • Add UnboundedSender::{len,is_empty} (#2750)
  • Fix Sync impl of FuturesUnordered (#2788)
  • Fix infinite loop caused by invalid UTF-8 bytes (#2785)
  • Fix build error with -Z minimal-versions (#2761)
Commits
  • 86f2a6a Release 0.3.29
  • a40204d Provide AtomicWaker if portable-atomic feature is enabled, even if atomic CAS...
  • 24cca65 Add TryAny adapter
  • e60a439 Add TryAll adapter
  • 5051335 Remove unsafe code from AssertUnmoved
  • 60a86e1 Fix Sync impl of FuturesUnordered
  • f392082 Extend io::AsyncBufReadExt::lines example with invalid UTF-8
  • 2f2ec39 Fix infinite loop caused by invalid UTF-8 bytes
  • 8570ea6 Fix unused_imports warning
  • 43c0c5f Add tests for StreamExt::all and StreamExt::any
  • Additional commits viewable in compare view

Updates getrandom from 0.2.10 to 0.2.11

Changelog

Sourced from getrandom's changelog.

[0.2.11] - 2023-11-08

Added

  • GNU/Hurd support #370

Changed

  • Renamed __getrandom_internal to __GETRANDOM_INTERNAL #369
  • Updated link to Hermit docs #374

#369: rust-random/getrandom#369 #370: rust-random/getrandom#370 #374: rust-random/getrandom#374

Commits

Updates gimli from 0.28.0 to 0.28.1

Changelog

Sourced from gimli's changelog.

0.28.1

Released 2023/11/24.

Changed

  • Changed read::AbbreviationsCache to require manual population using Dwarf::populate_abbreviations_cache. #679

  • Changed the default read::UnwindContextStorage to use Box instead of Vec so that its memory usage is limited. #687

  • Changed read::UnwindTable::new to always reset the context, because previous errors may have left the context in an invalid state. #684

  • Changed the Debug implementation for read::EndianSlice to limit the number of bytes it displays. #686

Added

  • Added more AArch64 register definitions. #680

  • Added read::Unit::new_with_abbreviations. #677

  • Added read::Evaluation::value_result. #676


Commits
  • ee0262a Release 0.28.1 (#688)
  • 1ee51ef read: shorten Debug output for EndianSlice (#686)
  • 516b8fa dwarfdump: improve handling of FDE parsing errors (#685)
  • 4c97bb5 read/cfi: limit the stack depth in UnwindContext (#687)
  • 4cc1fe0 read/cfi: always reset context in initialize (#684)
  • e6adc47 read: add Evaluation::value_result (#676)
  • 531636d Add SVE register definitions to AArch64 (#680)
  • 23ebfc8 read: add Dwarf::populate_abbreviations_cache (#679)
  • 2d3ad32 Add Unit::new_with_abbreviations() to allow the user to use custom abbreviati...
  • d9febe3 ci: switch to powerpc64 for big endian test (#678)
  • See full diff in compare view

Updates h2 from 0.3.21 to 0.3.22

Release notes

Sourced from h2's releases.

v0.3.22

What's Changed

  • Add header_table_size(usize) option to client and server builders.
  • Improve throughput when vectored IO is not available.
  • Update indexmap to 2.

New Contributors

Changelog

Sourced from h2's changelog.

0.3.22 (November 15, 2023)

  • Add header_table_size(usize) option to client and server builders.
  • Improve throughput when vectored IO is not available.
  • Update indexmap to 2.
Commits
  • 0f412d8 v0.3.22
  • c7ca62f docs: fix typos (#724)
  • ef743ec Add a setter for header_table_size (#638)
  • 56651e6 fix lint about unused import
  • 4aa7b16 Fix documentation for max_send_buffer_size (#718)
  • d03c54a chore(dependencies): update tracing minimal version to 0.1.35
  • 3cdef96 fix(test): mark h2-support as private crate
  • 05cf352 chore(ci): add minimal versions checking on stable rust
  • cbe7744 chore(ci): update to actions/checkout@v4 (#716)
  • 1f247de Update indexmap to version 2 (#698)
  • Additional commits viewable in compare view

Updates hashbrown from 0.14.0 to 0.14.3

Changelog

Sourced from hashbrown's changelog.

[v0.14.3] - 2023-11-26

Added

  • Specialized fold implementation of iterators. (#480)

Fixed

  • Avoid using unstable ptr::invalid_mut on nightly. (#481)

[v0.14.2] - 2023-10-19

Added

  • HashTable type which provides a low-level but safe API with explicit hashing. (#466)

Fixed

  • Disabled the use of NEON instructions on big-endian ARM. (#475)
  • Disabled the use of NEON instructions on Miri. (#476)

[v0.14.1] - 2023-09-28

Added

  • Allow serializing HashMaps that use a custom allocator. (#449)

Changed

  • Use the Equivalent trait from the equivalent crate. (#442)
  • Slightly improved performance of table resizing. (#451)
  • Relaxed MSRV to 1.63.0. (#457)
  • Removed Clone requirement from custom allocators. (#468)

Fixed

  • Fixed custom allocators being leaked in some situations. (#439, #465)
Commits
  • f2e6212 Auto merge of #486 - Amanieu:release-0.14.3, r=Amanieu
  • 924237d Prepare release of v0.14.3
  • 291465a Auto merge of #480 - a1phyr:iter_fold, r=Amanieu
  • 798ba9f Address review comments
  • 2e138e9 Auto merge of #481 - RalfJung:ptr-invalid, r=Amanieu
  • dee5c03 Add comments
  • 5aa1b77 Apply suggestion: use match
  • 83273fb Remove old code
  • f13a05a avoid using unstable ptr::invalid_mut
  • deaf7eb Specialize fold implementation of iterators
  • Additional commits viewable in compare view

Updates http from 0.2.9 to 0.2.11

Release notes

Sourced from http's releases.

v0.2.11

What's Changed

  • Fix MIRI warnings in HeaderMap::iter().

v0.2.10

What's Changed

  • Fix parsing of Authority to handle square brackets in incorrect order.
  • Fix HeaderMap::with_capacity() to handle arithmetic overflow.

New Contributors

Changelog

Sourced from http's changelog.

0.2.11 (November 13, 2023)

  • Fix MIRI error in header::Iter.

0.2.10 (November 10, 2023)

  • Fix parsing of Authority to handle square brackets in incorrect order.
  • Fix HeaderMap::with_capacity() to handle arithmetic overflow.
Commits

Updates indexmap from 2.0.0 to 2.1.0

Changelog

Sourced from indexmap's changelog.

  • 2.1.0

    • Empty slices can now be created with map::Slice::{new, new_mut} and set::Slice::new. In addition, Slice::new, len, and is_empty are now const functions on both types.

    • IndexMap, IndexSet, and their respective Slices all have binary search methods for sorted data: map binary_search_keys and set binary_search for plain comparision, binary_search_by for custom comparators, binary_search_by_key for key extraction, and partition_point for boolean conditions.

  • 2.0.2

    • The hashbrown dependency has been updated to version 0.14.1 to complete the support for Rust 1.63.
  • 2.0.1

    • MSRV: Rust 1.63.0 is now supported as well, pending publication of hashbrown's relaxed MSRV (or use cargo --ignore-rust-version).
Commits

Updates linux-raw-sys from 0.4.10 to 0.4.12

Commits
  • 4c2fb60 chore: Release linux-raw-sys version 0.4.12
  • f606498 Regenerate generated files.
  • c1ad06b Add support for riscv32 (#95)
  • ec4c1d0 Regenerate generated files.
  • 48af48b Move mempolicy.h to its own module. (#99)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2023
Bumps the cargo-dependencies group with 25 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.4.7` | `4.4.10` |
| [libc](https://github.com/rust-lang/libc) | `0.2.149` | `0.2.150` |
| [memmap2](https://github.com/RazrFalcon/memmap2-rs) | `0.5.10` | `0.9.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.190` | `1.0.193` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.107` | `1.0.108` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.33.0` | `1.34.0` |
| [cargo-platform](https://github.com/rust-lang/cargo) | `0.1.4` | `0.1.5` |
| [data-encoding](https://github.com/ia0/data-encoding) | `2.4.0` | `2.5.0` |
| [form_urlencoded](https://github.com/servo/rust-url) | `1.2.0` | `1.2.1` |
| [futures-channel](https://github.com/rust-lang/futures-rs) | `0.3.28` | `0.3.29` |
| [getrandom](https://github.com/rust-random/getrandom) | `0.2.10` | `0.2.11` |
| [gimli](https://github.com/gimli-rs/gimli) | `0.28.0` | `0.28.1` |
| [h2](https://github.com/hyperium/h2) | `0.3.21` | `0.3.22` |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.14.0` | `0.14.3` |
| [http](https://github.com/hyperium/http) | `0.2.9` | `0.2.11` |
| [indexmap](https://github.com/bluss/indexmap) | `2.0.0` | `2.1.0` |
| [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) | `0.4.10` | `0.4.12` |
| [percent-encoding](https://github.com/servo/rust-url) | `2.3.0` | `2.3.1` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.69` | `1.0.70` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.21` | `0.38.26` |
| [rustls-pemfile](https://github.com/rustls/pemfile) | `1.0.3` | `1.0.4` |
| [smallvec](https://github.com/servo/rust-smallvec) | `1.11.1` | `1.11.2` |
| [url](https://github.com/servo/rust-url) | `2.4.1` | `2.5.0` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.17` | `0.5.19` |
| [zerocopy](https://github.com/google/zerocopy) | `0.7.20` | `0.7.28` |


Updates `clap` from 4.4.7 to 4.4.10
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.7...v4.4.10)

Updates `libc` from 0.2.149 to 0.2.150
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.149...0.2.150)

Updates `memmap2` from 0.5.10 to 0.9.0
- [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/memmap2-rs@v0.5.10...v0.9.0)

Updates `serde` from 1.0.190 to 1.0.193
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.190...v1.0.193)

Updates `serde_json` from 1.0.107 to 1.0.108
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.107...v1.0.108)

Updates `tokio` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.33.0...tokio-1.34.0)

Updates `cargo-platform` from 0.1.4 to 0.1.5
- [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cargo/commits)

Updates `data-encoding` from 2.4.0 to 2.5.0
- [Commits](https://github.com/ia0/data-encoding/commits)

Updates `form_urlencoded` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v1.2.0...v1.2.1)

Updates `futures-channel` from 0.3.28 to 0.3.29
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.28...0.3.29)

Updates `getrandom` from 0.2.10 to 0.2.11
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.2.10...v0.2.11)

Updates `gimli` from 0.28.0 to 0.28.1
- [Changelog](https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/gimli@0.28.0...0.28.1)

Updates `h2` from 0.3.21 to 0.3.22
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.3.21...v0.3.22)

Updates `hashbrown` from 0.14.0 to 0.14.3
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.14.0...v0.14.3)

Updates `http` from 0.2.9 to 0.2.11
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/v0.2.11/CHANGELOG.md)
- [Commits](hyperium/http@v0.2.9...v0.2.11)

Updates `indexmap` from 2.0.0 to 2.1.0
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.0.0...2.1.0)

Updates `linux-raw-sys` from 0.4.10 to 0.4.12
- [Commits](sunfishcode/linux-raw-sys@v0.4.10...v0.4.12)

Updates `percent-encoding` from 2.3.0 to 2.3.1
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.3.0...v2.3.1)

Updates `proc-macro2` from 1.0.69 to 1.0.70
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.69...1.0.70)

Updates `rustix` from 0.38.21 to 0.38.26
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](bytecodealliance/rustix@v0.38.21...v0.38.26)

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

Updates `smallvec` from 1.11.1 to 1.11.2
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.11.1...v1.11.2)

Updates `url` from 2.4.1 to 2.5.0
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.4.1...v2.5.0)

Updates `winnow` from 0.5.17 to 0.5.19
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.5.17...v0.5.19)

Updates `zerocopy` from 0.7.20 to 0.7.28
- [Commits](google/zerocopy@v0.7.20...v0.7.28)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: memmap2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: cargo-platform
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: data-encoding
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: form_urlencoded
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: futures-channel
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: getrandom
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: gimli
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: h2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: hashbrown
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: http
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: indexmap
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: linux-raw-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: percent-encoding
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: rustix
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: rustls-pemfile
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: smallvec
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: url
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: zerocopy
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/cargo-dependencies-4a35181288 branch from 74d4e21 to 760bad1 Compare December 1, 2023 19:02
@brayniac brayniac merged commit a642a00 into main Dec 1, 2023
29 checks passed
@brayniac brayniac deleted the dependabot/cargo/cargo-dependencies-4a35181288 branch December 1, 2023 19:12
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant