diff --git a/Cargo.toml b/Cargo.toml index 2f4bbe97fe1..d6bcc98881d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -211,7 +211,7 @@ radium = "1.1.1" rand = "0.9" rand_core = { version = "0.9", features = ["os_rng"] } rustix = { version = "1.1", features = ["event"] } -rustyline = "17.0.1" +rustyline = "17" serde = { package = "serde_core", version = "1.0.225", default-features = false, features = ["alloc"] } schannel = "0.1.29" scoped-tls = "1"