Skip to content

Commit

Permalink
chore(deps): bump the patch-minor group with 2 updates (#184)
Browse files Browse the repository at this point in the history
Bumps the patch-minor group with 2 updates: [thiserror](https://github.com/dtolnay/thiserror) and [tokio](https://github.com/tokio-rs/tokio).


Updates `thiserror` from 1.0.50 to 1.0.51
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.50...1.0.51)

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

---
updated-dependencies:
- dependency-name: thiserror
  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-minor
  dependency-group: patch-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent ce58d28 commit c91d95b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 @@ -36,9 +36,9 @@ aws-credential-types = "1.0.3"
aws-sdk-sts = "1.4.0"
aws-smithy-runtime-api = "1.0.3"
clap = { version = "4.4.11", features = ["derive", "env"] }
thiserror = "1.0.50"
thiserror = "1.0.51"
time = "0.3.30"
tokio = { version = "1.34.0", features = ["full"] }
tokio = { version = "1.35.0", features = ["full"] }

[dev-dependencies]
aws-smithy-runtime = { version = "1.0.3", features = ["test-util"]}
Expand Down

0 comments on commit c91d95b

Please sign in to comment.