From 248ad79fd0977a625a8901b2affc4894af0103ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 13:14:04 +0000 Subject: [PATCH 1/4] 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 09609cbc97a420ba62cfb1fdcf9c3e9608601ce8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 13:14:07 +0000 Subject: [PATCH 2/4] chore(deps): update rust crate trybuild to 1.0.85 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 67ccd7dc..a5933a37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ 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" -trybuild = "1.0.82" +trybuild = "1.0.85" [[bench]] name = "algos" From ffc92da6993a2ec2e68ce814afda8d2c961fcd17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 13:14:49 +0000 Subject: [PATCH 3/4] fix(deps): update rust crate thiserror to 1.0.48 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 67ccd7dc..2d0243ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ num-traits = "0.2.16" indexmap = "2.0.0" rustc-hash = "1.1.0" integer-sqrt = "0.1.5" -thiserror = "1.0.44" +thiserror = "1.0.48" deprecate-until = "0.1.0" [dev-dependencies] From 1c01a3c1dd98d4930d16417d4499ca3eaa564924 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 13:14:53 +0000 Subject: [PATCH 4/4] 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 67ccd7dc..66d1d621 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"