From c753be7b5255e76c70f1c4742241ed72370127c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 00:52:44 +0000 Subject: [PATCH 1/2] Bump openapitor from `9484292` to `b179437` Bumps [openapitor](https://github.com/KittyCAD/kittycad.rs) from `9484292` to `b179437`. - [Release notes](https://github.com/KittyCAD/kittycad.rs/releases) - [Commits](https://github.com/KittyCAD/kittycad.rs/compare/9484292b980d65625abfc661f417ee5b29abe6fb...b17943744c4be6491b291437590e544be010583a) --- updated-dependencies: - dependency-name: openapitor dependency-version: b17943744c4be6491b291437590e544be010583a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 752b9f58..3c702f8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -801,7 +801,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] @@ -3715,7 +3715,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#b17943744c4be6491b291437590e544be010583a" dependencies = [ "Inflector", "anyhow", @@ -6949,7 +6949,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] From 6f9a59d544529eac8d172cdc346636358e558668 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 00:54:57 +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 84f6a6cb..fac18a81 100644 --- a/flake.nix +++ b/flake.nix @@ -77,7 +77,7 @@ version = cargoToml.package.version; src = ./.; - cargoHash = "sha256-tWDrGfmSgWAN+pEYesuAkSSLCyofv9NumnGhga0za+k="; + cargoHash = "sha256-m3uUjV+JFh6fEj8X/UVOCA3/z7Uh1nUNjLTHNigS1N8="; doCheck = false; nativeBuildInputs = [pkgs.pkg-config];