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 cargo-all group with 8 updates #50

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps the cargo-all group with 8 updates:

Package From To
async-trait 0.1.82 0.1.83
aws-config 1.5.6 1.5.7
aws-sdk-cloudwatchevents 1.43.0 1.44.0
aws-sdk-ssm 1.48.0 1.49.0
axum 0.7.6 0.7.7
clap-verbosity-flag 2.2.1 2.2.2
tempfile 3.12.0 3.13.0
axum-test 16.0.0 16.1.0

Updates async-trait from 0.1.82 to 0.1.83

Release notes

Sourced from async-trait's releases.

0.1.83

  • Prevent needless_arbitrary_self_type lint being produced in generated code (#278)
Commits
  • e6b4d47 Release 0.1.83
  • bfe8d61 Merge pull request #278 from dtolnay/arbself
  • 7bd974b Ignore needless_arbitrary_self_type clippy lint in generated code
  • b53b4e7 Add regression test for issue 277
  • See full diff in compare view

Updates aws-config from 1.5.6 to 1.5.7

Commits

Updates aws-sdk-cloudwatchevents from 1.43.0 to 1.44.0

Commits

Updates aws-sdk-ssm from 1.48.0 to 1.49.0

Commits

Updates axum from 0.7.6 to 0.7.7

Release notes

Sourced from axum's releases.

axum-extra - v0.7.7

  • added: Clone implementation for ErasedJson (#2142)

#2142: tokio-rs/axum#2142

axum v0.7.7

  • change: Remove manual tables of content from the documentation, since rustdoc now generates tables of content in the sidebar (#2921)

#2921: tokio-rs/axum#2921

Commits

Updates clap-verbosity-flag from 2.2.1 to 2.2.2

Changelog

Sourced from clap-verbosity-flag's changelog.

[2.2.2] - 2024-09-26

Fixes

  • Resolve overflow issues
Commits
  • 74d1e81 chore: Release clap-verbosity-flag version 2.2.2
  • 502ef85 docs: Update changelog
  • 41425bb Merge pull request #115 from joshka/jm/verbosity-u8
  • 9936958 fix: Don't overflow on boundary conditions
  • c684b6f refactor: Track numeric levels as a u8
  • 4e3f4e5 refactor: Break out parts of verbosity calculation
  • 02ddbef refactor: Shift numeric level to be 0 based
  • 4c96f55 test: Verbosity calculatio boundary conditions
  • c621a6a Merge pull request #113 from clap-rs/renovate/embarkstudios-cargo-deny-action...
  • 27f5cc9 chore(deps): Update EmbarkStudios/cargo-deny-action action to v2
  • Additional commits viewable in compare view

Updates tempfile from 3.12.0 to 3.13.0

Changelog

Sourced from tempfile's changelog.

3.13.0

  • Add with_suffix constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension). Thanks to @​Borgerr.
  • Update dependencies (fastrand & rustix).
Commits

Updates axum-test from 16.0.0 to 16.1.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo-all group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.82` | `0.1.83` |
| [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.5.6` | `1.5.7` |
| [aws-sdk-cloudwatchevents](https://github.com/awslabs/aws-sdk-rust) | `1.43.0` | `1.44.0` |
| [aws-sdk-ssm](https://github.com/awslabs/aws-sdk-rust) | `1.48.0` | `1.49.0` |
| [axum](https://github.com/tokio-rs/axum) | `0.7.6` | `0.7.7` |
| [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) | `2.2.1` | `2.2.2` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.12.0` | `3.13.0` |
| [axum-test](https://github.com/JosephLenton/axum-test) | `16.0.0` | `16.1.0` |


Updates `async-trait` from 0.1.82 to 0.1.83
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.82...0.1.83)

Updates `aws-config` from 1.5.6 to 1.5.7
- [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-cloudwatchevents` from 1.43.0 to 1.44.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-sdk-ssm` from 1.48.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 `axum` from 0.7.6 to 0.7.7
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.7.6...axum-v0.7.7)

Updates `clap-verbosity-flag` from 2.2.1 to 2.2.2
- [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap-verbosity-flag@v2.2.1...v2.2.2)

Updates `tempfile` from 3.12.0 to 3.13.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.12.0...v3.13.0)

Updates `axum-test` from 16.0.0 to 16.1.0
- [Commits](https://github.com/JosephLenton/axum-test/commits)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all
- dependency-name: aws-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all
- dependency-name: aws-sdk-cloudwatchevents
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all
- dependency-name: aws-sdk-ssm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all
- dependency-name: clap-verbosity-flag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-all
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all
- dependency-name: axum-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 1, 2024
@github-actions github-actions bot enabled auto-merge (squash) October 1, 2024 04:00
@github-actions github-actions bot merged commit 4bf3db2 into main Oct 1, 2024
6 checks passed
@github-actions github-actions bot deleted the dependabot/cargo/cargo-all-877f7bfc7f branch October 1, 2024 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants