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 patch-dependencies group with 17 updates #436

Merged
merged 1 commit into from
Oct 31, 2023

Commits on Oct 31, 2023

  1. Bump the patch-dependencies group with 17 updates

    Bumps the patch-dependencies group with 17 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [futures](https://github.com/rust-lang/futures-rs) | `0.3.28` | `0.3.29` |
    | [ahash](https://github.com/tkaitchuck/ahash) | `0.8.3` | `0.8.5` |
    | [base64](https://github.com/marshallpierce/rust-base64) | `0.21.4` | `0.21.5` |
    | [clap](https://github.com/clap-rs/clap) | `4.4.6` | `4.4.7` |
    | [figment](https://github.com/SergioBenitez/Figment) | `0.10.11` | `0.10.12` |
    | [mio](https://github.com/tokio-rs/mio) | `0.8.8` | `0.8.9` |
    | [plist](https://github.com/ebarnard/rust-plist) | `1.5.0` | `1.5.1` |
    | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.20` | `0.38.21` |
    | [serde](https://github.com/serde-rs/serde) | `1.0.189` | `1.0.190` |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.107` | `1.0.108` |
    | [serde_spanned](https://github.com/toml-rs/toml) | `0.6.3` | `0.6.4` |
    | [tempfile](https://github.com/Stebalien/tempfile) | `3.8.0` | `3.8.1` |
    | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.9` | `0.7.10` |
    | [toml_datetime](https://github.com/toml-rs/toml) | `0.6.3` | `0.6.5` |
    | [toml_edit](https://github.com/toml-rs/toml) | `0.20.2` | `0.20.7` |
    | [tracing](https://github.com/tokio-rs/tracing) | `0.1.37` | `0.1.40` |
    | [winnow](https://github.com/winnow-rs/winnow) | `0.5.17` | `0.5.18` |
    
    
    Updates `futures` 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 `ahash` from 0.8.3 to 0.8.5
    - [Release notes](https://github.com/tkaitchuck/ahash/releases)
    - [Commits](tkaitchuck/aHash@v0.8.3...v0.8.5)
    
    Updates `base64` from 0.21.4 to 0.21.5
    - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
    - [Commits](marshallpierce/rust-base64@v0.21.4...v0.21.5)
    
    Updates `clap` from 4.4.6 to 4.4.7
    - [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.6...v4.4.7)
    
    Updates `figment` from 0.10.11 to 0.10.12
    - [Commits](SergioBenitez/Figment@v0.10.11...v0.10.12)
    
    Updates `mio` from 0.8.8 to 0.8.9
    - [Release notes](https://github.com/tokio-rs/mio/releases)
    - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/mio@v0.8.8...v0.8.9)
    
    Updates `plist` from 1.5.0 to 1.5.1
    - [Release notes](https://github.com/ebarnard/rust-plist/releases)
    - [Commits](ebarnard/rust-plist@v1.5.0...v1.5.1)
    
    Updates `rustix` from 0.38.20 to 0.38.21
    - [Release notes](https://github.com/bytecodealliance/rustix/releases)
    - [Commits](bytecodealliance/rustix@v0.38.20...v0.38.21)
    
    Updates `serde` from 1.0.189 to 1.0.190
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.189...v1.0.190)
    
    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 `serde_spanned` from 0.6.3 to 0.6.4
    - [Commits](toml-rs/toml@serde_spanned-v0.6.3...serde_spanned-v0.6.4)
    
    Updates `tempfile` from 3.8.0 to 3.8.1
    - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/Stebalien/tempfile/commits)
    
    Updates `tokio-util` from 0.7.9 to 0.7.10
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](https://github.com/tokio-rs/tokio/commits)
    
    Updates `toml_datetime` from 0.6.3 to 0.6.5
    - [Commits](toml-rs/toml@toml_datetime-v0.6.3...toml_datetime-v0.6.5)
    
    Updates `toml_edit` from 0.20.2 to 0.20.7
    - [Commits](toml-rs/toml@v0.20.2...v0.20.7)
    
    Updates `tracing` from 0.1.37 to 0.1.40
    - [Release notes](https://github.com/tokio-rs/tracing/releases)
    - [Commits](tokio-rs/tracing@tracing-0.1.37...tracing-0.1.40)
    
    Updates `winnow` from 0.5.17 to 0.5.18
    - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
    - [Commits](winnow-rs/winnow@v0.5.17...v0.5.18)
    
    ---
    updated-dependencies:
    - dependency-name: futures
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    - dependency-name: ahash
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    - dependency-name: base64
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    - dependency-name: clap
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    - dependency-name: figment
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    - dependency-name: mio
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    - dependency-name: plist
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    - dependency-name: rustix
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    - dependency-name: serde
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    - dependency-name: serde_json
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    - dependency-name: serde_spanned
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    - dependency-name: tempfile
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    - dependency-name: tokio-util
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    - dependency-name: toml_datetime
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    - dependency-name: toml_edit
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    - dependency-name: tracing
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    - dependency-name: winnow
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: patch-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3f4e467 View commit details
    Browse the repository at this point in the history