diff --git a/sail/Cargo.toml b/sail/Cargo.toml index 8a95270..f0f431f 100644 --- a/sail/Cargo.toml +++ b/sail/Cargo.toml @@ -12,5 +12,5 @@ pest = "2.5" pest_derive = "2.5" tokio = { version = "1.33", features = ["full"] } hickory-resolver = "0.24.0" -thiserror = "1.0" +thiserror = "1.0.49" time = { version = "0.3.19", features = ["formatting", "local-offset"] }