Skip to content

Commit

Permalink
Update Rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent a55dfce commit 89f554e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/canisters/my_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ic-cdk-macros = "0.3.3"
candid = "0.7.10"
serde = "1.0.133"
serde_bytes = "0.11"
thiserror = "1.0"
thiserror = "2.0"
ic_common = { path = "../../ic_common" }
log = "0.4"
url = "2.2.2"
Expand Down
2 changes: 1 addition & 1 deletion src/ic_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ candid = "0.7.10"
serde = "1.0.133"
serde_bytes = "0.11"
anyhow = "1.0.52"
thiserror = "1.0"
thiserror = "2.0"
log = "0.4"
url = "2.2.2"

Expand Down

0 comments on commit 89f554e

Please sign in to comment.