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 dev-dependencies group across 1 directory with 15 updates #326

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 7, 2024

  1. Bump the dev-dependencies group across 1 directory with 15 updates

    Bumps the dev-dependencies group with 15 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.89` |
    | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.81` | `0.1.83` |
    | [prost](https://github.com/tokio-rs/prost) | `0.12.6` | `0.13.0` |
    | [prost-types](https://github.com/tokio-rs/prost) | `0.12.6` | `0.13.0` |
    | [regex](https://github.com/rust-lang/regex) | `1.10.5` | `1.11.0` |
    | [serde](https://github.com/serde-rs/serde) | `1.0.204` | `1.0.210` |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.120` | `1.0.128` |
    | [tokio](https://github.com/tokio-rs/tokio) | `1.38.0` | `1.40.0` |
    | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.11` | `0.7.12` |
    | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.15` | `0.1.16` |
    | [uuid](https://github.com/uuid-rs/uuid) | `1.9.1` | `1.10.0` |
    | [tonic-reflection](https://github.com/hyperium/tonic) | `0.12.0` | `0.12.3` |
    | [tempfile](https://github.com/Stebalien/tempfile) | `3.10.1` | `3.13.0` |
    | [bollard](https://github.com/fussybeaver/bollard) | `0.16.1` | `0.17.1` |
    | [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
    
    
    
    Updates `anyhow` from 1.0.86 to 1.0.89
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.86...1.0.89)
    
    Updates `async-trait` from 0.1.81 to 0.1.83
    - [Release notes](https://github.com/dtolnay/async-trait/releases)
    - [Commits](dtolnay/async-trait@0.1.81...0.1.83)
    
    Updates `prost` from 0.12.6 to 0.13.0
    - [Release notes](https://github.com/tokio-rs/prost/releases)
    - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/prost@v0.12.6...v0.13.0)
    
    Updates `prost-types` from 0.12.6 to 0.13.0
    - [Release notes](https://github.com/tokio-rs/prost/releases)
    - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/prost@v0.12.6...v0.13.0)
    
    Updates `regex` from 1.10.5 to 1.11.0
    - [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.10.5...1.11.0)
    
    Updates `serde` from 1.0.204 to 1.0.210
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.204...v1.0.210)
    
    Updates `serde_json` from 1.0.120 to 1.0.128
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.120...1.0.128)
    
    Updates `tokio` from 1.38.0 to 1.40.0
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.40.0)
    
    Updates `tokio-util` from 0.7.11 to 0.7.12
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-util-0.7.11...tokio-util-0.7.12)
    
    Updates `tokio-stream` from 0.1.15 to 0.1.16
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-stream-0.1.15...tokio-stream-0.1.16)
    
    Updates `uuid` from 1.9.1 to 1.10.0
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](uuid-rs/uuid@1.9.1...1.10.0)
    
    Updates `tonic-reflection` from 0.12.0 to 0.12.3
    - [Release notes](https://github.com/hyperium/tonic/releases)
    - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
    - [Commits](hyperium/tonic@v0.12.0...v0.12.3)
    
    Updates `tempfile` from 3.10.1 to 3.13.0
    - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
    - [Commits](Stebalien/tempfile@v3.10.1...v3.13.0)
    
    Updates `bollard` from 0.16.1 to 0.17.1
    - [Release notes](https://github.com/fussybeaver/bollard/releases)
    - [Commits](fussybeaver/bollard@v0.16.1...v0.17.1)
    
    Updates `futures-util` from 0.3.30 to 0.3.31
    - [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.30...0.3.31)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: async-trait
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: prost
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: prost-types
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: tokio-util
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: tokio-stream
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: uuid
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: tonic-reflection
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: tempfile
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: bollard
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: futures-util
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    746f2d4 View commit details
    Browse the repository at this point in the history