diff --git a/Cargo.toml b/Cargo.toml index 77dc7b47..157f876f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -187,7 +187,7 @@ opendal = { version = "0.52", features = ["services-fs", "services-memory"] } parking_lot = "0.12" prost = "^0.14" protobuf = "^3.7" -rand = "0.9" +rand = "0.10" rapidfuzz = "0.5" ratatui = { version = "0.29", features = ["crossterm"] } regex = "1"