diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 3f1944bd..89dfffaa 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -11,4 +11,4 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v1 - - uses: pre-commit/action@v2.0.3 + - uses: pre-commit/action@v3.0.0 diff --git a/Cargo.toml b/Cargo.toml index 0b1e1eed..df07a2b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ thiserror = "1.0.48" deprecate-until = "0.1.0" [dev-dependencies] -codspeed-criterion-compat = "1.1.0" +codspeed-criterion-compat = "2.2.0" itertools = "0.11.0" lazy_static = "1.4.0" movingai = "1.3.0"