Skip to content

Commit 26e2feb

Browse files
chore(deps): bump thiserror from 1.0.69 to 2.0.18
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.18. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 73cbb62 commit 26e2feb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rustapi-mcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ hyper-util = { workspace = true, features = ["tokio"] }
3434

3535
# Utilities
3636
tracing = { workspace = true }
37-
thiserror = "1.0"
37+
thiserror = "2.0"
3838
uuid = { workspace = true, features = ["v4"] }
3939

4040
# For MCP tool invocation proxy (calls back into the main HTTP API over localhost)

0 commit comments

Comments
 (0)