Skip to content

Commit 557b759

Browse files
Bump thiserror from 2.0.10 to 2.0.11 (#726)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.10 to 2.0.11. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.10...2.0.11) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7d2cb4 commit 557b759

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modeling-session/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kittycad-modeling-cmds = { workspace = true, features = ["websocket"] }
1717
lsystem = "0.2.1"
1818
reqwest = "0.12.12"
1919
serde_json = "1.0.135"
20-
thiserror = "2.0.10"
20+
thiserror = "2.0.11"
2121
tokio = { version = "1", features = ["sync"] }
2222
tokio-tungstenite = "0.24.0"
2323
uuid = { version = "1.11.1", features = ["v4"] }

0 commit comments

Comments
 (0)