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

[cargo](deps): Bump the deps group with 24 updates #183

Merged
merged 2 commits into from
Aug 19, 2024

Commits on Aug 19, 2024

  1. [cargo](deps): Bump the deps group with 24 updates

    Bumps the deps group with 24 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [clap](https://github.com/clap-rs/clap) | `4.5.15` | `4.5.16` |
    | [serde](https://github.com/serde-rs/serde) | `1.0.206` | `1.0.208` |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.124` | `1.0.125` |
    | [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.39.3` |
    | [tower](https://github.com/tower-rs/tower) | `0.4.13` | `0.5.0` |
    | [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs) | `1.6.2` | `1.6.3` |
    | [aws-smithy-types](https://github.com/smithy-lang/smithy-rs) | `1.2.0` | `1.2.2` |
    | [cc](https://github.com/rust-lang/cc-rs) | `1.1.10` | `1.1.13` |
    | [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.12` | `0.2.13` |
    | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.3.0` | `2.4.0` |
    | [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.69` | `0.3.70` |
    | [libc](https://github.com/rust-lang/libc) | `0.2.155` | `0.2.158` |
    | [mio](https://github.com/tokio-rs/mio) | `1.0.1` | `1.0.2` |
    | [serde_derive](https://github.com/serde-rs/serde) | `1.0.206` | `1.0.208` |
    | [syn](https://github.com/dtolnay/syn) | `2.0.74` | `2.0.75` |
    | [tower-layer](https://github.com/tower-rs/tower) | `0.3.2` | `0.3.3` |
    | [tower-service](https://github.com/tower-rs/tower) | `0.3.2` | `0.3.3` |
    | [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.92` | `0.2.93` |
    | [wasm-bindgen-backend](https://github.com/rustwasm/wasm-bindgen) | `0.2.92` | `0.2.93` |
    | [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.42` | `0.4.43` |
    | [wasm-bindgen-macro](https://github.com/rustwasm/wasm-bindgen) | `0.2.92` | `0.2.93` |
    | [wasm-bindgen-macro-support](https://github.com/rustwasm/wasm-bindgen) | `0.2.92` | `0.2.93` |
    | [wasm-bindgen-shared](https://github.com/rustwasm/wasm-bindgen) | `0.2.92` | `0.2.93` |
    | [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.69` | `0.3.70` |
    
    
    Updates `clap` from 4.5.15 to 4.5.16
    - [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.15...clap_complete-v4.5.16)
    
    Updates `serde` from 1.0.206 to 1.0.208
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.206...v1.0.208)
    
    Updates `serde_json` from 1.0.124 to 1.0.125
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.124...1.0.125)
    
    Updates `tokio` from 1.39.2 to 1.39.3
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.39.2...tokio-1.39.3)
    
    Updates `tower` from 0.4.13 to 0.5.0
    - [Release notes](https://github.com/tower-rs/tower/releases)
    - [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.0)
    
    Updates `aws-smithy-runtime` from 1.6.2 to 1.6.3
    - [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
    - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/smithy-lang/smithy-rs/commits)
    
    Updates `aws-smithy-types` from 1.2.0 to 1.2.2
    - [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
    - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/smithy-lang/smithy-rs/commits)
    
    Updates `cc` from 1.1.10 to 1.1.13
    - [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.1.10...cc-v1.1.13)
    
    Updates `cpufeatures` from 0.2.12 to 0.2.13
    - [Commits](RustCrypto/utils@cpufeatures-v0.2.12...cpufeatures-v0.2.13)
    
    Updates `indexmap` from 2.3.0 to 2.4.0
    - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
    - [Commits](indexmap-rs/indexmap@2.3.0...2.4.0)
    
    Updates `js-sys` from 0.3.69 to 0.3.70
    - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
    - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/rustwasm/wasm-bindgen/commits)
    
    Updates `libc` from 0.2.155 to 0.2.158
    - [Release notes](https://github.com/rust-lang/libc/releases)
    - [Changelog](https://github.com/rust-lang/libc/blob/0.2.158/CHANGELOG.md)
    - [Commits](rust-lang/libc@0.2.155...0.2.158)
    
    Updates `mio` from 1.0.1 to 1.0.2
    - [Release notes](https://github.com/tokio-rs/mio/releases)
    - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/mio@v1.0.1...v1.0.2)
    
    Updates `serde_derive` from 1.0.206 to 1.0.208
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.206...v1.0.208)
    
    Updates `syn` from 2.0.74 to 2.0.75
    - [Release notes](https://github.com/dtolnay/syn/releases)
    - [Commits](dtolnay/syn@2.0.74...2.0.75)
    
    Updates `tower-layer` from 0.3.2 to 0.3.3
    - [Release notes](https://github.com/tower-rs/tower/releases)
    - [Commits](tower-rs/tower@tower-layer-0.3.2...tower-layer-0.3.3)
    
    Updates `tower-service` from 0.3.2 to 0.3.3
    - [Release notes](https://github.com/tower-rs/tower/releases)
    - [Commits](tower-rs/tower@tower-service-0.3.2...tower-service-0.3.3)
    
    Updates `wasm-bindgen` from 0.2.92 to 0.2.93
    - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
    - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
    - [Commits](rustwasm/wasm-bindgen@0.2.92...0.2.93)
    
    Updates `wasm-bindgen-backend` from 0.2.92 to 0.2.93
    - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
    - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
    - [Commits](rustwasm/wasm-bindgen@0.2.92...0.2.93)
    
    Updates `wasm-bindgen-futures` from 0.4.42 to 0.4.43
    - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
    - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/rustwasm/wasm-bindgen/commits)
    
    Updates `wasm-bindgen-macro` from 0.2.92 to 0.2.93
    - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
    - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
    - [Commits](rustwasm/wasm-bindgen@0.2.92...0.2.93)
    
    Updates `wasm-bindgen-macro-support` from 0.2.92 to 0.2.93
    - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
    - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
    - [Commits](rustwasm/wasm-bindgen@0.2.92...0.2.93)
    
    Updates `wasm-bindgen-shared` from 0.2.92 to 0.2.93
    - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
    - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
    - [Commits](rustwasm/wasm-bindgen@0.2.92...0.2.93)
    
    Updates `web-sys` from 0.3.69 to 0.3.70
    - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
    - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/rustwasm/wasm-bindgen/commits)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      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: tokio
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: tower
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: aws-smithy-runtime
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: aws-smithy-types
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: cc
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: cpufeatures
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: indexmap
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: js-sys
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: libc
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: mio
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: serde_derive
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: syn
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: tower-layer
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: tower-service
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: wasm-bindgen
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: wasm-bindgen-backend
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: wasm-bindgen-futures
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: wasm-bindgen-macro
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: wasm-bindgen-macro-support
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: wasm-bindgen-shared
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: web-sys
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d4db5ef View commit details
    Browse the repository at this point in the history
  2. Adjust tower features

    jwodder committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    30c02e7 View commit details
    Browse the repository at this point in the history