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/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
if: github.ref != 'refs/heads/main'
uses: cloudflare/wrangler-action@v4
with:
wranglerVersion: "4.76.0"
wranglerVersion: "4.86.0"
command: deploy --dry-run

- name: Publish
if: github.ref == 'refs/heads/main'
uses: cloudflare/wrangler-action@v4
with:
wranglerVersion: "4.76.0"
wranglerVersion: "4.86.0"
apiToken: ${{ secrets.CF_API_TOKEN }}
39 changes: 19 additions & 20 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ feature-depth = 1
# output a note when they are encountered.
ignore = [
"RUSTSEC-2024-0436", # paste is unmaintained
"RUSTSEC-2026-0173", # proc-macro-error2 is unmaintained

]
# If this is true, then cargo deny will use the git executable to fetch advisory database.
# If this is false, then it uses a built-in git library.
Expand Down
Loading