From 6ac6815e11cef42df3f1d667d2c0be772ed73b30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 23:46:58 +0000 Subject: [PATCH 1/2] Bump openapitor from `c5ba786` to `f9663ac` Bumps [openapitor](https://github.com/KittyCAD/kittycad.rs) from `c5ba786` to `f9663ac`. - [Release notes](https://github.com/KittyCAD/kittycad.rs/releases) - [Commits](https://github.com/KittyCAD/kittycad.rs/compare/c5ba7860db1e6e0a1d9bdef55561019db1d8c200...f9663ac1c000bd3483c3a55d5b1f672a3e69f065) --- updated-dependencies: - dependency-name: openapitor dependency-version: f9663ac1c000bd3483c3a55d5b1f672a3e69f065 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 3f0bf575..3c5a4d85 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#c5ba7860db1e6e0a1d9bdef55561019db1d8c200" +source = "git+https://github.com/KittyCAD/kittycad.rs?branch=main#f9663ac1c000bd3483c3a55d5b1f672a3e69f065" 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 7740b2ce2c9c1fc5835cf6d231727d2381125f21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 23:50:08 +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 62a6d654..08b349ec 100644 --- a/flake.nix +++ b/flake.nix @@ -81,7 +81,7 @@ cargoLock = { lockFile = ./Cargo.lock; outputHashes = { - "openapitor-0.0.9" = "sha256-XPwEzO/aJaWDag2deZHOlG/gfbPlrKtcVXGAucyGx2s="; + "openapitor-0.0.9" = "sha256-XdcR9KzUY1IIgJ5YSlLeV1XVValS22WMxUbz0qUKX14="; }; };