Skip to content

Commit 5b29560

Browse files
chore(deps): bump the cargo-dependencies group across 1 directory with 5 updates
Bumps the cargo-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [rustls](https://github.com/rustls/rustls) | `0.23.32` | `0.23.34` | | [aws-credential-types](https://github.com/smithy-lang/smithy-rs) | `1.2.7` | `1.2.8` | | [aws-smithy-runtime-api](https://github.com/smithy-lang/smithy-rs) | `1.9.1` | `1.9.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.48` | `4.5.51` | | [tokio](https://github.com/tokio-rs/tokio) | `1.47.1` | `1.48.0` | Updates `rustls` from 0.23.32 to 0.23.34 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.32...v/0.23.34) Updates `aws-credential-types` from 1.2.7 to 1.2.8 - [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-smithy-runtime-api` from 1.9.1 to 1.9.2 - [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 `clap` from 4.5.48 to 4.5.51 - [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.48...clap_complete-v4.5.51) Updates `tokio` from 1.47.1 to 1.48.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.48.0) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: aws-credential-types dependency-version: 1.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: aws-smithy-runtime-api dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: clap dependency-version: 4.5.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a60527b commit 5b29560

File tree

3 files changed

+24
-98
lines changed

3 files changed

+24
-98
lines changed

Cargo.lock

Lines changed: 19 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enclave/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ chrono = { version = "=0.4.42", default-features = false, features = ["now"] }
2121
data-encoding = { version = "=2.9.0", default-features = false, features = ["alloc"] }
2222
serde = { version = "=1.0.228", default-features = false, features = ["derive"] }
2323
serde_json = { version = "=1.0.145", default-features = false }
24-
rustls = { version = "=0.23.32", default-features = false, features = ["aws_lc_rs", "prefer-post-quantum"] }
24+
rustls = { version = "=0.23.34", default-features = false, features = ["aws_lc_rs", "prefer-post-quantum"] }
2525
vsock = { version = "=0.5.1", default-features = false }
2626
zeroize = { version = "=1.8.2", default-features = false, features = ["zeroize_derive"] }
2727

parent/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ path = "src/main.rs"
1616
[dependencies]
1717
anyhow = { version = "=1.0.100", default-features = false }
1818
aws-config = { version = "=1.8.7", default-features = false, features = ["rt-tokio", "behavior-version-latest", "default-https-client"] }
19-
aws-credential-types = { version = "=1.2.7", default-features = false }
20-
aws-smithy-runtime-api = { version = "=1.9.1", default-features = false, features = ["client"] }
19+
aws-credential-types = { version = "=1.2.8", default-features = false }
20+
aws-smithy-runtime-api = { version = "=1.9.2", default-features = false, features = ["client"] }
2121
axum = { version = "=0.8.6", default-features = false, features = ["http1", "json", "tokio", "tracing"] }
2222
byteorder = { version = "=1.5.0", default-features = false }
23-
clap = { version = "=4.5.48", default-features = false, features = ["std", "derive", "env"] }
23+
clap = { version = "=4.5.51", default-features = false, features = ["std", "derive", "env"] }
2424
fastrand = { version = "=2.3.0", default-features = false }
2525
serde = { version = "=1.0.228", default-features = false, features = ["derive"] }
2626
serde_json = { version = "=1.0.145", default-features = false }
2727
thiserror = { version = "=2.0.17", default-features = false }
28-
tokio = { version = "=1.47.1", default-features = false, features = ["rt-multi-thread", "process", "tracing"] }
28+
tokio = { version = "=1.48.0", default-features = false, features = ["rt-multi-thread", "process", "tracing"] }
2929
tracing = { version = "=0.1.41", default-features = false, features = ["log"] }
3030
tracing-subscriber = { version = "=0.3.20", default-features = false, features = ["ansi", "env-filter", "fmt", "json"] }
3131
vsock = { version = "=0.5.1", default-features = false }

0 commit comments

Comments
 (0)