diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 25e6cc9b7..cb97a8860 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -16,7 +16,7 @@ tauri-build = { version = "1.5.1", features = [] } [dependencies] anyhow = "1" -kittycad = "0.2.60" +kittycad = "0.2.61" oauth2 = "4.4.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/src/wasm-lib/Cargo.lock b/src/wasm-lib/Cargo.lock index 23d59ceac..18eccb9ae 100644 --- a/src/wasm-lib/Cargo.lock +++ b/src/wasm-lib/Cargo.lock @@ -1970,9 +1970,9 @@ dependencies = [ [[package]] name = "kittycad" -version = "0.2.60" +version = "0.2.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8aa5906d0730bd90f6b3331fe57c04951d00743169a29ee96408767b4060605" +checksum = "949555aa013e1cefa68f59671cfe96602a459c903376c53a410aebf3831d291f" dependencies = [ "anyhow", "async-trait", diff --git a/src/wasm-lib/Cargo.toml b/src/wasm-lib/Cargo.toml index d23018d4a..96f3d195f 100644 --- a/src/wasm-lib/Cargo.toml +++ b/src/wasm-lib/Cargo.toml @@ -59,7 +59,7 @@ members = [ ] [workspace.dependencies] -kittycad = { version = "0.2.60", default-features = false, features = ["js", "requests"] } +kittycad = { version = "0.2.61", default-features = false, features = ["js", "requests"] } kittycad-execution-plan = { git = "https://github.com/KittyCAD/modeling-api", branch = "main" } kittycad-execution-plan-macros = { git = "https://github.com/KittyCAD/modeling-api", branch = "main" } kittycad-execution-plan-traits = { git = "https://github.com/KittyCAD/modeling-api", branch = "main" }