Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [autofix-ci/action](https://github.com/autofix-ci/action) | `1.1` | `1.3` |
| [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `2.7.0` | `2.7.1` |
| [install-pinned/maturin-with-zig](https://github.com/install-pinned/maturin-with-zig) | `930de5c8284dfb26f11fd30a35a0df4c15ee4f8b` | `3dc710cb9a94df049eeafac5f23cafb9f29c8afe` |
| [install-pinned/maturin](https://github.com/install-pinned/maturin) | `4fd3810fa566280146c1de9a0b166cdf7748155d` | `09aa0b0195763bcba00172065cbf95c8454cf64d` |
| [install-pinned/mypy](https://github.com/install-pinned/mypy) | `ec0e09cd3185c17fea4006bc549fa4afa6d8a703` | `020b6c0814d9de4c275f3b4f858c2c40b02554fa` |
| [install-pinned/pdoc](https://github.com/install-pinned/pdoc) | `85234c915f9aab318ed5c48a717ea15a4f46524d` | `6bb5f2d6ed7b3000e20c0271fe520cb31185f760` |


Updates `autofix-ci/action` from 1.1 to 1.3
- [Release notes](https://github.com/autofix-ci/action/releases)
- [Commits](autofix-ci/action@8caa572...d3e5915)

Updates `Swatinem/rust-cache` from 2.7.0 to 2.7.1
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@a95ba19...3cf7f8c)

Updates `install-pinned/maturin-with-zig` from 930de5c8284dfb26f11fd30a35a0df4c15ee4f8b to 3dc710cb9a94df049eeafac5f23cafb9f29c8afe
- [Release notes](https://github.com/install-pinned/maturin-with-zig/releases)
- [Commits](install-pinned/maturin-with-zig@930de5c...3dc710c)

Updates `install-pinned/maturin` from 4fd3810fa566280146c1de9a0b166cdf7748155d to 09aa0b0195763bcba00172065cbf95c8454cf64d
- [Release notes](https://github.com/install-pinned/maturin/releases)
- [Commits](install-pinned/maturin@4fd3810...09aa0b0)

Updates `install-pinned/mypy` from ec0e09cd3185c17fea4006bc549fa4afa6d8a703 to 020b6c0814d9de4c275f3b4f858c2c40b02554fa
- [Release notes](https://github.com/install-pinned/mypy/releases)
- [Commits](install-pinned/mypy@ec0e09c...020b6c0)

Updates `install-pinned/pdoc` from 85234c915f9aab318ed5c48a717ea15a4f46524d to 6bb5f2d6ed7b3000e20c0271fe520cb31185f760
- [Release notes](https://github.com/install-pinned/pdoc/releases)
- [Commits](install-pinned/pdoc@85234c9...6bb5f2d)

---
updated-dependencies:
- dependency-name: autofix-ci/action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: install-pinned/maturin-with-zig
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: install-pinned/maturin
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: install-pinned/mypy
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: install-pinned/pdoc
  dependency-type: direct:production
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 9b03834 commit 1e2c37d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: protoc --proto_path=./src/ipc/ mitmproxy_ipc.proto
--prost_out=./src/ipc/
--swift_out=./mitmproxy-macos/redirector/ipc
- uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc

rustfmt:
runs-on: ${{ matrix.os }}
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
- run: rustup toolchain install ${{ env.rust_clippy }} --profile minimal --component rustfmt --component clippy
- run: rustup default ${{ env.rust_clippy }}
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
timeout-minutes: 2
continue-on-error: true
# PyO3 wants recent Python on Windows.
Expand All @@ -49,4 +49,4 @@ jobs:
- run: cargo fmt --all
- run: git checkout src/ipc/mitmproxy_ipc.rs

- uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Rust toolchain
run: rustup toolchain install ${{ matrix.rust }} --profile minimal
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
timeout-minutes: 2
continue-on-error: true
# PyO3 wants recent Python on Windows.
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- if: matrix.target
run: rustup target add ${{ matrix.target }}
- run: rustup show
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
timeout-minutes: 2
continue-on-error: true
- uses: actions/setup-python@v4
Expand All @@ -88,10 +88,10 @@ jobs:

- if: runner.os == 'Linux'
name: Install maturin[zig] from PyPI
uses: install-pinned/maturin-with-zig@930de5c8284dfb26f11fd30a35a0df4c15ee4f8b
uses: install-pinned/maturin-with-zig@3dc710cb9a94df049eeafac5f23cafb9f29c8afe
- if: runner.os != 'Linux'
name: Install maturin from PyPI
uses: install-pinned/maturin@4fd3810fa566280146c1de9a0b166cdf7748155d
uses: install-pinned/maturin@09aa0b0195763bcba00172065cbf95c8454cf64d

- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
run: python .github/scripts/pin-versions.py
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- uses: actions/checkout@v4

# Build Rust
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
timeout-minutes: 2
continue-on-error: true
- run: rustup toolchain install stable --profile minimal
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
timeout-minutes: 2
continue-on-error: true
- name: Install maturin[zig] from PyPI
uses: install-pinned/maturin-with-zig@930de5c8284dfb26f11fd30a35a0df4c15ee4f8b
uses: install-pinned/maturin-with-zig@3dc710cb9a94df049eeafac5f23cafb9f29c8afe
- name: Install mypy from PyPI
uses: install-pinned/mypy@ec0e09cd3185c17fea4006bc549fa4afa6d8a703
uses: install-pinned/mypy@020b6c0814d9de4c275f3b4f858c2c40b02554fa
- name: Install pdoc from PyPI
uses: install-pinned/pdoc@85234c915f9aab318ed5c48a717ea15a4f46524d
uses: install-pinned/pdoc@6bb5f2d6ed7b3000e20c0271fe520cb31185f760

- run: maturin build
working-directory: ./mitmproxy-rs
Expand Down

0 comments on commit 1e2c37d

Please sign in to comment.