diff --git a/Cargo.lock b/Cargo.lock index 68f9f2b3..4d3688fa 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.48.0", + "windows-sys 0.59.0", ] [[package]] @@ -2942,9 +2942,9 @@ dependencies = [ [[package]] name = "kittycad" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e45c82b5e6f46e5c15e4a3f535eff13b79c38e57011d152d437dce736403a1c" +checksum = "dc7690732dfec0288a47ede25d94130d1efdba21f63084ab609ce2018a9e727d" dependencies = [ "anyhow", "async-trait", @@ -6769,7 +6769,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 956b75f1..d7c56c6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ image = { version = "0.25", default-features = false, features = [ itertools = "0.14.0" kcl-lib = { version = "=0.2.157", features = ["disable-println"] } kcl-test-server = "=0.2.157" -kittycad = { version = "0.4.12", features = [ +kittycad = { version = "0.4.13", features = [ "clap", "tabled", "requests",