Skip to content

Commit

Permalink
chore(deps): bump the patch-minor group across 1 directory with 2 upd…
Browse files Browse the repository at this point in the history
…ates

Bumps the patch-minor group with 2 updates in the / directory: [clap](https://github.com/clap-rs/clap) and [tokio](https://github.com/tokio-rs/tokio).


Updates `clap` from 4.5.11 to 4.5.13
- [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.11...v4.5.13)

Updates `tokio` from 1.39.1 to 1.39.2
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.39.1...tokio-1.39.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 5285640 commit afb85c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ aws-mfa = "=1.0.16"
aws-runtime = "=1.3.1"
aws-sigv4 = { version = "=1.2.3", features = ["sigv4a"] }
aws-smithy-runtime-api = "=1.7.1"
clap = { version = "=4.5.11", features = ["derive", "env"] }
clap = { version = "=4.5.13", features = ["derive", "env"] }
http-body-util = "=0.1.2"
hyper = { version = "=1.4.1", features = ["full"] }
hyper-rustls = { version = "=0.27.2", features = ["webpki-tokio"]}
hyper-util = { version = "=0.1.6", features = ["full"] }
thiserror = "=1.0.63"
tokio = { version = "=1.39.1", features = ["full"] }
tokio = { version = "=1.39.2", features = ["full"] }

[dev-dependencies]
time = { version = "=0.3.36", features = ["formatting"] }

0 comments on commit afb85c2

Please sign in to comment.