403 Commits
Author SHA1 Message Date
Oliver Hamlet 6bf9bf02fc Update regex from 1.13.0 to 1.13.1 2026-07-16 21:02:03 +01:00
Oliver Hamlet fd9347990d Update regex from 1.12.4 to 1.13.0 2026-07-10 17:42:07 +01:00
Oliver HamletandGitHub 03aafd8c2c Merge pull request #112 from loot/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2026-06-29 09:12:38 +01:00
dependabot[bot]andGitHub 69daf340c0 Bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-29 03:13:17 +00:00
Oliver Hamlet c1ef73c20e Update regex from 1.12.2 to 1.12.4 2026-06-22 21:52:56 +01:00
Oliver HamletandGitHub 244c9bf049 Merge pull request #110 from loot/dependabot/github_actions/rust-lang/crates-io-auth-action-1.0.5
Bump rust-lang/crates-io-auth-action from 1.0.4 to 1.0.5
2026-06-22 21:52:29 +01:00
dependabot[bot]andGitHub b7ac18a1a1 Bump rust-lang/crates-io-auth-action from 1.0.4 to 1.0.5
Bumps [rust-lang/crates-io-auth-action](https://github.com/rust-lang/crates-io-auth-action) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/rust-lang/crates-io-auth-action/releases)
- [Commits](https://github.com/rust-lang/crates-io-auth-action/compare/bbd81622f20ce9e2dd9622e3218b975523e45bbe...c6f97d42243bad5fab37ca0427f495c86d5b1a18)

---
updated-dependencies:
- dependency-name: rust-lang/crates-io-auth-action
  dependency-version: 1.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-22 20:50:48 +00:00
Oliver HamletandGitHub 55f2ed9152 Merge pull request #111 from loot/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2026-06-22 21:49:58 +01:00
dependabot[bot]andGitHub 6efb3a982e Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-22 20:44:55 +00:00
Oliver Hamlet e3bc1ee2a8 Fix building C++ wrapper with CMake 4.0+
Also update CMakeLists.txt to use target-specific commands and PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR.
2026-06-22 21:34:46 +01:00
Oliver Hamlet fbc62d50c3 Fix new clippy errors 2026-06-22 17:57:15 +01:00
Oliver Hamlet 212ded640e Specify the minimum supported Rust version 2026-04-03 16:16:20 +01:00
Oliver Hamlet cb08d44b50 Configure a few more clippy lints 2026-04-03 15:58:40 +01:00
Oliver HamletandGitHub e6c2660cef Merge pull request #108 from loot/dependabot/github_actions/rust-lang/crates-io-auth-action-1.0.4
Bump rust-lang/crates-io-auth-action from 1.0.3 to 1.0.4
2026-03-30 13:20:56 +01:00
dependabot[bot]andGitHub 81691ba699 Bump rust-lang/crates-io-auth-action from 1.0.3 to 1.0.4
Bumps [rust-lang/crates-io-auth-action](https://github.com/rust-lang/crates-io-auth-action) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/rust-lang/crates-io-auth-action/releases)
- [Commits](https://github.com/rust-lang/crates-io-auth-action/compare/b7e9a28eded4986ec6b1fa40eeee8f8f165559ec...bbd81622f20ce9e2dd9622e3218b975523e45bbe)

---
updated-dependencies:
- dependency-name: rust-lang/crates-io-auth-action
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-30 03:19:43 +00:00
Oliver Hamlet 65f0719c2f Update tempfile from 3.22.0 to 3.25.0 2026-02-23 17:57:20 +00:00
Oliver Hamlet 454f395ae4 Use my aggregated audits 2026-02-23 17:55:02 +00:00
Oliver Hamlet 41a4b44e3b Update version and changelog for v6.0.0 6.0.0 2026-01-21 17:32:11 +00:00
Oliver Hamlet bc0c243f91 Eval *version functions to false if file does not exist 2026-01-19 18:53:11 +00:00
Oliver Hamlet d362d6d530 Update cargo-vet to v0.10.2 2026-01-19 18:21:17 +00:00
Oliver Hamlet 9563046e35 Write new *version condition syntax 2026-01-18 17:02:18 +00:00
Oliver Hamlet de09bc0d64 Support *version(path, compator, expected) syntax
It's easier to understand than *version(path, expected, comparator).
2026-01-18 17:02:13 +00:00
Oliver Hamlet 0878556e2e Update unicase to v2.9.0 2026-01-07 18:36:00 +00:00
Oliver Hamlet f9832fea8e Update versions and changelog for v5.4.0 5.4.0 2026-01-01 10:37:29 +00:00
Oliver Hamlet 176c4184ba Update criterion to v0.8.1
The new transitive dependency on cc is intentionally set to v1.2.5 in the lockfile because that's the newest version that already has an audit.
2026-01-01 02:26:02 +00:00