Skip to content

Commit 08122e7

Browse files
Bump kittycad from 0.3.32 to 0.3.33
Bumps [kittycad](https://github.com/KittyCAD/kittycad.rs) from 0.3.32 to 0.3.33. - [Release notes](https://github.com/KittyCAD/kittycad.rs/releases) - [Commits](KittyCAD/kittycad.rs@v0.3.32...v0.3.33) --- updated-dependencies: - dependency-name: kittycad dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 590ab27 commit 08122e7

File tree

3 files changed

+80
-17
lines changed

3 files changed

+80
-17
lines changed

Cargo.lock

+78-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ missing_docs = "deny"
1616
dbg_macro = "deny"
1717

1818
[workspace.dependencies]
19-
kittycad = { version = "0.3.32", features = ["requests"] }
19+
kittycad = { version = "0.3.33", features = ["requests"] }
2020
kittycad-modeling-cmds = { path = "modeling-cmds", version = "0.2.0" }
2121
kittycad-modeling-cmds-macros = { path = "modeling-cmds-macros", version = "0.1.11" }
2222
kittycad-modeling-cmds-macros-impl = { path = "modeling-cmds-macros-impl", version = "0.1.12" }

modeling-cmds/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ enum-iterator = "2.1.0"
1919
enum-iterator-derive = "1.2.1"
2020
euler = "0.4.1"
2121
http = "1.3.1"
22-
kittycad = { version = "0.3.30", optional = true }
22+
kittycad = { version = "0.3.33", optional = true }
2323
kittycad-modeling-cmds-macros = { workspace = true }
2424
kittycad-unit-conversion-derive = "0.1.0"
2525
measurements = "0.11.0"

0 commit comments

Comments
 (0)