Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust_security_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- deps: update rust crate serde_json to 1.0.143(pr [#106])
- deps: update rust crate tokio to 1.47.1(pr [#107])
- deps: update actions/checkout action to v5(pr [#108])

## [0.2.33] - 2025-07-28

Expand Down Expand Up @@ -354,6 +355,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#105]: https://github.com/jerus-org/lambda_sqs/pull/105
[#106]: https://github.com/jerus-org/lambda_sqs/pull/106
[#107]: https://github.com/jerus-org/lambda_sqs/pull/107
[#108]: https://github.com/jerus-org/lambda_sqs/pull/108
[Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.33...HEAD
[0.2.33]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.32...v0.2.33
[0.2.32]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.31...v0.2.32
Expand Down
Loading