Skip to content

Commit 24112b9

Browse files
chore(deps): update aws-sdk-cloudwatchlogs requirement
Updates the requirements on [aws-sdk-cloudwatchlogs](https://github.com/awslabs/aws-sdk-rust) to permit the latest version. - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - dependency-name: aws-sdk-cloudwatchlogs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9b3160 commit 24112b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ awssdk = ["aws-sdk-cloudwatchlogs"]
1717
[dependencies]
1818
anyhow = "1.0.71"
1919
async-trait = "0.1.68"
20-
aws-sdk-cloudwatchlogs = { version = "0.27.0", default-features = false, optional = true }
20+
aws-sdk-cloudwatchlogs = { version = "0.28.0", default-features = false, optional = true }
2121
chrono = "0.4.24"
2222
rusoto_core = { version = "0.48.0", optional = true }
2323
rusoto_logs = { version = "0.48.0", optional = true }
@@ -33,7 +33,7 @@ tracing-subscriber = { version = "0.3.17", default-features = false, features =
3333

3434
[dev-dependencies]
3535
aws-config = "0.55.2"
36-
aws-sdk-cloudwatchlogs = { version = "0.27.0" }
36+
aws-sdk-cloudwatchlogs = { version = "0.28.0" }
3737
rusoto_core = "0.48.0"
3838
rusoto_logs = "0.48.0"
3939
tokio = { version = "1.28.0", features = [

0 commit comments

Comments
 (0)