Skip to content

Commit 30178c3

Browse files
authored
Merge pull request #97 from jerus-org/renovate/tokio-packages
chore(deps): update rust crate tokio to 1.45.0
2 parents 6a72e5d + 071d65d commit 30178c3

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

1212
- 🔧 chore(config)-update renovate schedule(pr [#96])
1313

14+
### Security
15+
16+
- Dependencies: update rust crate tokio to 1.45.0(pr [#97])
17+
1418
## [0.2.30] - 2025-05-03
1519

1620
### Security
@@ -311,6 +315,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
311315
[#94]: https://github.com/jerus-org/lambda_sqs/pull/94
312316
[#95]: https://github.com/jerus-org/lambda_sqs/pull/95
313317
[#96]: https://github.com/jerus-org/lambda_sqs/pull/96
318+
[#97]: https://github.com/jerus-org/lambda_sqs/pull/97
314319
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.30...HEAD
315320
[0.2.30]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.29...v0.2.30
316321
[0.2.29]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.28...v0.2.29

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ serde_json = "1.0.140"
3030
lambda_runtime = "0.13.0"
3131

3232
[dev-dependencies]
33-
tokio = "1.44.2"
33+
tokio = "1.45.0"
3434

3535
[package.metadata.docs.rs]
3636
all-features = true

0 commit comments

Comments
 (0)