Compare commits

...

1 Commits

Author SHA1 Message Date
065798709a Bump kittycad from 0.3.37 to 0.3.38 in /rust
Bumps [kittycad](https://github.com/KittyCAD/kittycad.rs) from 0.3.37 to 0.3.38.
- [Release notes](https://github.com/KittyCAD/kittycad.rs/releases)
- [Commits](https://github.com/KittyCAD/kittycad.rs/compare/v0.3.37...v0.3.38)

---
updated-dependencies:
- dependency-name: kittycad
  dependency-version: 0.3.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-01 19:17:32 +00:00
2 changed files with 3 additions and 3 deletions

4
rust/Cargo.lock generated
View File

@ -2034,9 +2034,9 @@ dependencies = [
[[package]] [[package]]
name = "kittycad" name = "kittycad"
version = "0.3.37" version = "0.3.38"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b48a9698d68c791df76aa020b596c324177a614e38ff3dd67eedd04db76e222f" checksum = "7afd7cb4de418a7b1e0846f3719de5ee24a0b743a9c90f2200fda3cd9341fa61"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",

View File

@ -35,7 +35,7 @@ console_error_panic_hook = "0.1.7"
dashmap = { version = "6.1.0" } dashmap = { version = "6.1.0" }
http = "1" http = "1"
indexmap = "2.9.0" indexmap = "2.9.0"
kittycad = { version = "0.3.37", default-features = false, features = ["js", "requests"] } kittycad = { version = "0.3.38", default-features = false, features = ["js", "requests"] }
kittycad-modeling-cmds = { version = "0.2.125", features = ["ts-rs", "websocket"] } kittycad-modeling-cmds = { version = "0.2.125", features = ["ts-rs", "websocket"] }
lazy_static = "1.5.0" lazy_static = "1.5.0"
miette = "7.6.0" miette = "7.6.0"