fix(deps): update rust crate thiserror to v2 (#9)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-24 02:52:50 +01:00
parent 3a1b1673ef
commit 14371cdfd7
2 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ async-trait = "0.1.81"
futures = "0.3.30"
futures-util = "0.3.30"
rand = "0.8.5"
thiserror = "1.0.63"
thiserror = "2.0.0"
tokio.workspace = true
tokio-util = "0.7.11"
tracing.workspace = true