Skip to content

Commit

Permalink
Merge pull request #1252 from getlipa/dependabot/cargo/thiserror-2.0.0
Browse files Browse the repository at this point in the history
Bump thiserror from 1.0.67 to 2.0.0
  • Loading branch information
gcomte authored Nov 8, 2024
2 parents 634506a + f6adde7 commit 9a9c802
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 24 deletions.
66 changes: 43 additions & 23 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = { version = "0.10.8", features = [] }
simplelog = { version = "0.12.2" }
thiserror = "1.0.67"
thiserror = "2.0.0"
tokio = { version = "1.41.1", features = ["rt-multi-thread", "time", "sync"] }
uniffi = "0.28.2"
uuid = { version = "1.11.0", features = ["v5"] }
Expand Down

0 comments on commit 9a9c802

Please sign in to comment.