Skip to content

Commit 033ed62

Browse files
Bump thiserror from 2.0.7 to 2.0.8
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] <support@github.com>
1 parent 2aac09f commit 033ed62

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ serde = { version = "1.0", features = ["derive"] }
5353
serde_json = "1.0"
5454
sha2 = { version = "0.10.8", features = [] }
5555
simplelog = { version = "0.12.2" }
56-
thiserror = "2.0.7"
56+
thiserror = "2.0.8"
5757
tokio = { version = "1.42.0", features = ["rt-multi-thread", "time", "sync"] }
5858
uniffi = "0.28.3"
5959
uuid = { version = "1.11.0", features = ["v5"] }

0 commit comments

Comments
 (0)