From ea346fc6de74f96f50034764f569e86a7f3fe0ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 15:07:34 +0000 Subject: [PATCH 1/2] Bump openapitor from `9484292` to `c1a5b50` Bumps [openapitor](https://github.com/KittyCAD/kittycad.rs) from `9484292` to `c1a5b50`. - [Release notes](https://github.com/KittyCAD/kittycad.rs/releases) - [Commits](https://github.com/KittyCAD/kittycad.rs/compare/9484292b980d65625abfc661f417ee5b29abe6fb...c1a5b50c90959ca5bd716447c9ecf7e038f36062) --- updated-dependencies: - dependency-name: openapitor dependency-version: b17943744c4be6491b291437590e544be010583a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 55f66200..13995189 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3624,7 +3624,7 @@ dependencies = [ [[package]] name = "openapitor" version = "0.0.9" -source = "git+https://github.com/KittyCAD/kittycad.rs?branch=main#9484292b980d65625abfc661f417ee5b29abe6fb" +source = "git+https://github.com/KittyCAD/kittycad.rs?branch=main#c1a5b50c90959ca5bd716447c9ecf7e038f36062" dependencies = [ "Inflector", "anyhow", From d6016da3312979ee873994c566266cfaf6a564cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 15:09:41 +0000 Subject: [PATCH 2/2] [dependabot skip] Automatically fix Nix hashes --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a3dd69d9..a1edb4da 100644 --- a/flake.nix +++ b/flake.nix @@ -76,7 +76,7 @@ version = cargoToml.package.version; src = ./.; - cargoHash = "sha256-5lGALJ4rkV+7MwKSw50ASoUnw6sn2qPvT2QdM7rAn2E="; + cargoHash = "sha256-8+blzhfWa6m45Wu+DP4FHT2gkKzruwRp8Nbffr8NPW4="; doCheck = false; nativeBuildInputs = [pkgs.pkg-config];