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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
with:
components: rustfmt, clippy
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
with:
workspaces: crates
- run: cargo fmt --manifest-path crates/Cargo.toml --all -- --check
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
# and the martin binary — but no AWS creds: the stack is env-agnostic
# (no fromLookup; ARNs and the hosted-zone id are pinned).
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
with:
workspaces: crates
- name: Install cargo-lambda
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
with:
workspaces: crates
- name: Install cargo-lambda
Expand Down
8 changes: 4 additions & 4 deletions cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"aws-cdk-lib": "^2.259.0",
"aws-cdk-lib": "^2.261.0",
"cargo-lambda-cdk": "^0.0.36",
"constructs": "^10.6.0"
},
"devDependencies": {
"@types/node": "^24.10.1",
"aws-cdk": "^2.1126.0",
"tsx": "^4.22.4",
"@types/node": "^26.1.0",
"aws-cdk": "^2.1129.0",
"tsx": "^4.23.0",
"typescript": "~6.0.3"
}
}
55 changes: 27 additions & 28 deletions cdk/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading