Skip to content

Commit

Permalink
Bump the rust group in /rust with 2 updates (#540)
Browse files Browse the repository at this point in the history
Bumps the rust group in /rust with 2 updates: [anyhow](https://github.com/dtolnay/anyhow) and [serde_json](https://github.com/serde-rs/json).


Updates `anyhow` from 1.0.89 to 1.0.90
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.89...1.0.90)

Updates `serde_json` from 1.0.128 to 1.0.132
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.128...1.0.132)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
...

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 Oct 21, 2024
1 parent 4d249f9 commit 1097467
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = [

[dependencies]
aes-gcm = "0.10.3"
anyhow = "1.0.89"
anyhow = "1.0.90"
aws-config = { version = "1.5.8", features = ["behavior-version-latest"] }
aws-sdk-cloudformation = "1.51.1"
aws-sdk-kms = "1.47.0"
Expand All @@ -24,7 +24,7 @@ clap = { version = "4.5.20", features = ["derive", "env"] }
colored = "2.1.0"
rand = "0.8.5"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
serde_json = "1.0.132"
thiserror = "1.0.64"
tokio = { version = "1.40.0", features = ["full"] }

Expand Down

0 comments on commit 1097467

Please sign in to comment.