From 0568f3860b762ca61f3c10756a89c2e5e61540fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:07:53 +0200 Subject: [PATCH 01/27] chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v38.86.0 (#83) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce4b4bb..ef6484e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,6 @@ repos: hooks: - id: fmt - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.56.1 + rev: 38.86.0 hooks: - id: renovate-config-validator From d1f3feda74477c3b1c71655a64531b1b0ac5b0e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:15:01 +0200 Subject: [PATCH 02/27] chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v38.101.1 (#85) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ef6484e..c63ea91 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,6 @@ repos: hooks: - id: fmt - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.86.0 + rev: 38.101.1 hooks: - id: renovate-config-validator From e20ab6d18e1cef2c54c48bac5a56792b100443cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:15:14 +0200 Subject: [PATCH 03/27] chore(deps): update rust crate pkg-config to v0.3.31 (#84) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2104d12..4bca3eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -138,9 +138,9 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" +checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" [[package]] name = "prettyplease" From 2746328cb1f6dde63bee0652892491478486ceae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:03:26 +0200 Subject: [PATCH 04/27] chore(deps): update dependency ubuntu to v24 (#87) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/audit.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/workflow.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 6dfcbf2..98499cb 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -9,7 +9,7 @@ env: jobs: security_audit: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: actions-rs/audit-check@v1 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 604b2bc..04e72e1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ env: jobs: publish: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e63120a..3c5dc5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ concurrency: jobs: release: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: write # to be able to publish a GitHub release issues: write # to be able to comment on released issues diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 7bcf5dc..36fcbe6 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -43,7 +43,7 @@ jobs: run: make ${{ env.TEST_RELEASE_CMD }} doc-rs: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable @@ -58,7 +58,7 @@ jobs: run: cargo doc -v pre-commit: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable From e0526ba7c354793ab600c15e504c97ef82205ef6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:03:34 +0200 Subject: [PATCH 05/27] chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v38.120.1 (#86) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c63ea91..c9e4f6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,6 @@ repos: hooks: - id: fmt - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.101.1 + rev: 38.120.1 hooks: - id: renovate-config-validator From edf1c23698568db933ef6054d3efd7e772931c22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:11:22 +0100 Subject: [PATCH 06/27] chore(deps): update pre-commit hook pre-commit/pre-commit to v4 (#89) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9e4f6a..418ec47 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/pre-commit/pre-commit - rev: v3.8.0 + rev: v4.0.1 hooks: - id: validate_manifest - repo: https://github.com/doublify/pre-commit-rust From 7eafad39bcb6c045484d48e3223bf61264276337 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:11:30 +0100 Subject: [PATCH 07/27] chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v38.132.3 (#88) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 418ec47..c1b0599 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,6 @@ repos: hooks: - id: fmt - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.120.1 + rev: 38.132.3 hooks: - id: renovate-config-validator From a9784d5375086083b391b2ea430dc61c5259ab1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:23:43 +0100 Subject: [PATCH 08/27] chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v5 (#91) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1b0599..7e4943f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-byte-order-marker - id: check-case-conflict From 58279ab92507fd00a422523e037d5830cfc9f659 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:23:59 +0100 Subject: [PATCH 09/27] chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v38.142.7 (#90) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7e4943f..143a956 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,6 @@ repos: hooks: - id: fmt - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.132.3 + rev: 38.142.7 hooks: - id: renovate-config-validator From c13e106d18e701727c2268c7b3365d0f82972be0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:26:40 +0100 Subject: [PATCH 10/27] chore(config): migrate renovate config (#92) --- renovate.json | 87 ++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 65 insertions(+), 22 deletions(-) diff --git a/renovate.json b/renovate.json index 14922a2..82d5f2a 100644 --- a/renovate.json +++ b/renovate.json @@ -1,59 +1,102 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:recommended" ], "timezone": "Europe/Paris", "schedule": [ - "after 8am and before 9am every monday" + "after 8am and before 9am on monday" + ], + "labels": [ + "dependencies" ], - "labels": ["dependencies"], "pre-commit": { "enabled": true }, "packageRules": [ { - "matchUpdateTypes": ["major"], - "addLabels": ["major"] + "matchUpdateTypes": [ + "major" + ], + "addLabels": [ + "major" + ] }, { - "matchUpdateTypes": ["minor"], - "addLabels": ["minor"] + "matchUpdateTypes": [ + "minor" + ], + "addLabels": [ + "minor" + ] }, { - "matchUpdateTypes": ["patch"], - "addLabels": ["patch"] + "matchUpdateTypes": [ + "patch" + ], + "addLabels": [ + "patch" + ] }, { - "matchManagers": ["cargo"], - "addLabels": ["rust"] + "matchManagers": [ + "cargo" + ], + "addLabels": [ + "rust" + ] }, { - "matchManagers": ["pre-commit"], - "addLabels": ["pre-commit"] + "matchManagers": [ + "pre-commit" + ], + "addLabels": [ + "pre-commit" + ] }, { - "matchManagers": ["github-actions"], - "addLabels": ["github_actions"] + "matchManagers": [ + "github-actions" + ], + "addLabels": [ + "github_actions" + ] }, { - "matchManagers": ["cargo"], - "matchUpdateTypes": ["minor", "patch"], + "matchManagers": [ + "cargo" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ], "groupName": "cargo" }, { - "matchManagers": ["pre-commit"], - "matchUpdateTypes": ["minor", "patch"], + "matchManagers": [ + "pre-commit" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ], "groupName": "pre-commit" }, { - "matchManagers": ["github-actions"], - "matchUpdateTypes": ["minor", "patch"], + "matchManagers": [ + "github-actions" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ], "groupName": "github-actions" } ], "vulnerabilityAlerts": { "enabled": true, - "labels": ["security"] + "labels": [ + "security" + ] } } From 43938ddfafbc77c74582c16980fa576b3334d7fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:01:23 +0100 Subject: [PATCH 11/27] chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v39 (#93) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 143a956..d64b48b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,6 @@ repos: hooks: - id: fmt - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.142.7 + rev: 39.30.0 hooks: - id: renovate-config-validator From 89119ccfaf91ee76d98d1a56f3e631a6628cccfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 07:03:34 +0100 Subject: [PATCH 12/27] chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v39.46.0 (#94) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d64b48b..c8b6b59 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,6 @@ repos: hooks: - id: fmt - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.30.0 + rev: 39.46.0 hooks: - id: renovate-config-validator From 4062af37ee7d6888e1a1a1154707eb361e54327f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:48:52 +0100 Subject: [PATCH 13/27] chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v39.57.4 (#95) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8b6b59..f3e35fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,6 @@ repos: hooks: - id: fmt - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.46.0 + rev: 39.57.4 hooks: - id: renovate-config-validator From 346c461f99e8eeb3446cd42075b617ef9dcc4a17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 23:31:46 +0100 Subject: [PATCH 14/27] chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v39.96.1 (#97) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f3e35fe..78e07c9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,6 @@ repos: hooks: - id: fmt - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.57.4 + rev: 39.96.1 hooks: - id: renovate-config-validator From c87764e722189648f46d56bbf38f27e1378323b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 11:51:49 +0100 Subject: [PATCH 15/27] chore(deps): update pre-commit (#98) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78e07c9..e964053 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/pre-commit/pre-commit - rev: v4.0.1 + rev: v4.1.0 hooks: - id: validate_manifest - repo: https://github.com/doublify/pre-commit-rust @@ -21,6 +21,6 @@ repos: hooks: - id: fmt - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.96.1 + rev: 39.185.8 hooks: - id: renovate-config-validator From 44cc576405438cf5c7c311d232aa47f3d7382a8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 09:00:31 +0100 Subject: [PATCH 16/27] chore(deps): update dependency python to 3.13 (#99) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 36fcbe6..1379710 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -67,7 +67,7 @@ jobs: components: clippy, rustfmt - uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.13' - name: Install pre-commit run: pip install pre-commit - name: Pre-commit From cdf05ac6350002f43b997853b376f81ecf7cd108 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 09:00:37 +0100 Subject: [PATCH 17/27] chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v39.205.1 (#100) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e964053..5b868b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,6 @@ repos: hooks: - id: fmt - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.185.8 + rev: 39.205.1 hooks: - id: renovate-config-validator From f6f468c3f64da5187379f601f5e5da84a886a73a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:27:42 +0000 Subject: [PATCH 18/27] chore(deps): update cargo --- Cargo.lock | 134 ++++++++++++++++++++++++++--------------------------- Cargo.toml | 2 +- 2 files changed, 67 insertions(+), 69 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4bca3eb..f5acfea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,18 +4,18 @@ version = 3 [[package]] name = "aho-corasick" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" +checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" dependencies = [ "memchr", ] [[package]] name = "bindgen" -version = "0.70.1" +version = "0.71.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f" +checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" dependencies = [ "bitflags", "cexpr", @@ -33,9 +33,9 @@ dependencies = [ [[package]] name = "bitflags" -version = "2.4.2" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" +checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" [[package]] name = "cexpr" @@ -54,9 +54,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clang-sys" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1" +checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" dependencies = [ "glob", "libc", @@ -65,52 +65,52 @@ dependencies = [ [[package]] name = "either" -version = "1.9.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" +checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] name = "glob" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" +checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" [[package]] name = "itertools" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" dependencies = [ "either", ] [[package]] name = "libc" -version = "0.2.152" +version = "0.2.171" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" +checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" [[package]] name = "libloading" -version = "0.8.1" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161" +checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-sys", + "windows-targets", ] [[package]] name = "log" -version = "0.4.20" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" [[package]] name = "memchr" -version = "2.7.1" +version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "minimal-lexical" @@ -138,15 +138,15 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" +checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "prettyplease" -version = "0.2.16" +version = "0.2.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5" +checksum = "5316f57387668042f561aae71480de936257848f9c43ce528e311d89a07cadeb" dependencies = [ "proc-macro2", "syn", @@ -154,27 +154,27 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.78" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" +checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" dependencies = [ "unicode-ident", ] [[package]] name = "quote" -version = "1.0.35" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" +checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" dependencies = [ "proc-macro2", ] [[package]] name = "regex" -version = "1.10.3" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" +checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" dependencies = [ "aho-corasick", "memchr", @@ -184,9 +184,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.4" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a" +checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" dependencies = [ "aho-corasick", "memchr", @@ -195,15 +195,15 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.8.2" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" +checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "rustc-hash" -version = "1.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" +checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" [[package]] name = "shlex" @@ -213,9 +213,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "syn" -version = "2.0.48" +version = "2.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" +checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" dependencies = [ "proc-macro2", "quote", @@ -224,28 +224,20 @@ dependencies = [ [[package]] name = "unicode-ident" -version = "1.0.12" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" - -[[package]] -name = "windows-sys" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" -dependencies = [ - "windows-targets", -] +checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" [[package]] name = "windows-targets" -version = "0.48.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" dependencies = [ "windows_aarch64_gnullvm", "windows_aarch64_msvc", "windows_i686_gnu", + "windows_i686_gnullvm", "windows_i686_msvc", "windows_x86_64_gnu", "windows_x86_64_gnullvm", @@ -254,42 +246,48 @@ dependencies = [ [[package]] name = "windows_aarch64_gnullvm" -version = "0.48.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" [[package]] name = "windows_aarch64_msvc" -version = "0.48.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" [[package]] name = "windows_i686_gnu" -version = "0.48.5" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" + +[[package]] +name = "windows_i686_gnullvm" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" [[package]] name = "windows_i686_msvc" -version = "0.48.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" [[package]] name = "windows_x86_64_gnu" -version = "0.48.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" [[package]] name = "windows_x86_64_gnullvm" -version = "0.48.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" [[package]] name = "windows_x86_64_msvc" -version = "0.48.5" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" diff --git a/Cargo.toml b/Cargo.toml index 7408129..15ae537 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,5 @@ dynamic-link = [] [dependencies] [build-dependencies] -bindgen = "0.70" +bindgen = "0.71" pkg-config = "0.3" From c6650e5ca82a354207f2242859ed3c7597ef7f5c Mon Sep 17 00:00:00 2001 From: Hicham Azimani Date: Mon, 17 Mar 2025 09:17:03 +0100 Subject: [PATCH 19/27] fix: upgrade MSRV to 1.82 --- .github/workflows/publish.yml | 2 +- .github/workflows/workflow.yml | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 04e72e1..e0dab86 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,7 +5,7 @@ on: env: CARGO_TERM_COLOR: always - RUST_VERSION: 1.77.0 + RUST_VERSION: 1.82.0 jobs: publish: diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1379710..11769d8 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -9,7 +9,7 @@ on: env: CARGO_TERM_COLOR: always - RUST_VERSION: 1.77.0 + RUST_VERSION: 1.82.0 jobs: build: diff --git a/Cargo.toml b/Cargo.toml index 15ae537..12ebda2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["FFI", "bindings", "openslide"] categories = ["external-ffi-bindings"] license = "MIT/Apache-2.0" build = "build.rs" -rust-version = "1.77.0" +rust-version = "1.82.0" [features] default = [] From 24ac5b23729878cb9060c088398adf3b568a5255 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 06:08:55 +0000 Subject: [PATCH 20/27] chore(deps): update pre-commit --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b868b4..7a214eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/pre-commit/pre-commit - rev: v4.1.0 + rev: v4.2.0 hooks: - id: validate_manifest - repo: https://github.com/doublify/pre-commit-rust @@ -21,6 +21,6 @@ repos: hooks: - id: fmt - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.205.1 + rev: 39.222.1 hooks: - id: renovate-config-validator From e04eb6c7ef3532477e4252ccde17ba85157cf4bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 11:09:47 +0000 Subject: [PATCH 21/27] chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v39.245.3 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7a214eb..e862930 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,6 @@ repos: hooks: - id: fmt - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.222.1 + rev: 39.245.3 hooks: - id: renovate-config-validator From 8de88efc2dadc6b412e93928f2c023cf156ec8df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 11:11:43 +0000 Subject: [PATCH 22/27] chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v39.254.3 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e862930..254b64f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,6 @@ repos: hooks: - id: fmt - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.245.3 + rev: 39.254.3 hooks: - id: renovate-config-validator From 33128fb3b185009149f102d425edebff2ef8ed8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 02:32:20 +0000 Subject: [PATCH 23/27] chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v40 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 254b64f..564fa65 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,6 @@ repos: hooks: - id: fmt - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.254.3 + rev: 40.7.0 hooks: - id: renovate-config-validator From ef7477a37917a22fefcb99c33154a5b9af3b933f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 06:27:21 +0000 Subject: [PATCH 24/27] chore(deps): update rust crate bindgen to 0.72 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5acfea..d37456a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.71.1" +version = "0.72.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" +checksum = "4f72209734318d0b619a5e0f5129918b848c416e122a3c4ce054e03cb87b726f" dependencies = [ "bitflags", "cexpr", diff --git a/Cargo.toml b/Cargo.toml index 12ebda2..3f470dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,5 @@ dynamic-link = [] [dependencies] [build-dependencies] -bindgen = "0.71" +bindgen = "0.72" pkg-config = "0.3" From 8e6d5cf5b31c42a67c03493783fbb08441619526 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:43:32 +0000 Subject: [PATCH 25/27] chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v40.62.1 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 564fa65..2bebdd1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,6 @@ repos: hooks: - id: fmt - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 40.7.0 + rev: 40.62.1 hooks: - id: renovate-config-validator From 3531849f12097c87bca11a499f68103f733f6bfd Mon Sep 17 00:00:00 2001 From: Hicham Azimani Date: Thu, 21 Aug 2025 11:41:49 +0200 Subject: [PATCH 26/27] ci: fix openslide install with brew --- Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index dd83150..2677b71 100755 --- a/Makefile +++ b/Makefile @@ -6,14 +6,13 @@ CARGO_BIN = ${CARGO_HOME}/bin/cargo install-deps-macos-openslide3: brew update curl https://raw.githubusercontent.com/Homebrew/homebrew-core/e6e41a54ec4d05000c1b95e515c85adb6f8f35af/Formula/o/openslide.rb > openslide.rb - brew install --overwrite python@3.12 - HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install --overwrite --formula openslide.rb + brew tap-new AzHicham/openslide + cp openslide.rb /opt/homebrew/Library/Taps/azhicham/homebrew-openslide/Formula/ + HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install AzHicham/openslide/openslide install-deps-macos-openslide4: brew update - curl https://raw.githubusercontent.com/Homebrew/homebrew-core/f92e0a24754ed265ff7a032b89b336dd612e5559/Formula/o/openslide.rb > openslide.rb - brew install --overwrite python@3.12 - HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install --overwrite --formula openslide.rb + brew install openslide install-deps-ubuntu-openslide3: sudo apt-get update From 22d70b16e5e5386f425ce00e2d2b874703b0e67c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 Aug 2025 09:56:53 +0000 Subject: [PATCH 27/27] chore(release): 1.0.8 [skip ci] --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 42 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e35b18..01fb0ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,43 @@ +## [1.0.8](https://github.com/AzHicham/openslide-sys/compare/1.0.7...1.0.8) (2025-08-21) + + +### Bug Fixes + +* upgrade MSRV to 1.82 ([c6650e5](https://github.com/AzHicham/openslide-sys/commit/c6650e5ca82a354207f2242859ed3c7597ef7f5c)) + + +### CI/CD + +* fix openslide install with brew ([3531849](https://github.com/AzHicham/openslide-sys/commit/3531849f12097c87bca11a499f68103f733f6bfd)) + + +### Miscellaneous Chores + +* **config:** migrate renovate config ([#92](https://github.com/AzHicham/openslide-sys/issues/92)) ([c13e106](https://github.com/AzHicham/openslide-sys/commit/c13e106d18e701727c2268c7b3365d0f82972be0)) +* **deps:** update cargo ([f6f468c](https://github.com/AzHicham/openslide-sys/commit/f6f468c3f64da5187379f601f5e5da84a886a73a)) +* **deps:** update dependency python to 3.13 ([#99](https://github.com/AzHicham/openslide-sys/issues/99)) ([44cc576](https://github.com/AzHicham/openslide-sys/commit/44cc576405438cf5c7c311d232aa47f3d7382a8d)) +* **deps:** update dependency ubuntu to v24 ([#87](https://github.com/AzHicham/openslide-sys/issues/87)) ([2746328](https://github.com/AzHicham/openslide-sys/commit/2746328cb1f6dde63bee0652892491478486ceae)) +* **deps:** update pre-commit ([24ac5b2](https://github.com/AzHicham/openslide-sys/commit/24ac5b23729878cb9060c088398adf3b568a5255)) +* **deps:** update pre-commit ([#98](https://github.com/AzHicham/openslide-sys/issues/98)) ([c87764e](https://github.com/AzHicham/openslide-sys/commit/c87764e722189648f46d56bbf38f27e1378323b7)) +* **deps:** update pre-commit hook pre-commit/pre-commit to v4 ([#89](https://github.com/AzHicham/openslide-sys/issues/89)) ([edf1c23](https://github.com/AzHicham/openslide-sys/commit/edf1c23698568db933ef6054d3efd7e772931c22)) +* **deps:** update pre-commit hook pre-commit/pre-commit-hooks to v5 ([#91](https://github.com/AzHicham/openslide-sys/issues/91)) ([a9784d5](https://github.com/AzHicham/openslide-sys/commit/a9784d5375086083b391b2ea430dc61c5259ab1c)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v38.101.1 ([#85](https://github.com/AzHicham/openslide-sys/issues/85)) ([d1f3fed](https://github.com/AzHicham/openslide-sys/commit/d1f3feda74477c3b1c71655a64531b1b0ac5b0e0)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v38.120.1 ([#86](https://github.com/AzHicham/openslide-sys/issues/86)) ([e0526ba](https://github.com/AzHicham/openslide-sys/commit/e0526ba7c354793ab600c15e504c97ef82205ef6)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v38.132.3 ([#88](https://github.com/AzHicham/openslide-sys/issues/88)) ([7eafad3](https://github.com/AzHicham/openslide-sys/commit/7eafad39bcb6c045484d48e3223bf61264276337)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v38.142.7 ([#90](https://github.com/AzHicham/openslide-sys/issues/90)) ([58279ab](https://github.com/AzHicham/openslide-sys/commit/58279ab92507fd00a422523e037d5830cfc9f659)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v38.86.0 ([#83](https://github.com/AzHicham/openslide-sys/issues/83)) ([0568f38](https://github.com/AzHicham/openslide-sys/commit/0568f3860b762ca61f3c10756a89c2e5e61540fd)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v39 ([#93](https://github.com/AzHicham/openslide-sys/issues/93)) ([43938dd](https://github.com/AzHicham/openslide-sys/commit/43938ddfafbc77c74582c16980fa576b3334d7fc)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v39.205.1 ([#100](https://github.com/AzHicham/openslide-sys/issues/100)) ([cdf05ac](https://github.com/AzHicham/openslide-sys/commit/cdf05ac6350002f43b997853b376f81ecf7cd108)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v39.245.3 ([e04eb6c](https://github.com/AzHicham/openslide-sys/commit/e04eb6c7ef3532477e4252ccde17ba85157cf4bc)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v39.254.3 ([8de88ef](https://github.com/AzHicham/openslide-sys/commit/8de88efc2dadc6b412e93928f2c023cf156ec8df)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v39.46.0 ([#94](https://github.com/AzHicham/openslide-sys/issues/94)) ([89119cc](https://github.com/AzHicham/openslide-sys/commit/89119ccfaf91ee76d98d1a56f3e631a6628cccfb)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v39.57.4 ([#95](https://github.com/AzHicham/openslide-sys/issues/95)) ([4062af3](https://github.com/AzHicham/openslide-sys/commit/4062af37ee7d6888e1a1a1154707eb361e54327f)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v39.96.1 ([#97](https://github.com/AzHicham/openslide-sys/issues/97)) ([346c461](https://github.com/AzHicham/openslide-sys/commit/346c461f99e8eeb3446cd42075b617ef9dcc4a17)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v40 ([33128fb](https://github.com/AzHicham/openslide-sys/commit/33128fb3b185009149f102d425edebff2ef8ed8a)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v40.62.1 ([8e6d5cf](https://github.com/AzHicham/openslide-sys/commit/8e6d5cf5b31c42a67c03493783fbb08441619526)) +* **deps:** update rust crate bindgen to 0.72 ([ef7477a](https://github.com/AzHicham/openslide-sys/commit/ef7477a37917a22fefcb99c33154a5b9af3b933f)) +* **deps:** update rust crate pkg-config to v0.3.31 ([#84](https://github.com/AzHicham/openslide-sys/issues/84)) ([e20ab6d](https://github.com/AzHicham/openslide-sys/commit/e20ab6d18e1cef2c54c48bac5a56792b100443cf)) + ## [1.0.7](https://github.com/AzHicham/openslide-sys/compare/1.0.6...1.0.7) (2024-08-28) diff --git a/Cargo.lock b/Cargo.lock index d37456a..6db0608 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,7 +130,7 @@ dependencies = [ [[package]] name = "openslide-sys" -version = "1.0.7" +version = "1.0.8" dependencies = [ "bindgen", "pkg-config", diff --git a/Cargo.toml b/Cargo.toml index 3f470dd..d2ad4c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openslide-sys" edition = "2021" -version = "1.0.7" +version = "1.0.8" authors = ["AzHicham "] description = "Low-level bindings to the openslide library" repository = "https://github.com/AzHicham/openslide-sys"