From 2ce1934d01811932632fe596d0d0a05c916e58ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 13:48:03 +0000 Subject: [PATCH 1/2] Bump openapitor from `9484292` to `01fe04b` Bumps [openapitor](https://github.com/KittyCAD/kittycad.rs) from `9484292` to `01fe04b`. - [Release notes](https://github.com/KittyCAD/kittycad.rs/releases) - [Commits](https://github.com/KittyCAD/kittycad.rs/compare/9484292b980d65625abfc661f417ee5b29abe6fb...01fe04b488d74c9ab0c53cdefd5f871c00c0a27f) --- updated-dependencies: - dependency-name: openapitor dependency-version: b17943744c4be6491b291437590e544be010583a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6357573e..04c064db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1235,7 +1235,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.59.0", + "windows-sys 0.61.1", ] [[package]] @@ -2274,7 +2274,7 @@ dependencies = [ "libc", "percent-encoding", "pin-project-lite", - "socket2 0.5.9", + "socket2 0.6.1", "tokio", "tower-service", "tracing", @@ -3464,7 +3464,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.1", ] [[package]] @@ -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#01fe04b488d74c9ab0c53cdefd5f871c00c0a27f" dependencies = [ "Inflector", "anyhow", @@ -4823,7 +4823,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.12.1", - "windows-sys 0.59.0", + "windows-sys 0.61.1", ] [[package]] @@ -5707,7 +5707,7 @@ dependencies = [ "getrandom 0.4.1", "once_cell", "rustix 1.1.4", - "windows-sys 0.59.0", + "windows-sys 0.61.1", ] [[package]] @@ -5716,7 +5716,7 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2111ef44dae28680ae9752bb89409e7310ca33a8c621ebe7b106cf5c928b3ac0" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.1", ] [[package]] @@ -5735,7 +5735,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" dependencies = [ "rustix 1.1.4", - "windows-sys 0.59.0", + "windows-sys 0.61.1", ] [[package]] From 29c47b7e9a79e8cd9feebc84ee5366bfc48daf85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 13:49:59 +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 24f5d430..6eb1d746 100644 --- a/flake.nix +++ b/flake.nix @@ -76,7 +76,7 @@ version = cargoToml.package.version; src = ./.; - cargoHash = "sha256-cmwK0m+ZS1pPJSkRG4LQDxWQGo+zg7w54ebUryaC/5c="; + cargoHash = "sha256-kbJAeEbJa2nD8xGr5edXO0KjWtYxtZ4oLUJNid10VK4="; doCheck = false; nativeBuildInputs = [pkgs.pkg-config];