Skip to content

Bump the patch group with 17 updates#111

Merged
tpoliaw merged 1 commit into
mainfrom
dependabot/cargo/patch-25d1d61e67
Feb 25, 2025
Merged

Bump the patch group with 17 updates#111
tpoliaw merged 1 commit into
mainfrom
dependabot/cargo/patch-25d1d61e67

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 24, 2025

Copy link
Copy Markdown
Contributor

Bumps the patch group with 17 updates:

Package From To
clap 4.5.30 4.5.31
serde 1.0.217 1.0.218
serde_json 1.0.138 1.0.139
anyhow 1.0.95 1.0.96
cc 1.2.14 1.2.15
clap_builder 4.5.30 4.5.31
h2 0.4.7 0.4.8
libc 0.2.169 0.2.170
log 0.4.25 0.4.26
miniz_oxide 0.8.4 0.8.5
redox_syscall 0.5.8 0.5.9
ring 0.17.9 0.17.11
serde_derive 1.0.217 1.0.218
tokio-tungstenite 0.26.1 0.26.2
tungstenite 0.26.1 0.26.2
unicode-ident 1.0.16 1.0.17
winnow 0.7.2 0.7.3

Updates clap from 4.5.30 to 4.5.31

Release notes

Sourced from clap's releases.

v4.5.31

[4.5.31] - 2025-02-24

Features

  • Add ValueParserFactory for Saturating<T>
Changelog

Sourced from clap's changelog.

[4.5.31] - 2025-02-24

Features

  • Add ValueParserFactory for Saturating<T>
Commits
  • acf9abb chore: Release
  • 9186a18 docs: Update changelog
  • 233c316 Merge pull request #5926 from sorairolake/feature/value-parser-factory-for-sa...
  • 13931a2 Merge pull request #5923 from Reverier-Xu/master
  • 536e29f feat(builder): Add ValueParserFactory for Saturating\<T>
  • 45ed71c chore: Avoid using gen for rust 2024 preserved keyword
  • 5029bb3 chore: Avoid using gen for rust 2024 preserved keyword
  • 8a1d59b chore(deps): Update Rust Stable to v1.85 (#5921)
  • 9caee53 docs(changelog): Clarify 5.0.0
  • cb2352f Merge pull request #5918 from epage/test
  • Additional commits viewable in compare view

Updates serde from 1.0.217 to 1.0.218

Release notes

Sourced from serde's releases.

v1.0.218

  • Documentation improvements
Commits
  • 7bfd518 Release 1.0.218
  • 723a949 Merge pull request #2895 from dtolnay/stabledoc
  • 2b44efb Point standard library links to stable
  • 03dc0fc Merge pull request #2894 from dtolnay/doclink
  • 85cb0c4 Convert html links to intra-doc links
  • abe7194 Update ui test suite to nightly-2025-02-12
  • aaccac7 Unset doc-scrape-examples for lib target
  • 7cd4d84 Update ui test suite to nightly-2025-02-07
  • 04ff3e8 More precise gitignore patterns
  • dc3031b Remove *.sw[po] from gitignore
  • Additional commits viewable in compare view

Updates serde_json from 1.0.138 to 1.0.139

Release notes

Sourced from serde_json's releases.

v1.0.139

  • Documentation improvements
Commits
  • 4d4f53c Release 1.0.139
  • 5d6b32f Merge pull request #1242 from dtolnay/writefloat
  • e5bb8bd Document behavior of write_f32/f64 on non-finite floats
  • 7a79781 Merge pull request #1241 from dtolnay/doclink
  • 13591f1 Convert html links to intra-doc links
  • 1d7378e Unset doc-scrape-examples for lib target
  • 1174c5f Resolve unnecessary_semicolon pedantic clippy lint
  • See full diff in compare view

Updates anyhow from 1.0.95 to 1.0.96

Release notes

Sourced from anyhow's releases.

1.0.96

  • Documentation improvements
Commits
  • f0aa0d3 Release 1.0.96
  • bc33c24 Convert html links to intra-doc links
  • 1cff785 Unset doc-scrape-examples for lib target
  • d71c806 More precise gitignore patterns
  • 3e40975 Remove **/*.rs.bk from project-specific gitignore
  • b880dd0 Ignore Cargo-generated tests/crate/target directory
  • 8891ce3 Merge pull request #404 from dtolnay/missingabi
  • 51a173e Ignore missing_abi lint in nightly-2025-01-16
  • 4d71a84 Ignore double_ended_iterator_last clippy lint
  • af0937e Update ui test suite to nightly-2025-01-02
  • Additional commits viewable in compare view

Updates cc from 1.2.14 to 1.2.15

Release notes

Sourced from cc's releases.

cc-v1.2.15

Other

  • Regenerate target info (#1406)
  • Always read from all CFLAGS-style flags (#1401)
  • Simplify the error output on failed Command invocation (#1397)
Changelog

Sourced from cc's changelog.

1.2.15 - 2025-02-21

Other

  • Regenerate target info (#1406)
  • Always read from all CFLAGS-style flags (#1401)
  • Simplify the error output on failed Command invocation (#1397)
Commits

Updates clap_builder from 4.5.30 to 4.5.31

Release notes

Sourced from clap_builder's releases.

v4.5.31

[4.5.31] - 2025-02-24

Features

  • Add ValueParserFactory for Saturating<T>
Changelog

Sourced from clap_builder's changelog.

[4.5.31] - 2025-02-24

Features

  • Add ValueParserFactory for Saturating<T>
Commits
  • acf9abb chore: Release
  • 9186a18 docs: Update changelog
  • 233c316 Merge pull request #5926 from sorairolake/feature/value-parser-factory-for-sa...
  • 13931a2 Merge pull request #5923 from Reverier-Xu/master
  • 536e29f feat(builder): Add ValueParserFactory for Saturating\<T>
  • 45ed71c chore: Avoid using gen for rust 2024 preserved keyword
  • 5029bb3 chore: Avoid using gen for rust 2024 preserved keyword
  • 8a1d59b chore(deps): Update Rust Stable to v1.85 (#5921)
  • 9caee53 docs(changelog): Clarify 5.0.0
  • cb2352f Merge pull request #5918 from epage/test
  • Additional commits viewable in compare view

Updates h2 from 0.4.7 to 0.4.8

Release notes

Sourced from h2's releases.

v0.4.8

What's Changed

New Contributors

Thanks

Changelog

Sourced from h2's changelog.

0.4.8 (February 18, 2025)

  • Fix handling implicit stream resets at the more correct time.
  • Fix window size decrements of send-closed streams.
  • Fix reclaiming of reserved capacity when streams are closed.
  • Fix to no longer call poll_flush after poll_shutdown.
  • Fix busy loop in task when poll_shutdown returns pending.
Commits

Updates libc from 0.2.169 to 0.2.170

Release notes

Sourced from libc's releases.

0.2.170

Added

Deprecated

Changed

Fixed

Other

Changelog

Sourced from libc's changelog.

0.2.170 - 2025-02-23

Added

Deprecated

Changed

Fixed

Other

Commits
  • 61d2698 chore: release v0.2.170
  • 0d2ea3c Merge pull request #4284 from tgross35/backport-oysters
  • 42a30ad Switch back to matching target_os rather than target_vendor
  • a0021d2 Add recent socket timestamping flags for Linux and Android
  • 7a7fe46 Apply modulo 256 to BSD WEXITSTATUS
  • 116b82e Fix size of time_t in vxworks
  • b668252 Add structures for freebsd
  • b1d4d35 Merge pull request #4280 from tgross35/backport-time-b64
  • 8b0ab16 Add forgotten SO_*_NEW values to powerpc, mips and arm
  • c5b7465 Rerun build if RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64 changes
  • Additional commits viewable in compare view

Updates log from 0.4.25 to 0.4.26

Release notes

Sourced from log's releases.

0.4.26

What's Changed

Full Changelog: rust-lang/log@0.4.25...0.4.26

Changelog

Sourced from log's changelog.

[0.4.26] - 2025-02-18

What's Changed

Full Changelog: rust-lang/log@0.4.25...0.4.26

Commits

Updates miniz_oxide from 0.8.4 to 0.8.5

Changelog

Sourced from miniz_oxide's changelog.

0.8.5 - 2025-02-21

Bug Fixes

  • (deflate) some cleanups and evade a bounds check in compress_lz_codes - (4c38ff8) - oyvindln
  • (deflate) fix bug causing 0 length stored block to be output incorrectly causing corrupt stream - (3d62e6b) - oyvindln

Commits
  • 341edf5 bump version and update changelog
  • 3d62e6b fix(deflate): fix bug causing 0 length stored block to be output incorrectly ...
  • 4c38ff8 fix(deflate): some cleanups and evade a bounds check in compress_lz_codes
  • 7209186 criterion from tests again - accidentally added it
  • See full diff in compare view

Updates redox_syscall from 0.5.8 to 0.5.9

Updates ring from 0.17.9 to 0.17.11

Release notes

Sourced from ring's releases.

0.17.11

This is an administrative release, which is functionally equivalent to 0.17.10. It changes the crate repository to https://github.com/ctz/ring where this project will receive future security maintenance.

0.17.10

Full Changelog: ctz/ring@0.17.9...0.17.10

Commits

Updates serde_derive from 1.0.217 to 1.0.218

Release notes

Sourced from serde_derive's releases.

v1.0.218

  • Documentation improvements
Commits
  • 7bfd518 Release 1.0.218
  • 723a949 Merge pull request #2895 from dtolnay/stabledoc
  • 2b44efb Point standard library links to stable
  • 03dc0fc Merge pull request #2894 from dtolnay/doclink
  • 85cb0c4 Convert html links to intra-doc links
  • abe7194 Update ui test suite to nightly-2025-02-12
  • aaccac7 Unset doc-scrape-examples for lib target
  • 7cd4d84 Update ui test suite to nightly-2025-02-07
  • 04ff3e8 More precise gitignore patterns
  • dc3031b Remove *.sw[po] from gitignore
  • Additional commits viewable in compare view

Updates tokio-tungstenite from 0.26.1 to 0.26.2

Changelog

Sourced from tokio-tungstenite's changelog.

0.26.2

Commits

Updates tungstenite from 0.26.1 to 0.26.2

Changelog

Sourced from tungstenite's changelog.

0.26.2

  • Add WebSocketConfig::read_buffer_size docs explaining performance/memory tradeoff.
  • Implement traits and add helper methods for the UTF8 payloads making them comparable and more ergonomic.
Commits
  • bb7a58a Bump version
  • 4eb26c5 Implement PartialOrd and Ord for Utf8Bytes
  • 34e417b Derive Hash for Utf8Bytes
  • d1229ec Implement Borrow\<str>, AsRef\<[u8]>, AsRef\<str> and AsRef\<Bytes> for `...
  • 8cfd027 Add WebSocketConfig::read_buffer_size docs explaining performance/memory trad...
  • 5e67ba6 Update rand requirement from 0.8.0 to 0.9.0 (#481)
  • c167787 Remove byteorder, use bytes::Buf::get_uint instead (#477)
  • 7632848 feat: add unsafe Utf8Bytes::from_bytes_unchecked (#476)
  • b7a7817 Keep the set-len refactor but use safe resize
  • f05398b Revert "Revert "Use set-len when reading into buffer""
  • See full diff in compare view

Updates unicode-ident from 1.0.16 to 1.0.17

Release notes

Sourced from unicode-ident's releases.

1.0.17

  • Documentation improvements
Commits

Updates winnow from 0.7.2 to 0.7.3

Changelog

Sourced from winnow's changelog.

[0.7.3] - 2025-02-19

Features

  • Add ParseError::char_span
Commits
  • d6e7bbb chore: Release
  • 3bc0877 docs: Update changelog
  • 2942161 Merge pull request #747 from epage/span
  • 882f82f feat(error): Provide ParseError::char_span
  • 720fae1 Merge pull request #746 from epage/adapt
  • 4f43ff5 docs(ref): Link ContextError to tutorial
  • 2e94c45 docs(ascii): Clarify till_line_ending's behavior
  • 382f25a Merge pull request #743 from decathorpe/main
  • 1c46d3b tests: update snapbox fixtures for should-panic-in-debug tests
  • See full diff 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 group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.30` | `4.5.31` |
| [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.218` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.138` | `1.0.139` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.95` | `1.0.96` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.14` | `1.2.15` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.30` | `4.5.31` |
| [h2](https://github.com/hyperium/h2) | `0.4.7` | `0.4.8` |
| [libc](https://github.com/rust-lang/libc) | `0.2.169` | `0.2.170` |
| [log](https://github.com/rust-lang/log) | `0.4.25` | `0.4.26` |
| [miniz_oxide](https://github.com/Frommi/miniz_oxide) | `0.8.4` | `0.8.5` |
| redox_syscall | `0.5.8` | `0.5.9` |
| [ring](https://github.com/ctz/ring) | `0.17.9` | `0.17.11` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.218` |
| [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) | `0.26.1` | `0.26.2` |
| [tungstenite](https://github.com/snapview/tungstenite-rs) | `0.26.1` | `0.26.2` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.16` | `1.0.17` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.7.2` | `0.7.3` |


Updates `clap` from 4.5.30 to 4.5.31
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.30...v4.5.31)

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

Updates `serde_json` from 1.0.138 to 1.0.139
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.138...v1.0.139)

Updates `anyhow` from 1.0.95 to 1.0.96
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.95...1.0.96)

Updates `cc` from 1.2.14 to 1.2.15
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.14...cc-v1.2.15)

Updates `clap_builder` from 4.5.30 to 4.5.31
- [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.5.30...v4.5.31)

Updates `h2` from 0.4.7 to 0.4.8
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.4.7...v0.4.8)

Updates `libc` from 0.2.169 to 0.2.170
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.170/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.169...0.2.170)

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

Updates `miniz_oxide` from 0.8.4 to 0.8.5
- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md)
- [Commits](Frommi/miniz_oxide@0.8.4...0.8.5)

Updates `redox_syscall` from 0.5.8 to 0.5.9

Updates `ring` from 0.17.9 to 0.17.11
- [Release notes](https://github.com/ctz/ring/releases)
- [Commits](ctz/ring@0.17.9...0.17.11)

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

Updates `tokio-tungstenite` from 0.26.1 to 0.26.2
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](snapview/tokio-tungstenite@v0.26.1...v0.26.2)

Updates `tungstenite` from 0.26.1 to 0.26.2
- [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md)
- [Commits](snapview/tungstenite-rs@v0.26.1...v0.26.2)

Updates `unicode-ident` from 1.0.16 to 1.0.17
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.16...1.0.17)

Updates `winnow` from 0.7.2 to 0.7.3
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.7.2...v0.7.3)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: anyhow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: clap_builder
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: h2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: libc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: log
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: miniz_oxide
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: redox_syscall
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: ring
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: tokio-tungstenite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: tungstenite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: unicode-ident
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 24, 2025
@tpoliaw tpoliaw merged commit f41540e into main Feb 25, 2025
@tpoliaw tpoliaw deleted the dependabot/cargo/patch-25d1d61e67 branch February 25, 2025 11: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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant