We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e61e0 commit bd13300Copy full SHA for bd13300
2 files changed
Cargo.toml
@@ -79,7 +79,7 @@ static_assertions = "1.0"
79
80
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
81
criterion = { version = "0.5", features = ["async_tokio"] }
82
-rustyline = "14.0"
+rustyline = "15.0"
83
tokio = { version = "1.0", features = ["full"] }
84
85
[lints.rust]
mlua_derive/Cargo.toml
@@ -19,6 +19,6 @@ quote = "1.0"
19
proc-macro2 = { version = "1.0", features = ["span-locations"] }
20
proc-macro-error2 = { version = "2.0.1", optional = true }
21
syn = { version = "2.0", features = ["full"] }
22
-itertools = { version = "0.13", optional = true }
+itertools = { version = "0.14", optional = true }
23
regex = { version = "1.4", optional = true }
24
once_cell = { version = "1.0", optional = true }
0 commit comments