Skip to content

Commit daa6cfa

Browse files
authored
Merge pull request #99 from jerus-org/renovate/lambda_runtime-0.x
chore(deps): update rust crate lambda_runtime to 0.14.2
2 parents 442131a + e40b974 commit daa6cfa

File tree

6 files changed

+25
-13
lines changed

6 files changed

+25
-13
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
parameters:
44
min-rust-version:
55
type: string
6-
default: "1.78"
6+
default: "1.81"
77
fingerprint:
88
type: string
99
default: SHA256:OkxsH8Z6Iim6WDJBaII9eTT9aaO1f3eDc6IpsgYYPVg
@@ -21,7 +21,7 @@ parameters:
2121
description: "If true, the success pipeline will be executed."
2222

2323
orbs:
24-
toolkit: jerus-org/circleci-toolkit@2.10.7
24+
toolkit: jerus-org/circleci-toolkit@2.11.0
2525

2626
executors:
2727
rust-env:

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@
66
],
77
"conventionalCommits.scopes": [
88
"Release Management"
9-
]
9+
],
10+
"sonarlint.connectedMode.project": {
11+
"connectionId": "jerus-org",
12+
"projectKey": "jerus-org_lambda_sqs"
13+
}
1014
}

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 tokio to 1.45.1(pr [#98])
13+
- Dependencies: update rust crate lambda_runtime to 0.14.2(pr [#99])
1314

1415
## [0.2.31] - 2025-05-28
1516

@@ -323,6 +324,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
323324
[#96]: https://github.com/jerus-org/lambda_sqs/pull/96
324325
[#97]: https://github.com/jerus-org/lambda_sqs/pull/97
325326
[#98]: https://github.com/jerus-org/lambda_sqs/pull/98
327+
[#99]: https://github.com/jerus-org/lambda_sqs/pull/99
326328
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.31...HEAD
327329
[0.2.31]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.30...v0.2.31
328330
[0.2.30]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.29...v0.2.30

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Handles an SQS event and provides a vec of your type for processing.
77
edition = "2021"
88
authors = ["Jeremiah Russell <[email protected]>"]
99
license = "MIT OR Apache-2.0"
10+
rust-version = "1.81"
1011
repository = "https://github.com/jerus-org/lambda_sqs"
1112
readme = "README.md"
1213
documentation = "https://docs.rs/lambda-sqs"
@@ -27,7 +28,7 @@ exclude = [
2728
[dependencies]
2829
serde = { version = "1.0.219", features = ["derive"] }
2930
serde_json = "1.0.140"
30-
lambda_runtime = "0.13.0"
31+
lambda_runtime = "0.14.2"
3132

3233
[dev-dependencies]
3334
tokio = "1.45.1"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dual licensed as above, without any additional terms or conditions.
7070
[mit-url]: https://github.com/jerusdp/lambda_sqs/blob/main/LICENSE
7171
[circleci-badge]: https://dl.circleci.com/status-badge/img/gh/jerus-org/lambda_sqs/tree/main.svg?style=svg
7272
[circleci-url]: https://dl.circleci.com/status-badge/redirect/gh/jerus-org/lambda_sqs/tree/main
73-
[version-badge]: https://img.shields.io/badge/rust-1.78+-orange.svg
73+
[version-badge]: https://img.shields.io/badge/rust-1.81+-orange.svg
7474
[version-url]: https://www.rust-lang.org
7575
[fossa-badge]: https://app.fossa.com/api/projects/custom%2B22707%2Fgit%40github.com%3Ajerusdp%2Flambda_sqs.git.svg?type=shield
7676
[fossa-url]: https://app.fossa.com/projects/custom%2B22707%2Fgit%40github.com%3Ajerusdp%2Flambda_sqs.git?ref=badge_shield

0 commit comments

Comments
 (0)