diff --git a/Cargo.toml b/Cargo.toml index c1d6feb..3d671c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ futures = "0.3" sha2 = "0.10" async-trait = "0.1" hex = "0.4" -thiserror = "1" +thiserror = "2" anyhow = "1" sync_wrapper = { version = "1", features = ["futures"] } async-recursion = "1"