From c6067bfc7afcaedf707fdafda9a401774dae6d3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 22:22:05 -0500 Subject: [PATCH] Bump kittycad from 0.2.38 to 0.2.41 in /src-tauri (#935) Bumps [kittycad](https://github.com/KittyCAD/kittycad.rs) from 0.2.38 to 0.2.41. - [Release notes](https://github.com/KittyCAD/kittycad.rs/releases) - [Commits](https://github.com/KittyCAD/kittycad.rs/compare/v0.2.38...v0.2.41) --- updated-dependencies: - dependency-name: kittycad dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src-tauri/Cargo.lock | 4 ++-- src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 9ed076395..80bf7e8af 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1664,9 +1664,9 @@ dependencies = [ [[package]] name = "kittycad" -version = "0.2.38" +version = "0.2.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "633a728fb7209b398b7fa5b67460cb7f3cdb268c6b2a9e81967dda464cfbb5c1" +checksum = "874914cd40bfd43674406683bb3f0924d41780698a4ade96f2e180a73678bdd1" dependencies = [ "anyhow", "async-trait", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ec8bbbdde..9d9d019eb 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -16,7 +16,7 @@ tauri-build = { version = "1.5.0", features = [] } [dependencies] anyhow = "1" -kittycad = "0.2.33" +kittycad = "0.2.41" oauth2 = "4.4.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"