Skip to content

Commit a6fcea2

Browse files
authored
Merge pull request #107 from jerus-org/renovate/tokio-packages
fix(deps): update rust crate tokio to 1.47.1
2 parents f6acd85 + a2a1646 commit a6fcea2

File tree

3 files changed

+31
-10
lines changed

3 files changed

+31
-10
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
### Fixed
1111

1212
- deps: update rust crate serde_json to 1.0.143(pr [#106])
13+
- deps: update rust crate tokio to 1.47.1(pr [#107])
1314

1415
## [0.2.33] - 2025-07-28
1516

@@ -352,6 +353,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
352353
[#104]: https://github.com/jerus-org/lambda_sqs/pull/104
353354
[#105]: https://github.com/jerus-org/lambda_sqs/pull/105
354355
[#106]: https://github.com/jerus-org/lambda_sqs/pull/106
356+
[#107]: https://github.com/jerus-org/lambda_sqs/pull/107
355357
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.33...HEAD
356358
[0.2.33]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.32...v0.2.33
357359
[0.2.32]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.31...v0.2.32

Cargo.lock

Lines changed: 28 additions & 9 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
@@ -31,7 +31,7 @@ serde_json = "1.0.143"
3131
lambda_runtime = "0.14.3"
3232

3333
[dev-dependencies]
34-
tokio = "1.46.1"
34+
tokio = "1.47.1"
3535

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

0 commit comments

Comments
 (0)