diff --git a/Cargo.toml b/Cargo.toml index dbe911a..0c7f9d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ tokio = { version = "1.32.0", default-features = false, features = [ tokio-util = { version = "0.7.10", default-features = false } pin-project-lite = "0.2.13" -thiserror = "1.0.49" +thiserror = "2.0.3" miette = "7.0.0" async-trait = "0.1.73" atomic = "0.6.0"