Skip to content

Commit

Permalink
build(deps): bump the rust group with 9 updates
Browse files Browse the repository at this point in the history
Bumps the rust group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.94` | `1.0.95` |
| [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.5.10` | `1.5.11` |
| [aws-sdk-cloudformation](https://github.com/awslabs/aws-sdk-rust) | `1.56.0` | `1.57.0` |
| [aws-sdk-kms](https://github.com/awslabs/aws-sdk-rust) | `1.51.0` | `1.52.0` |
| [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) | `1.65.0` | `1.66.0` |
| [aws-sdk-sts](https://github.com/awslabs/aws-sdk-rust) | `1.51.0` | `1.52.0` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.38` | `4.5.40` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.134` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.7` | `2.0.9` |


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

Updates `aws-config` from 1.5.10 to 1.5.11
- [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-cloudformation` from 1.56.0 to 1.57.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-sdk-kms` from 1.51.0 to 1.52.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-sdk-s3` from 1.65.0 to 1.66.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-sdk-sts` from 1.51.0 to 1.52.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `clap_complete` from 4.5.38 to 4.5.40
- [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.38...clap_complete-v4.5.40)

Updates `serde_json` from 1.0.133 to 1.0.134
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.133...v1.0.134)

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

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: aws-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: aws-sdk-cloudformation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: aws-sdk-kms
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: aws-sdk-sts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: clap_complete
  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
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent ae0a62d commit 29181e5
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 59 deletions.
91 changes: 41 additions & 50 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion python-pyo3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "nitor_vault_rs"
crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.95"
nitor-vault = { path = "../rust" }
pyo3 = { version = "0.23.3", features = ["anyhow", "abi3", "abi3-py39"] }
tokio = "1.42.0"
Expand Down
16 changes: 8 additions & 8 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ authors = [

[dependencies]
aes-gcm = "0.10.3"
anyhow = "1.0.94"
aws-config = { version = "1.5.10", features = ["behavior-version-latest", "rustls"] }
aws-sdk-cloudformation = { version = "1.56.0", features = ["rustls"] }
aws-sdk-kms = { version = "1.51.0", features = ["rustls"] }
aws-sdk-s3 = { version = "1.65.0", features = ["rustls"] }
anyhow = "1.0.95"
aws-config = { version = "1.5.11", features = ["behavior-version-latest", "rustls"] }
aws-sdk-cloudformation = { version = "1.57.0", features = ["rustls"] }
aws-sdk-kms = { version = "1.52.0", features = ["rustls"] }
aws-sdk-s3 = { version = "1.66.0", features = ["rustls"] }
aws-sdk-sts = { version = "1.51.0", features = ["behavior-version-latest", "rustls"] }
base64 = "0.22.1"
clap = { version = "4.5.23", features = ["derive", "env"] }
clap_complete = "4.5.38"
clap_complete = "4.5.40"
colored = "2.2.0"
dirs = "5.0.1"
rand = "0.8.5"
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
thiserror = "2.0.7"
serde_json = "1.0.134"
thiserror = "2.0.9"
tokio = { version = "1.42.0", features = ["full"] }

[[bin]]
Expand Down

0 comments on commit 29181e5

Please sign in to comment.