diff --git a/Cargo.toml b/Cargo.toml index 91f373b..49c225f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ static_assertions = "1.0" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] criterion = { version = "0.5", features = ["async_tokio"] } -rustyline = "14.0" +rustyline = "15.0" tokio = { version = "1.0", features = ["full"] } [lints.rust] diff --git a/mlua_derive/Cargo.toml b/mlua_derive/Cargo.toml index 1e12134..b53de43 100644 --- a/mlua_derive/Cargo.toml +++ b/mlua_derive/Cargo.toml @@ -19,6 +19,6 @@ quote = "1.0" proc-macro2 = { version = "1.0", features = ["span-locations"] } proc-macro-error2 = { version = "2.0.1", optional = true } syn = { version = "2.0", features = ["full"] } -itertools = { version = "0.13", optional = true } +itertools = { version = "0.14", optional = true } regex = { version = "1.4", optional = true } once_cell = { version = "1.0", optional = true }