diff --git a/Cargo.lock b/Cargo.lock index 2248147a..00fe66f7 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]] @@ -2922,9 +2922,9 @@ dependencies = [ [[package]] name = "kittycad" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f25f584622bc2ae682b0f64115fa9bfa26044ee71a8a7cf3ec8a207d35569202" +checksum = "f77f81460de053657b6d56aa75fd0a8ff25454e1330762bdaa04a3b89a25f38c" dependencies = [ "anyhow", "async-trait", @@ -6719,7 +6719,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 31fd0f7a..e673c7e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ image = { version = "0.25", default-features = false, features = [ itertools = "0.14.0" kcl-lib = { version = "=0.2.140", features = ["disable-println"] } kcl-test-server = "=0.2.140" -kittycad = { version = "0.4.9", features = [ +kittycad = { version = "0.4.10", features = [ "clap", "tabled", "requests",