diff --git a/Cargo.toml b/Cargo.toml index fadf4b1..d712d90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ imageproc = "0.23.0" log = "0.4.20" once_cell = "1.18.0" poise = "0.5.7" -thiserror = "1.0.50" +thiserror = "1.0.51" hocon = { version = "0.9.0", features = [ "serde-support" ] } serde = { version = "1.0.193", features = [ "derive" ] }