From 7b8290ced0bf04ac26db6fbfccb32cd4075690fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 23:46:17 +0000 Subject: [PATCH] Bump openapitor from `73b723f` to `23cdf4d` Bumps [openapitor](https://github.com/KittyCAD/kittycad.rs) from `73b723f` to `23cdf4d`. - [Release notes](https://github.com/KittyCAD/kittycad.rs/releases) - [Commits](https://github.com/KittyCAD/kittycad.rs/compare/73b723ff5db79ffd449829c9e917f0934b32e82e...23cdf4ddb7fb6af9bc4c1c8728107e20a5a130a1) --- updated-dependencies: - dependency-name: openapitor dependency-version: 23cdf4ddb7fb6af9bc4c1c8728107e20a5a130a1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00eb7407..26ff995a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -763,7 +763,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]] @@ -2795,14 +2795,14 @@ dependencies = [ [[package]] name = "json-patch" -version = "4.1.0" +version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f300e415e2134745ef75f04562dd0145405c2f7fd92065db029ac4b16b57fe90" +checksum = "7421438de105a0827e44fadd05377727847d717c80ce29a229f85fd04c427b72" dependencies = [ "jsonptr", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.18", ] [[package]] @@ -3663,7 +3663,7 @@ dependencies = [ [[package]] name = "openapitor" version = "0.0.9" -source = "git+https://github.com/KittyCAD/kittycad.rs?branch=main#73b723ff5db79ffd449829c9e917f0934b32e82e" +source = "git+https://github.com/KittyCAD/kittycad.rs?branch=main#23cdf4ddb7fb6af9bc4c1c8728107e20a5a130a1" dependencies = [ "Inflector", "anyhow", @@ -6744,7 +6744,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]]