Skip to content

Commit 3235742

Browse files
fix(deps): update rust crate lambda_runtime to 0.14.2 (#1372)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4d6190d commit 3235742

File tree

3 files changed

+11
-24
lines changed

3 files changed

+11
-24
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- deps: update rust crate syn to 2.0.104(pr [#1369])
1818
- deps: update rust crate wiremock to 0.6.4(pr [#1370])
1919
- deps: update github/codeql-action action to v3.29.0(pr [#1371])
20+
- deps: update rust crate lambda_runtime to 0.14.2(pr [#1372])
2021

2122
## [3.0.27] - 2025-05-28
2223

@@ -1314,6 +1315,7 @@ emitted if a tracing subscriber is not found.
13141315
[#1369]: https://github.com/jerus-org/hcaptcha-rs/pull/1369
13151316
[#1370]: https://github.com/jerus-org/hcaptcha-rs/pull/1370
13161317
[#1371]: https://github.com/jerus-org/hcaptcha-rs/pull/1371
1318+
[#1372]: https://github.com/jerus-org/hcaptcha-rs/pull/1372
13171319
[Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.27...HEAD
13181320
[3.0.27]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.26...v3.0.27
13191321
[3.0.26]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.25...v3.0.26

Cargo.lock

Lines changed: 8 additions & 23 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 @@ color-eyre = "0.6.5"
3131
env_logger = "0.11.8"
3232
hex = "0.4.3"
3333
itertools = "0.14.0"
34-
lambda_runtime = "0.13.0"
34+
lambda_runtime = "0.14.2"
3535
log = "0.4.27"
3636
macrotest = "1.1.0"
3737
mockd = { version = "0.4.49", features = ["internet", "unique", "words"] }

0 commit comments

Comments
 (0)