diff --git a/Cargo.toml b/Cargo.toml index 2226656..893593b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ criterion = { version = "0.7", features = ["html_reports"] } ndarray = { version = "0.16", features = ["rayon"] } candle-core = { version = "0.9" } candle-nn = { version = "0.9" } -base64ct = "=1.7.3" +base64ct = "=1.8.1" [profile.release]