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 across 1 directory with 50 updates #188

Closed
wants to merge 1 commit into from

Commits on Sep 16, 2024

  1. [cargo](deps): Bump the deps group across 1 directory with 50 updates

    Bumps the deps group with 31 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.82` |
    | [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.5.5` | `1.5.6` |
    | [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) | `1.46.0` | `1.49.0` |
    | [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.17` |
    | [serde](https://github.com/serde-rs/serde) | `1.0.209` | `1.0.210` |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.127` | `1.0.128` |
    | [tokio](https://github.com/tokio-rs/tokio) | `1.39.3` | `1.40.0` |
    | [tower](https://github.com/tower-rs/tower) | `0.5.0` | `0.5.1` |
    | [xml-rs](https://github.com/kornelski/xml-rs) | `0.8.21` | `0.8.22` |
    | [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) | `1.4.0` | `1.4.1` |
    | [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.73` | `0.3.74` |
    | [cc](https://github.com/rust-lang/cc-rs) | `1.1.14` | `1.1.19` |
    | [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.13` | `0.2.14` |
    | [globset](https://github.com/BurntSushi/ripgrep) | `0.4.14` | `0.4.15` |
    | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.7` | `0.1.8` |
    | [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.22` | `0.4.23` |
    | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.4.0` | `2.5.0` |
    | [ipnet](https://github.com/krisprice/ipnet) | `2.9.0` | `2.10.0` |
    | [object](https://github.com/gimli-rs/object) | `0.36.3` | `0.36.4` |
    | [once_cell](https://github.com/matklad/once_cell) | `1.19.0` | `1.20.0` |
    | [parking](https://github.com/smol-rs/parking) | `2.2.0` | `2.2.1` |
    | [pest](https://github.com/pest-parser/pest) | `2.7.11` | `2.7.12` |
    | [pest_derive](https://github.com/pest-parser/pest) | `2.7.11` | `2.7.12` |
    | [quinn](https://github.com/quinn-rs/quinn) | `0.11.3` | `0.11.5` |
    | [quinn-udp](https://github.com/quinn-rs/quinn) | `0.5.4` | `0.5.5` |
    | [rustc_version](https://github.com/djc/rustc-version-rs) | `0.4.0` | `0.4.1` |
    | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.34` | `0.38.37` |
    | [schannel](https://github.com/steffengy/schannel-rs) | `0.1.23` | `0.1.24` |
    | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.11` | `0.7.12` |
    | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.12` | `1.0.13` |
    
    
    
    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.82
    - [Release notes](https://github.com/dtolnay/async-trait/releases)
    - [Commits](dtolnay/async-trait@0.1.81...0.1.82)
    
    Updates `aws-config` from 1.5.5 to 1.5.6
    - [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-sdk-s3` from 1.46.0 to 1.49.0
    - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
    - [Commits](https://github.com/awslabs/aws-sdk-rust/commits)
    
    Updates `clap` from 4.5.16 to 4.5.17
    - [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.16...clap_complete-v4.5.17)
    
    Updates `serde` from 1.0.209 to 1.0.210
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.209...v1.0.210)
    
    Updates `serde_json` from 1.0.127 to 1.0.128
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@1.0.127...1.0.128)
    
    Updates `tokio` from 1.39.3 to 1.40.0
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.39.3...tokio-1.40.0)
    
    Updates `tower` from 0.5.0 to 0.5.1
    - [Release notes](https://github.com/tower-rs/tower/releases)
    - [Commits](tower-rs/tower@tower-0.5.0...tower-0.5.1)
    
    Updates `xml-rs` from 0.8.21 to 0.8.22
    - [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md)
    - [Commits](kornelski/xml-rs@0.8.21...0.8.22)
    
    Updates `pretty_assertions` from 1.4.0 to 1.4.1
    - [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases)
    - [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md)
    - [Commits](rust-pretty-assertions/rust-pretty-assertions@v1.4.0...v1.4.1)
    
    Updates `aws-credential-types` from 1.2.0 to 1.2.1
    - [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-runtime` from 1.4.0 to 1.4.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-sdk-sso` from 1.39.0 to 1.42.0
    - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
    - [Commits](https://github.com/awslabs/aws-sdk-rust/commits)
    
    Updates `aws-sdk-ssooidc` from 1.40.0 to 1.43.0
    - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
    - [Commits](https://github.com/awslabs/aws-sdk-rust/commits)
    
    Updates `aws-sdk-sts` from 1.39.0 to 1.42.0
    - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
    - [Commits](https://github.com/awslabs/aws-sdk-rust/commits)
    
    Updates `aws-sigv4` from 1.2.3 to 1.2.4
    - [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-eventstream` from 0.60.4 to 0.60.5
    - [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-http` from 0.60.9 to 0.60.11
    - [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-runtime` from 1.6.3 to 1.7.1
    - [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.2 to 1.2.6
    - [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-xml` from 0.60.8 to 0.60.9
    - [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 `backtrace` from 0.3.73 to 0.3.74
    - [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
    - [Commits](rust-lang/backtrace-rs@0.3.73...0.3.74)
    
    Updates `cc` from 1.1.14 to 1.1.19
    - [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.14...cc-v1.1.19)
    
    Updates `clap_builder` from 4.5.15 to 4.5.17
    - [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.15...v4.5.17)
    
    Updates `cpufeatures` from 0.2.13 to 0.2.14
    - [Commits](RustCrypto/utils@cpufeatures-v0.2.13...cpufeatures-v0.2.14)
    
    Updates `gimli` from 0.29.0 to 0.31.0
    - [Changelog](https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md)
    - [Commits](gimli-rs/gimli@0.29.0...0.31.0)
    
    Updates `globset` from 0.4.14 to 0.4.15
    - [Release notes](https://github.com/BurntSushi/ripgrep/releases)
    - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
    - [Commits](BurntSushi/ripgrep@globset-0.4.14...ignore-0.4.15)
    
    Updates `hyper-util` from 0.1.7 to 0.1.8
    - [Release notes](https://github.com/hyperium/hyper-util/releases)
    - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
    - [Commits](hyperium/hyper-util@v0.1.7...v0.1.8)
    
    Updates `ignore` from 0.4.22 to 0.4.23
    - [Release notes](https://github.com/BurntSushi/ripgrep/releases)
    - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/BurntSushi/ripgrep/commits)
    
    Updates `indexmap` from 2.4.0 to 2.5.0
    - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
    - [Commits](indexmap-rs/indexmap@2.4.0...2.5.0)
    
    Updates `ipnet` from 2.9.0 to 2.10.0
    - [Release notes](https://github.com/krisprice/ipnet/releases)
    - [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md)
    - [Commits](krisprice/ipnet@2.9.0...2.10.0)
    
    Updates `miniz_oxide` from 0.7.4 to 0.8.0
    - [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md)
    - [Commits](Frommi/miniz_oxide@0.7.4...0.8.0)
    
    Updates `object` from 0.36.3 to 0.36.4
    - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
    - [Commits](gimli-rs/object@0.36.3...0.36.4)
    
    Updates `once_cell` from 1.19.0 to 1.20.0
    - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
    - [Commits](matklad/once_cell@v1.19.0...v1.20.0)
    
    Updates `parking` from 2.2.0 to 2.2.1
    - [Release notes](https://github.com/smol-rs/parking/releases)
    - [Changelog](https://github.com/smol-rs/parking/blob/master/CHANGELOG.md)
    - [Commits](smol-rs/parking@v2.2.0...v2.2.1)
    
    Updates `pest` from 2.7.11 to 2.7.12
    - [Release notes](https://github.com/pest-parser/pest/releases)
    - [Commits](pest-parser/pest@v2.7.11...v2.7.12)
    
    Updates `pest_derive` from 2.7.11 to 2.7.12
    - [Release notes](https://github.com/pest-parser/pest/releases)
    - [Commits](pest-parser/pest@v2.7.11...v2.7.12)
    
    Updates `pest_generator` from 2.7.11 to 2.7.12
    - [Release notes](https://github.com/pest-parser/pest/releases)
    - [Commits](pest-parser/pest@v2.7.11...v2.7.12)
    
    Updates `pest_meta` from 2.7.11 to 2.7.12
    - [Release notes](https://github.com/pest-parser/pest/releases)
    - [Commits](pest-parser/pest@v2.7.11...v2.7.12)
    
    Updates `quinn` from 0.11.3 to 0.11.5
    - [Release notes](https://github.com/quinn-rs/quinn/releases)
    - [Commits](quinn-rs/quinn@quinn-0.11.3...quinn-0.11.5)
    
    Updates `quinn-proto` from 0.11.6 to 0.11.8
    - [Release notes](https://github.com/quinn-rs/quinn/releases)
    - [Commits](quinn-rs/quinn@quinn-proto-0.11.6...quinn-proto-0.11.8)
    
    Updates `quinn-udp` from 0.5.4 to 0.5.5
    - [Release notes](https://github.com/quinn-rs/quinn/releases)
    - [Commits](quinn-rs/quinn@quinn-udp-0.5.4...quinn-udp-0.5.5)
    
    Updates `rustc_version` from 0.4.0 to 0.4.1
    - [Release notes](https://github.com/djc/rustc-version-rs/releases)
    - [Commits](djc/rustc-version-rs@v0.4.0...v0.4.1)
    
    Updates `rustix` from 0.38.34 to 0.38.37
    - [Release notes](https://github.com/bytecodealliance/rustix/releases)
    - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md)
    - [Commits](bytecodealliance/rustix@v0.38.34...v0.38.37)
    
    Updates `schannel` from 0.1.23 to 0.1.24
    - [Release notes](https://github.com/steffengy/schannel-rs/releases)
    - [Commits](steffengy/schannel-rs@v0.1.23...v0.1.24)
    
    Updates `serde_derive` from 1.0.209 to 1.0.210
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.209...v1.0.210)
    
    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 `unicode-ident` from 1.0.12 to 1.0.13
    - [Release notes](https://github.com/dtolnay/unicode-ident/releases)
    - [Commits](dtolnay/unicode-ident@1.0.12...1.0.13)
    
    Updates `yansi` from 0.5.1 to 1.0.1
    - [Release notes](https://github.com/SergioBenitez/yansi/releases)
    - [Commits](https://github.com/SergioBenitez/yansi/commits/v1.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: async-trait
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: aws-config
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: aws-sdk-s3
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: deps
    - 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-minor
      dependency-group: deps
    - dependency-name: tower
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: xml-rs
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: pretty_assertions
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: aws-credential-types
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: aws-runtime
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: aws-sdk-sso
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: aws-sdk-ssooidc
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: aws-sdk-sts
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: aws-sigv4
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: aws-smithy-eventstream
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: aws-smithy-http
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: aws-smithy-runtime
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: aws-smithy-types
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: aws-smithy-xml
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: backtrace
      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: clap_builder
      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: gimli
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: globset
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: hyper-util
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: ignore
      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: ipnet
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: miniz_oxide
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: object
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: once_cell
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: deps
    - dependency-name: parking
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: pest
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: pest_derive
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: pest_generator
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: pest_meta
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: quinn
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: quinn-proto
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: quinn-udp
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: rustc_version
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: rustix
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: schannel
      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: tokio-util
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: unicode-ident
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: deps
    - dependency-name: yansi
      dependency-type: indirect
      update-type: version-update:semver-major
      dependency-group: deps
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    eee9f72 View commit details
    Browse the repository at this point in the history