Skip to content

Commit e6e1cfe

Browse files
build(deps): bump thiserror from 1.0.65 to 2.0.9
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.65 to 2.0.9. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.65...2.0.9) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 66b925b commit e6e1cfe

File tree

2 files changed

+44
-24
lines changed

2 files changed

+44
-24
lines changed

Cargo.lock

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

crates/metrsd_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ futures = "0.3"
2424
ntex = { version = "2" }
2525
serde = { version = "1", features = ["derive"] }
2626
serde_json = "1"
27-
thiserror = "1"
27+
thiserror = "2"
2828
metrs_stubs = { version = "0.5", features = ["serde"] }

0 commit comments

Comments
 (0)