Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cargo](deps): Bump the deps group with 19 updates
Bumps the deps group with 19 updates: | Package | From | To | | --- | --- | --- | | [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.1.8` | `1.1.9` | | [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) | `1.20.0` | `1.21.0` | | [enum_dispatch](https://gitlab.com/antonok/enum_dispatch) | `0.3.12` | `0.3.13` | | [serde_json](https://github.com/serde-rs/json) | `1.0.114` | `1.0.115` | | [tokio](https://github.com/tokio-rs/tokio) | `1.36.0` | `1.37.0` | | [xml-rs](https://github.com/kornelski/xml-rs) | `0.8.19` | `0.8.20` | | [autocfg](https://github.com/cuviper/autocfg) | `1.1.0` | `1.2.0` | | [aws-sdk-sso](https://github.com/awslabs/aws-sdk-rust) | `1.17.0` | `1.18.0` | | [aws-sdk-ssooidc](https://github.com/awslabs/aws-sdk-rust) | `1.17.0` | `1.18.0` | | [aws-sdk-sts](https://github.com/awslabs/aws-sdk-rust) | `1.17.0` | `1.18.0` | | [aws-smithy-async](https://github.com/smithy-lang/smithy-rs) | `1.1.8` | `1.2.0` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.10` | `1.0.11` | | [memchr](https://github.com/BurntSushi/memchr) | `2.7.1` | `2.7.2` | | [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.13` | `0.2.14` | | [quanta](https://github.com/metrics-rs/quanta) | `0.12.2` | `0.12.3` | | [regex-syntax](https://github.com/rust-lang/regex) | `0.8.2` | `0.8.3` | | [security-framework](https://github.com/kornelski/rust-security-framework) | `2.9.2` | `2.10.0` | | [security-framework-sys](https://github.com/kornelski/rust-security-framework) | `2.9.1` | `2.10.0` | | [syn](https://github.com/dtolnay/syn) | `2.0.55` | `2.0.57` | Updates `aws-config` from 1.1.8 to 1.1.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 `aws-sdk-s3` from 1.20.0 to 1.21.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `enum_dispatch` from 0.3.12 to 0.3.13 - [Changelog](https://gitlab.com/antonok/enum_dispatch/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/antonok/enum_dispatch/compare/v0.3.12...v0.3.13) Updates `serde_json` from 1.0.114 to 1.0.115 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.114...v1.0.115) Updates `tokio` from 1.36.0 to 1.37.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.36.0...tokio-1.37.0) Updates `xml-rs` from 0.8.19 to 0.8.20 - [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md) - [Commits](kornelski/xml-rs@0.8.19...0.8.20) Updates `autocfg` from 1.1.0 to 1.2.0 - [Commits](cuviper/autocfg@1.1.0...1.2.0) Updates `aws-sdk-sso` from 1.17.0 to 1.18.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.17.0 to 1.18.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.17.0 to 1.18.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `aws-smithy-async` from 1.1.8 to 1.2.0 - [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 `itoa` from 1.0.10 to 1.0.11 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.10...1.0.11) Updates `memchr` from 2.7.1 to 2.7.2 - [Commits](BurntSushi/memchr@2.7.1...2.7.2) Updates `pin-project-lite` from 0.2.13 to 0.2.14 - [Release notes](https://github.com/taiki-e/pin-project-lite/releases) - [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project-lite@v0.2.13...v0.2.14) Updates `quanta` from 0.12.2 to 0.12.3 - [Changelog](https://github.com/metrics-rs/quanta/blob/v0.12.3/CHANGELOG.md) - [Commits](metrics-rs/quanta@v0.12.2...v0.12.3) Updates `regex-syntax` from 0.8.2 to 0.8.3 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-syntax-0.8.2...regex-syntax-0.8.3) Updates `security-framework` from 2.9.2 to 2.10.0 - [Release notes](https://github.com/kornelski/rust-security-framework/releases) - [Commits](kornelski/rust-security-framework@v2.9.2...v2.10.0) Updates `security-framework-sys` from 2.9.1 to 2.10.0 - [Release notes](https://github.com/kornelski/rust-security-framework/releases) - [Commits](kornelski/rust-security-framework@v2.9.1...v2.10.0) Updates `syn` from 2.0.55 to 2.0.57 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.55...2.0.57) --- updated-dependencies: - 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: enum_dispatch 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: xml-rs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: autocfg dependency-type: indirect update-type: version-update:semver-minor 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-smithy-async dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: itoa dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: memchr dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: pin-project-lite dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: quanta dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: regex-syntax dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: security-framework dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: security-framework-sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: deps - dependency-name: syn dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information