Skip to content

Commit

Permalink
Bump thiserror from 2.0.7 to 2.0.8 (#692)
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.7 to 2.0.8.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.7...2.0.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent ad94891 commit 1f0c60e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modeling-session/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kittycad-modeling-cmds = { workspace = true, features = ["websocket"] }
lsystem = "0.2.1"
reqwest = "0.12.9"
serde_json = "1.0.133"
thiserror = "2.0.7"
thiserror = "2.0.8"
tokio = { version = "1", features = ["sync"] }
tokio-tungstenite = "0.24.0"
uuid = { version = "1.11.0", features = ["v4"] }
Expand Down

0 comments on commit 1f0c60e

Please sign in to comment.