Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to v2 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent e8fe93c commit aecd46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bincode = { version = "1.3" }
blake3 = { version = "1.3" }
tokio-util = { version = "0.7", features = ["codec"] }
lru = { version = "0.12" }
thiserror = { version = "1.0" }
thiserror = { version = "2.0" }

[dev-dependencies]
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit aecd46c

Please sign in to comment.