From e044fa9eb38b71e2c38b6d0cb9f5822d5820c8db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:00:34 +0000 Subject: [PATCH 1/3] chore(deps): update pre-commit/action action to v2.0.3 --- .github/workflows/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 8f34ea10..17ec8ed6 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -11,4 +11,4 @@ jobs: steps: - uses: actions/checkout@v1 - uses: actions/setup-python@v1 - - uses: pre-commit/action@v2.0.0 + - uses: pre-commit/action@v2.0.3 From 414d2c669f9cc1b512a34b05bdf7e2608d3b410f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:00:44 +0000 Subject: [PATCH 2/3] chore(deps): update rust crate codspeed-criterion-compat to 2.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 814c189d..fdfd77eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ thiserror = "1.0.44" deprecate-until = "0.1.0" [dev-dependencies] -codspeed-criterion-compat = "2.1.0" +codspeed-criterion-compat = "2.2.0" itertools = "0.11.0" lazy_static = "1.4.0" movingai = "1.3.0" From c83e1c3604183448e1fff98004d934909e95ccee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:00:48 +0000 Subject: [PATCH 3/3] chore(deps): update rust crate regex to 1.9.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 814c189d..3aed3092 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ rand = "0.8.5" rand_xorshift = "0.3.0" # Not a real dependency, but needed since criterion 0.4.0 # does not compile anymore as of 2022-10-03. -regex = "1.7.1" +regex = "1.9.5" trybuild = "1.0.82" [[bench]]