diff --git a/Cargo.toml b/Cargo.toml index 8f2ee525..bffc8381 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ static_assertions = "1.0" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] criterion = { version = "0.5", features = ["async_tokio"] } -rustyline = "12.0" +rustyline = "13.0" tokio = { version = "1.0", features = ["full"] } [[bench]]