diff --git a/Cargo.toml b/Cargo.toml index 3f24e55..bc221ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ sha256 = { version = "1.0.3", optional = true } md5_alt = { package = 'md5', version = "0.7.0", optional = true } log = "0.4.17" llm = { git = "https://github.com/rustformers/llm" , branch = "main", optional = true } -rand = { version = "0.8.4", optional = true } +rand = { version = "0.9.1", optional = true } [features] default = ["whatlang-detector", "online", "fetch_languages", "generate"]