Skip to content

Commit b5b0c14

Browse files
authored
Merge pull request #87 from jerus-org/renovate/tokio-packages
chore(deps): update rust crate tokio to 1.44.1
2 parents 3480883 + bd7fae0 commit b5b0c14

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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 to 1.0.219(pr [#86])
13+
- Dependencies: update rust crate tokio to 1.44.1(pr [#87])
1314

1415
## [0.2.25] - 2025-03-08
1516

@@ -265,6 +266,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
265266
[#84]: https://github.com/jerus-org/lambda_sqs/pull/84
266267
[#85]: https://github.com/jerus-org/lambda_sqs/pull/85
267268
[#86]: https://github.com/jerus-org/lambda_sqs/pull/86
269+
[#87]: https://github.com/jerus-org/lambda_sqs/pull/87
268270
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.25...HEAD
269271
[0.2.25]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.24...v0.2.25
270272
[0.2.24]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.23...v0.2.24

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.43.0"
33+
tokio = "1.44.1"
3434

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

0 commit comments

Comments
 (0)