From 45bc6eb315eb8658ee02f21dc3bbecebd58da6c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 23:45:55 +0000 Subject: [PATCH] Bump openapitor from `168d855` to `9484292` Bumps [openapitor](https://github.com/KittyCAD/kittycad.rs) from `168d855` to `9484292`. - [Release notes](https://github.com/KittyCAD/kittycad.rs/releases) - [Commits](https://github.com/KittyCAD/kittycad.rs/compare/168d8553a8ecb9c7d54ea8ee46a8b70d1e466c32...9484292b980d65625abfc661f417ee5b29abe6fb) --- updated-dependencies: - dependency-name: openapitor dependency-version: 9484292b980d65625abfc661f417ee5b29abe6fb 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 6b6955fc..aea0e751 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]] @@ -3741,7 +3741,7 @@ dependencies = [ [[package]] name = "openapitor" version = "0.0.9" -source = "git+https://github.com/KittyCAD/kittycad.rs?branch=main#168d8553a8ecb9c7d54ea8ee46a8b70d1e466c32" +source = "git+https://github.com/KittyCAD/kittycad.rs?branch=main#9484292b980d65625abfc661f417ee5b29abe6fb" dependencies = [ "Inflector", "anyhow", @@ -6975,7 +6975,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]]