From f0add16ba7e561bb97782d01c191ad626c5898cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 04:46:06 +0000 Subject: [PATCH 1/2] Bump openapitor from `9484292` to `e2225ce` Bumps [openapitor](https://github.com/KittyCAD/kittycad.rs) from `9484292` to `e2225ce`. - [Release notes](https://github.com/KittyCAD/kittycad.rs/releases) - [Commits](https://github.com/KittyCAD/kittycad.rs/compare/9484292b980d65625abfc661f417ee5b29abe6fb...e2225cef472454c5f0468f15e282a1577bb226b3) --- 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 722c8e57..f841db17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3622,7 +3622,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#e2225cef472454c5f0468f15e282a1577bb226b3" dependencies = [ "Inflector", "anyhow", From 5f739dab899c86704d715542f665e6da5ddda93a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 04:47:48 +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 65772ccc..10d0e4fe 100644 --- a/flake.nix +++ b/flake.nix @@ -76,7 +76,7 @@ version = cargoToml.package.version; src = ./.; - cargoHash = "sha256-6yxk/PU7katyBVEzfIY0lwAL52p3Y8PHe4bj61se32w="; + cargoHash = "sha256-WXP52kZyTySAIZc7x0kK3Wa4qfEurjPZ1pQFJokGDB8="; doCheck = false; nativeBuildInputs = [pkgs.pkg-config];