Skip to content

Commit 450a1eb

Browse files
authored
Merge pull request #73 from jerus-org/renovate/tokio-packages
chore(deps): update rust crate tokio to 1.43.0
2 parents 1d01581 + b799e9b commit 450a1eb

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

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

1212
- Dependencies: update rust crate serde_json to 1.0.135(pr [#72])
13+
- Dependencies: update rust crate tokio to 1.43.0(pr [#73])
1314

1415
## [0.2.19] - 2025-01-04
1516

@@ -204,6 +205,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
204205
[#70]: https://github.com/jerus-org/lambda_sqs/pull/70
205206
[#71]: https://github.com/jerus-org/lambda_sqs/pull/71
206207
[#72]: https://github.com/jerus-org/lambda_sqs/pull/72
208+
[#73]: https://github.com/jerus-org/lambda_sqs/pull/73
207209
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.19...HEAD
208210
[0.2.19]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.18...v0.2.19
209211
[0.2.18]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.17...v0.2.18

Cargo.lock

Lines changed: 4 additions & 4 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.135"
3030
lambda_runtime = "0.13.0"
3131

3232
[dev-dependencies]
33-
tokio = "1.42.0"
33+
tokio = "1.43.0"
3434

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

0 commit comments

Comments
 (0)