Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the dependencies group with 4 updates #79

Merged
merged 1 commit into from
Aug 1, 2023
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/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- run: cargo clippy --fix --workspace --allow-dirty --exclude macos-certificate-truster
- run: cargo fmt --all

- uses: autofix-ci/action@8bc06253bec489732e5f9c52884c7cace15c0160
- uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Install maturin[zig] from PyPI
uses: install-pinned/maturin-with-zig@59341946682d2f69df7150f6941f53e026e344fd
- name: Install mypy from PyPI
uses: install-pinned/mypy@0ac9691d218a55b59b345debcd9d4b3ca17b391b
uses: install-pinned/mypy@b771204aeb43c0c0fb5019cc5f4f9a1eef4fef8e
- name: Install pdoc from PyPI
uses: install-pinned/pdoc@7ed463fdd937004663bcdd7b43c303e9df472c92
uses: install-pinned/pdoc@c1e2d2c336f5b98e0bba9501619b3b60c9060681

- run: maturin build
working-directory: ./ffi
Expand All @@ -45,7 +45,7 @@ jobs:

- run: pdoc -o docs/ mitmproxy_rs

- uses: actions/upload-pages-artifact@v1
- uses: actions/upload-pages-artifact@v2
with:
path: docs/

Expand Down
Loading