Skip to content

Commit 442131a

Browse files
authored
Merge pull request #98 from jerus-org/renovate/tokio-packages
chore(deps): update rust crate tokio to 1.45.1
2 parents 0ec0bdd + 06808e0 commit 442131a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Security
11+
12+
- Dependencies: update rust crate tokio to 1.45.1(pr [#98])
13+
814
## [0.2.31] - 2025-05-28
915

1016
### Changed
@@ -316,6 +322,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
316322
[#95]: https://github.com/jerus-org/lambda_sqs/pull/95
317323
[#96]: https://github.com/jerus-org/lambda_sqs/pull/96
318324
[#97]: https://github.com/jerus-org/lambda_sqs/pull/97
325+
[#98]: https://github.com/jerus-org/lambda_sqs/pull/98
326+
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.31...HEAD
319327
[0.2.31]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.30...v0.2.31
320328
[0.2.30]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.29...v0.2.30
321329
[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.45.0"
33+
tokio = "1.45.1"
3434

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

0 commit comments

Comments
 (0)