Skip to content

Commit bafdb61

Browse files
committed
Update dependencies
1 parent c9d6a61 commit bafdb61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ parking_lot = { version = "0.12", features = ["arc_lock"] }
6262
anyhow = { version = "1.0", optional = true }
6363
rustversion = "1.0"
6464

65-
ffi = { package = "mlua-sys", version = "0.8.0", path = "mlua-sys" }
65+
ffi = { package = "mlua-sys", version = "0.8.3", path = "mlua-sys" }
6666

6767
[dev-dependencies]
6868
trybuild = "1.0"
@@ -78,8 +78,8 @@ tempfile = "3"
7878
static_assertions = "1.0"
7979

8080
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
81-
criterion = { version = "0.6", features = ["async_tokio"] }
82-
rustyline = "16.0"
81+
criterion = { version = "0.7", features = ["async_tokio"] }
82+
rustyline = "17.0"
8383
tokio = { version = "1.0", features = ["full"] }
8484

8585
[lints.rust]

0 commit comments

Comments
 (0)