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 deps group across 1 directory with 18 updates #911

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

Commits on Nov 10, 2024

  1. chore(deps): Bump the deps group across 1 directory with 18 updates

    Bumps the deps group with 18 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.4` | `0.12.9` |
    | [shadow-rs](https://github.com/baoyachi/shadow-rs) | `0.35.1` | `0.35.2` |
    | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.214` |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` |
    | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.93` |
    | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `1.0.69` |
    | [tempfile](https://github.com/Stebalien/tempfile) | `3.13.0` | `3.14.0` |
    | [pathdiff](https://github.com/Manishearth/pathdiff) | `0.2.1` | `0.2.2` |
    | [regex](https://github.com/rust-lang/regex) | `1.11.0` | `1.11.1` |
    | [ordered-float](https://github.com/reem/rust-ordered-float) | `4.3.0` | `4.5.0` |
    | [uuid](https://github.com/uuid-rs/uuid) | `1.10.0` | `1.11.0` |
    | [wasmtime](https://github.com/bytecodealliance/wasmtime) | `25.0.2` | `25.0.3` |
    | [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime) | `25.0.2` | `25.0.3` |
    | [futures-concurrency](https://github.com/yoshuawuyts/futures-concurrency) | `7.6.1` | `7.6.2` |
    | [futures-lite](https://github.com/smol-rs/futures-lite) | `2.3.0` | `2.5.0` |
    | [bytes](https://github.com/tokio-rs/bytes) | `1.7.2` | `1.8.0` |
    | [proto-parser](https://github.com/metatypedev/proto-parser) | ``aa47da5`` | ``528448f`` |
    | [insta](https://github.com/mitsuhiko/insta) | `1.40.0` | `1.41.1` |
    
    
    
    Updates `reqwest` from 0.12.4 to 0.12.9
    - [Release notes](https://github.com/seanmonstar/reqwest/releases)
    - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
    - [Commits](seanmonstar/reqwest@v0.12.4...v0.12.9)
    
    Updates `shadow-rs` from 0.35.1 to 0.35.2
    - [Release notes](https://github.com/baoyachi/shadow-rs/releases)
    - [Commits](baoyachi/shadow-rs@v0.35.1...v0.35.2)
    
    Updates `serde` from 1.0.210 to 1.0.214
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.210...v1.0.214)
    
    Updates `serde_json` from 1.0.128 to 1.0.132
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@1.0.128...1.0.132)
    
    Updates `anyhow` from 1.0.89 to 1.0.93
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.89...1.0.93)
    
    Updates `thiserror` from 1.0.64 to 1.0.69
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.64...1.0.69)
    
    Updates `tempfile` from 3.13.0 to 3.14.0
    - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
    - [Commits](Stebalien/tempfile@v3.13.0...v3.14.0)
    
    Updates `pathdiff` from 0.2.1 to 0.2.2
    - [Commits](https://github.com/Manishearth/pathdiff/commits)
    
    Updates `regex` from 1.11.0 to 1.11.1
    - [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.11.0...1.11.1)
    
    Updates `ordered-float` from 4.3.0 to 4.5.0
    - [Release notes](https://github.com/reem/rust-ordered-float/releases)
    - [Commits](reem/rust-ordered-float@v4.3.0...v4.5.0)
    
    Updates `uuid` from 1.10.0 to 1.11.0
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](uuid-rs/uuid@1.10.0...1.11.0)
    
    Updates `wasmtime` from 25.0.2 to 25.0.3
    - [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
    - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/contributing-release-process.md)
    - [Commits](bytecodealliance/wasmtime@v25.0.2...v25.0.3)
    
    Updates `wasmtime-wasi` from 25.0.2 to 25.0.3
    - [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
    - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/contributing-release-process.md)
    - [Commits](bytecodealliance/wasmtime@v25.0.2...v25.0.3)
    
    Updates `futures-concurrency` from 7.6.1 to 7.6.2
    - [Release notes](https://github.com/yoshuawuyts/futures-concurrency/releases)
    - [Commits](yoshuawuyts/futures-concurrency@v7.6.1...v7.6.2)
    
    Updates `futures-lite` from 2.3.0 to 2.5.0
    - [Release notes](https://github.com/smol-rs/futures-lite/releases)
    - [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md)
    - [Commits](smol-rs/futures-lite@v2.3.0...v2.5.0)
    
    Updates `bytes` from 1.7.2 to 1.8.0
    - [Release notes](https://github.com/tokio-rs/bytes/releases)
    - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/bytes@v1.7.2...v1.8.0)
    
    Updates `proto-parser` from `aa47da5` to `528448f`
    - [Commits](metatypedev/proto-parser@aa47da5...528448f)
    
    Updates `insta` from 1.40.0 to 1.41.1
    - [Release notes](https://github.com/mitsuhiko/insta/releases)
    - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
    - [Commits](mitsuhiko/insta@1.40.0...1.41.1)
    
    ---
    updated-dependencies:
    - dependency-name: reqwest
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: shadow-rs
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: tempfile
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: pathdiff
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: ordered-float
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: uuid
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: wasmtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: wasmtime-wasi
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: futures-concurrency
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: futures-lite
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: bytes
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: proto-parser
      dependency-type: direct:production
      dependency-group: deps
    - dependency-name: insta
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: deps
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    a407991 View commit details
    Browse the repository at this point in the history