Skip to content

Commit bd13300

Browse files
committed
Update dependencies
1 parent 12e61e0 commit bd13300

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ static_assertions = "1.0"
7979

8080
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
8181
criterion = { version = "0.5", features = ["async_tokio"] }
82-
rustyline = "14.0"
82+
rustyline = "15.0"
8383
tokio = { version = "1.0", features = ["full"] }
8484

8585
[lints.rust]

mlua_derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ quote = "1.0"
1919
proc-macro2 = { version = "1.0", features = ["span-locations"] }
2020
proc-macro-error2 = { version = "2.0.1", optional = true }
2121
syn = { version = "2.0", features = ["full"] }
22-
itertools = { version = "0.13", optional = true }
22+
itertools = { version = "0.14", optional = true }
2323
regex = { version = "1.4", optional = true }
2424
once_cell = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)