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: [thiserror](https://github.com/dtolnay/thiserror) and [tokio](https://github.com/tokio-rs/tokio).


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

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

---
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-patch
  dependency-group: patch-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 17, 2024
1 parent c418871 commit 3ebba60
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 @@ -37,9 +37,9 @@ aws-runtime = "=1.3.1"
aws-sdk-sts = "=1.34.0"
aws-smithy-runtime-api = "=1.7.1"
clap = { version = "=4.5.9", features = ["derive", "env"] }
thiserror = "=1.0.61"
thiserror = "=1.0.62"
time = "=0.3.36"
tokio = { version = "=1.38.0", features = ["full"] }
tokio = { version = "=1.38.1", features = ["full"] }

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

0 comments on commit 3ebba60

Please sign in to comment.