nelsonjchen / github-wiki-see-rs

🔎 Did you know most GitHub Wikis can't index on search engines? Search Engine Enablement for GitHub Wikis service. 400,000+ GitHub Wikis, now indexable by your favorite search engine.
https://github-wiki-see.page
MIT License
102 stars 18 forks source link

Bump the patch-dependencies group across 1 directory with 61 updates #594

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the patch-dependencies group with 45 updates in the / directory:

Package From To
reqwest 0.12.4 0.12.5
regex 1.10.4 1.10.6
anstream 0.6.14 0.6.15
anstyle 1.0.7 1.0.8
anstyle-parse 0.2.4 0.2.5
anstyle-wincon 3.0.3 3.0.4
async-compression 0.4.10 0.4.12
async-trait 0.1.80 0.1.81
backtrace 0.3.72 0.3.73
bytemuck 1.16.0 1.16.3
clap 4.5.4 4.5.15
clap_lex 0.7.0 0.7.2
colorchoice 1.0.1 1.0.2
core-foundation-sys 0.8.6 0.8.7
dtoa-short 0.3.4 0.3.5
flate2 1.0.30 1.0.31
http-body-util 0.1.1 0.1.2
hyper-util 0.1.5 0.1.7
is_terminal_polyfill 1.70.0 1.70.1
js-sys 0.3.69 0.3.70
log 0.4.21 0.4.22
memchr 2.7.2 2.7.4
mime_guess 2.0.4 2.0.5
openssl 0.10.64 0.10.66
ppv-lite86 0.2.17 0.2.20
proc-macro2 1.0.84 1.0.86
redox_syscall 0.5.1 0.5.3
rustls-pemfile 2.1.2 2.1.3
security-framework-sys 2.11.0 2.11.1
serde 1.0.203 1.0.207
serde_json 1.0.117 1.0.124
serde_spanned 0.6.6 0.6.7
thiserror 1.0.61 1.0.63
toml 0.8.13 0.8.19
tower-layer 0.3.2 0.3.3
tower-service 0.3.2 0.3.3
unicode-width 0.1.12 0.1.13
url 2.5.0 2.5.2
utf8parse 0.2.1 0.2.2
version_check 0.9.4 0.9.5
wasm-bindgen-futures 0.4.42 0.4.43
web-sys 0.3.69 0.3.70
winapi-util 0.1.8 0.1.9
windows_i686_gnullvm 0.52.5 0.52.6
zerocopy 0.7.34 0.7.35

Updates reqwest from 0.12.4 to 0.12.5

Release notes

Sourced from reqwest's releases.

v0.12.5

What's Changed

  • Add http3 feature back, still requiring reqwest_unstable.
  • Add rustls-tls-no-provider Cargo feature to use rustls without a crypto provider.
  • Add blocking::ClientBuilder::dns_resolver() method to change DNS resolver in blocking client.
  • Fix Accept-Encoding header combinations.
  • Fix http3 resolving IPv6 addresses.
  • Internal: upgrade to rustls 0.23.

New Contributors

Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.4...v0.12.5

Changelog

Sourced from reqwest's changelog.

v0.12.5

  • Add blocking::ClientBuilder::dns_resolver() method to change DNS resolver in blocking client.
  • Add http3 feature back, still requiring reqwest_unstable.
  • Add rustls-tls-no-provider Cargo feature to use rustls without a crypto provider.
  • Fix Accept-Encoding header combinations.
  • Fix http3 resolving IPv6 addresses.
  • Internal: upgrade to rustls 0.23.
Commits
  • 29d4cff v0.12.5
  • a7880d6 tests: fix http3 tests
  • c32d877 tests: enable http3 content-length test
  • ce3b30e http3: send content-length if known
  • 404df59 test: add http3 test server support
  • e5ce0b5 fix: don't enable hyper-rustls/http2 unless http2 is already enabled
  • ccb5e40 Don't compile hyper-tls with native-roots unless rustls-tls-native-roots is e...
  • c56fbae tests: remove a proxy parse error check
  • 8cc7cd4 msrv: pin url
  • 695bc04 fix: http3 resolving ipv6 addresses (#2305)
  • Additional commits viewable in compare view


Updates regex from 1.10.4 to 1.10.6

Changelog

Sourced from regex's changelog.

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:

Commits


Updates anstream from 0.6.14 to 0.6.15

Commits


Updates anstyle from 1.0.7 to 1.0.8

Commits


Updates anstyle-parse from 0.2.4 to 0.2.5

Commits


Updates anstyle-wincon from 3.0.3 to 3.0.4

Commits


Updates async-compression from 0.4.10 to 0.4.12

Changelog

Sourced from async-compression's changelog.

0.4.12 - 2024-07-21

Feature

  • Enable customizing Zstd decoding parameters.

0.4.11 - 2024-05-30

Other

  • Expose total_in/total_out from underlying flate2 encoder types.
Commits
  • b5f1d11 Merge pull request #283 from Nullus157/release-plz-2024-06-24T13-54-28Z
  • 1218b84 Update CHANGELOG.md
  • 972f582 chore: release
  • 9967f2e Merge pull request #285 from quantatic/main
  • c0c6559 Enable customizing Zstd decoding parameters.
  • 7c2d530 Merge pull request #282 from Nullus157/dependabot/cargo/proptest-derive-0.5
  • 2eb684a chore: clippy
  • 95311a2 chore(deps): update proptest-derive requirement from 0.4 to 0.5
  • 064130b Merge pull request #280 from Nullus157/release-plz-continuous
  • 383e6b4 ci: continuous release-plz
  • Additional commits viewable in compare view


Updates async-trait from 0.1.80 to 0.1.81

Release notes

Sourced from async-trait's releases.

0.1.81

Commits
  • 383f65f Release 0.1.81
  • 4ec740e Merge pull request #273 from dtolnay/cloneimpls
  • b6c6063 Ignore trivially_copy_pass_by_ref pedantic clippy lint
  • 315fd90 Turn off syn/clone-impls feature
  • 94a3165 Merge pull request #272 from klensy/syn-f
  • 2fac940 syn: remove derive feature
  • 4a00d73 Work around dead code warning in test
  • dba15b5 Merge pull request #270 from dtolnay/objsafety
  • d28c95b Former where_clauses_object_safety lint is now hard error
  • 78a5922 Fill in ignore reasons in all #[ignore] attributes
  • Additional commits viewable in compare view


Updates backtrace from 0.3.72 to 0.3.73

Release notes

Sourced from backtrace's releases.

0.3.73

This basically just is bugfixes so that backtrace works on Windows 7 again.

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/backtrace-rs/compare/0.3.72...0.3.73

Commits


Updates bytemuck from 1.16.0 to 1.16.3

Changelog

Sourced from bytemuck's changelog.

1.16.3

  • Fully described in Lokathor/bytemuck#256, This makes casting slices to/from ZST elements more consistent between the crate's core module and other modules.

1.16.2

  • Fixes potential UB where BoxBytes could attempt to free a dangling pointer if the Layout is zero sized. This type was introduced in 1.14.1, so that version and the others up to and including 1.16.1 are now yanked for safety.

1.16.1

  • NOT SEMVER SUPPORTED: Adds the nightly_float Cargo feature. This activates the f16 and f128 nightly features, and then provides Zeroable and Pod impls for those types.
Commits
  • 20f4a09 chore: Release bytemuck version 1.16.3
  • 9f7161c describe pr 256
  • 291a924 Allow casting between slices of ZSTs and slices of non-ZSTs in all cases. (#256)
  • 758774d chore: Release bytemuck version 1.16.2
  • 73cd363 changelog
  • 1c75146 Fix UB when dropping BoxBytes owning a zero-sized layout (#258)
  • 005ee32 Fix panics in try_cast_slice_box etc (#254)
  • 02ffd53 chore: Release bytemuck version 1.16.1
  • e0364d2 update changelog
  • 9b81537 Support Zeroable and Pod for f16 and f128 (#251)
  • Additional commits viewable in compare view


Updates clap from 4.5.4 to 4.5.15

Release notes

Sourced from clap's releases.

v4.5.15

[4.5.15] - 2024-08-10

Compatiblity

  • (unstable-ext) Arg::remove changed return types

Fixes

  • (unstable-ext) Make Arg::remove return the removed item

v4.5.14

[4.5.14] - 2024-08-08

Features

  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it

v4.5.13

[4.5.13] - 2024-07-31

Fixes

  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

v4.5.12

[4.5.12] - 2024-07-31

v4.5.10

[4.5.10] - 2024-07-23

v4.5.9

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one

v4.5.8

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes

v4.5.7

[4.5.7] - 2024-06-10

Fixes

... (truncated)

Changelog

Sourced from clap's changelog.

[4.5.15] - 2024-08-10

Compatiblity

  • (unstable-ext) Arg::remove changed return types

Fixes

  • (unstable-ext) Make Arg::remove return the removed item

[4.5.14] - 2024-08-08

Features

  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it

[4.5.13] - 2024-07-31

Fixes

  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

[4.5.12] - 2024-07-31

[4.5.11] - 2024-07-25

[4.5.10] - 2024-07-23

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args

[4.5.6] - 2024-06-06

[4.5.5] - 2024-06-06

... (truncated)

Commits


Updates clap_builder from 4.5.2 to 4.5.15

Release notes

Sourced from clap_builder's releases.

v4.5.15

[4.5.15] - 2024-08-10

Compatiblity

  • (unstable-ext) Arg::remove changed return types

Fixes

  • (unstable-ext) Make Arg::remove return the removed item

v4.5.14

[4.5.14] - 2024-08-08

Features

  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it

v4.5.13

[4.5.13] - 2024-07-31

Fixes

  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

v4.5.12

[4.5.12] - 2024-07-31

v4.5.10

[4.5.10] - 2024-07-23

v4.5.9

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one

v4.5.8

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes

v4.5.7

[4.5.7] - 2024-06-10

Fixes

... (truncated)

Changelog

Sourced from clap_builder's changelog.

[4.5.15] - 2024-08-10

Compatiblity

  • (unstable-ext) Arg::remove changed return types

Fixes

  • (unstable-ext) Make Arg::remove return the removed item

[4.5.14] - 2024-08-08

Features

  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it

[4.5.13] - 2024-07-31

Fixes

  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

[4.5.12] - 2024-07-31

[4.5.11] - 2024-07-25

[4.5.10] - 2024-07-23

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args

[4.5.6] - 2024-06-06

[4.5.5] - 2024-06-06

... (truncated)

Commits
  • 4094435 chore: Release
  • 36114c3 docs: Update changelog
  • 918cfed Merge pull request #5610 from Mixu78/powershell_hyphens
  • c55f642 Merge pull request #5648 from epage/cli
  • 219a191 fix(complete): Improve help output
  • 734cac7 feat(complete): Make '--register' optional
  • fa4ccec feat(complete): Make '--shell' optional
  • efdcad1 Merge pull request #5647 from epage/infer
  • e65e463 docs(complete): Have dynamic Shell match static Shell
  • 8a1f9b3 Merge pull request #5646 from epage/powershell
  • Additional commits viewable in compare view


Updates clap_derive from 4.5.4 to 4.5.13

Release notes

Sourced from clap_derive's releases.

v4.5.13

[4.5.13] - 2024-07-31

Fixes

  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

v4.5.12

[4.5.12] - 2024-07-31

v4.5.10

[4.5.10] - 2024-07-23

v4.5.9

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one

v4.5.8

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes

v4.5.7

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args

v4.5.6

[4.5.6] - 2024-06-06

Changelog

Sourced from clap_derive's changelog.

[4.5.13] - 2024-07-31

Fixes

  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

[4.5.12] - 2024-07-31

[4.5.11] - 2024-07-25

[4.5.10] - 2024-07-23

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args

[4.5.6] - 2024-06-06

[4.5.5] - 2024-06-06

Fixes

  • Allow exclusive to override required_unless_present, required_unless_present_any, required_unless_present_all
Commits


Updates clap_lex from 0.7.0 to 0.7.2

Changelog

Sourced from clap_lex's changelog.

v0.7.2 (2015-05-03)

Bug Fixes

  • RequiredArgs fixes bug where required-by-default arguments are not listed in usage (12aea961, closes #96)

v0.7.1 (2015-05-01)

Bug Fixes

  • MultipleValues stops evaluating values if the max or exact number of values was reached (86d92c9f)
Commits
  • 4a00677 chore: Release
  • 6b18d77 docs(derive): Acknowledge Vec<Vec>
  • 5efa52a chore: Release
  • 1857e47 docs: Update changelog
  • 8697a61 chore: Release
  • a271c19 Merge pull request #5539 from shannmu/option_value
  • f7383f7 feat(clap_complete): Add support --flag bar and -f bar completion
  • 2f53bb3 test(clap_complete): Add test cases for --flag bar and -f bar completion
  • 932ca13 refactor(clap_complete): Replace parameters in complete_arg with ParseState
  • 73b07c9 docs: Remove stale ColorChoice platform notes
  • Additional commits viewable in compare view


Updates colorchoice from 1.0.1 to 1.0.2

Commits


Updates core-foundation-sys from 0.8.6 to 0.8.7

Commits


Updates dtoa-short from 0.3.4 to 0.3.5

Commits


Updates flate2 from 1.0.30 to 1.0.31

Changelog

Sourced from flate2's changelog.

1.0.31 (2024-08-03)

This release allows using libz-rs in the latest version, v0.2.1.

Commit Statistics

  • 7 commits contributed to the release over the course of 95 calendar days.
  • 95 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Add exclusion rule to not package github or git specific files with crate. (25541bd)
    • Crate and update changelog in preparation for release. (1dbed76)
    • Merge pull request #415 from folkertdev/bump-version-zlib-rs-0.2.1 (a7853c0)
    • Release version 1.0.31: bump libz-rs-sys version (e6f6949)
    • Merge pull request #414 from yestyle/main (9e6af00)
    • Remove duplicate word in top-most doc (411d641)
    • Merge pull request #408 from marxin/document-read-after-end (1a0daec)
Commits
  • 93c8177 Release flate2 v1.0.31
  • 25541bd add exclusion rule to not package github or git specific files with crate.
  • 1dbed76 crate and update changelog in preparation for release.
  • a7853c0 Merge pull request #415 from folkertdev/bump-version-zlib-rs-0.2.1
  • e6f6949 release version 1.0.31: bump libz-rs-sys version
  • 9e6af00 Merge pull request #414 from yestyle/main
  • 411d641 Remove duplicate word in top-most doc
  • 1a0daec Merge pull request #408 from marxin/document-read-after-end
  • f37b1b0 docs: Document expected behavior when Read is done for ZLIB and DEFLATE decoders
  • See full diff in compare view


Updates http-body-util from 0.1.1 to 0.1.2

Commits
  • 482c349 http-body-util: v0.1.2
  • 60c6383 refactor(ci): small refactoring (#113)
  • 23212f1 feat(util): add BodyDataStream (#117)
  • fe8aa7e refactor: replace deprecated std::u64 with primitive type
  • 6a85548 include license files in published crates
  • 46c54fb chore(util): resolve duplicate import
  • See full diff in compare view


Updates hyper-util from 0.1.5 to 0.1.7

Release notes

Sourced from hyper-util's releases.

v0.1.7

What's Changed

  • Add Connected::poison() to legacy client, a port from hyper v0.14.x.
  • Add Error::connect_info() to legacy client, a port from hyper v0.14.x.

New Contributors

Full Changelog: https://github.com/hyperium/hyper-util/compare/v0.1.6...v0.1.7

v0.1.6

What's Changed

  • Add support for AIX operating system to legacy client.
  • Fix legacy client to better use dying pooled connections.

New Contributors

Full Changelog: https://github.com/hyperium/hyper-util/compare/v0.1.5...v0.1.6

Changelog

Sourced from hyper-util's changelog.

0.1.7 (2024-08-06)

  • Add Connected::poison() to legacy client, a port from hyper v0.14.x.
  • Add Error::connect_info() to legacy client, a port from hyper v0.14.x.

0.1.6 (2024-07-01)

  • Add support for AIX operating system to legacy client.
  • Fix legacy client to better use dying pooled connections.
Commits
  • 3170807 v0.1.7
  • c7752f3 feat: Add API for poisoning connections (#121)
  • 7afb1ed chore(ci): Use tokio 1.38.1 in MSRV check (#139)
  • b36538a docs(server): update Http1Builder::header_read_timeout docs (#137)
  • efd57ff feat(client-legacy): Restore connect info in errors (#135)
  • 866ada8 v0.1.6
  • 2c7e98a fix: improve retrying of dying pooled connections (#133)
  • 53aadac Support AIX operating system in legacy client (#132)
  • 597f92b refactor: remove unnecessary receiver field from GracefulShutdown (#131)
  • 72884c5 chore: update to pnet_datalink 0.35.0 (
    dependabot[bot] commented 2 months ago

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