diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 861b675c4f..c50629fd77 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1705,7 +1705,6 @@ dependencies = [ "hyper 1.6.0", "hyper-util", "rustls", - "rustls-native-certs", "rustls-pki-types", "tokio", "tokio-rustls", @@ -2366,9 +2365,9 @@ dependencies = [ [[package]] name = "kittycad" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b9cb704f63de8e6852d9f0984a1ee3cde9823ab934aab968f3abeea79a99bb3" +checksum = "065ce8bfc1e08899d1247d3f4bcbcf566749394edf11b6ded9c04a1e0937d29b" dependencies = [ "anyhow", "async-trait", @@ -2382,7 +2381,7 @@ dependencies = [ "futures", "getrandom 0.3.1", "http 1.4.0", - "itertools 0.13.0", + "itertools 0.14.0", "log", "mime_guess", "parse-display", @@ -3838,7 +3837,6 @@ dependencies = [ "pin-project-lite", "quinn", "rustls", - "rustls-native-certs", "rustls-pki-types", "serde", "serde_json", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 40c8c8f3b0..dd9efc03e9 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -24,7 +24,7 @@ dashmap = { version = "6.1.0" } http = "1" indexmap = "2.12.1" kcl-ezpz = "0.1.5" -kittycad = { version = "0.4.2", default-features = false, features = [ +kittycad = { version = "0.4.6", default-features = false, features = [ "js", "requests", ] }