Skip to content

Commit 210b583

Browse files
authored
chore: bump aws-sdk-cloudwatchlogs (#23)
* chore: bump aws-sdk-cloudwatchlogs * docs: update CHANGELOG * chore: bump version * docs: update CHANGELOG
1 parent 6870959 commit 210b583

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.3] - 2023-10-03
10+
### Changed
11+
- update aws-sdk-cloudwatchlogs version from 0.28 to 0.31 https://github.com/ymgyt/tracing-cloudwatch/pull/23
12+
913
## [0.1.2] - 2023-07-24
1014
### Changed
1115
- update aws-sdk-cloudwatchlogs version from 0.27.0 to 0.28.0 https://github.com/ymgyt/tracing-cloudwatch/pull/6

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tracing-cloudwatch"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
license = "MIT"
66
description = "tracing-subscriber layer that sends your application's tracing events(logs) to AWS CloudWatch Logs"
@@ -32,8 +32,8 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [
3232
] }
3333

3434
[dev-dependencies]
35-
aws-config = "0.55.2"
36-
aws-sdk-cloudwatchlogs = { version = "0.28.0" }
35+
aws-config = "0.56"
36+
aws-sdk-cloudwatchlogs = { version = "0.31.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)