Skip to content

Commit b33adea

Browse files
committed
Bump dependencies
1 parent c221435 commit b33adea

File tree

16 files changed

+31
-31
lines changed

16 files changed

+31
-31
lines changed

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lune-roblox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ path = "src/lib.rs"
1313
workspace = true
1414

1515
[dependencies]
16-
mlua = { version = "0.11.0", features = ["luau"] }
16+
mlua = { version = "0.11.1", features = ["luau"] }
1717

1818
glam = "0.30"
1919
rand = "0.9"

crates/lune-std-datetime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ path = "src/lib.rs"
1313
workspace = true
1414

1515
[dependencies]
16-
mlua = { version = "0.11.0", features = ["luau"] }
16+
mlua = { version = "0.11.1", features = ["luau"] }
1717

1818
thiserror = "2.0"
1919
chrono = "0.4.38"

crates/lune-std-fs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ path = "src/lib.rs"
1313
workspace = true
1414

1515
[dependencies]
16-
mlua = { version = "0.11.0", features = ["luau"] }
16+
mlua = { version = "0.11.1", features = ["luau"] }
1717

1818
async-fs = "2.1"
1919
bstr = "1.9"

crates/lune-std-luau/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ path = "src/lib.rs"
1313
workspace = true
1414

1515
[dependencies]
16-
mlua = { version = "0.11.0", features = ["luau", "luau-jit"] }
16+
mlua = { version = "0.11.1", features = ["luau", "luau-jit"] }
1717

1818
lune-utils = { version = "0.3.1", path = "../lune-utils" }

crates/lune-std-net/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ path = "src/lib.rs"
1313
workspace = true
1414

1515
[dependencies]
16-
mlua = { version = "0.11.0", features = ["luau"] }
16+
mlua = { version = "0.11.1", features = ["luau"] }
1717
mlua-luau-scheduler = { version = "0.2.1", path = "../mlua-luau-scheduler" }
1818

1919
async-channel = "2.3"
2020
async-executor = "1.13"
2121
async-io = "2.4"
2222
async-lock = "3.4"
2323
async-net = "2.0"
24-
async-tungstenite = "0.29"
24+
async-tungstenite = "0.30"
2525
blocking = "1.6"
2626
bstr = "1.9"
2727
form_urlencoded = "1.2"

crates/lune-std-process/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ path = "src/lib.rs"
1313
workspace = true
1414

1515
[dependencies]
16-
mlua = { version = "0.11.0", features = ["luau"] }
16+
mlua = { version = "0.11.1", features = ["luau"] }
1717
mlua-luau-scheduler = { version = "0.2.1", path = "../mlua-luau-scheduler" }
1818

1919
directories = "6.0"

crates/lune-std-regex/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ path = "src/lib.rs"
1313
workspace = true
1414

1515
[dependencies]
16-
mlua = { version = "0.11.0", features = ["luau"] }
16+
mlua = { version = "0.11.1", features = ["luau"] }
1717

1818
regex = "1.10"
1919
self_cell = "1.0"

crates/lune-std-roblox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ path = "src/lib.rs"
1313
workspace = true
1414

1515
[dependencies]
16-
mlua = { version = "0.11.0", features = ["luau"] }
16+
mlua = { version = "0.11.1", features = ["luau"] }
1717
mlua-luau-scheduler = { version = "0.2.1", path = "../mlua-luau-scheduler" }
1818

1919
rbx_cookie = { version = "0.1.4", default-features = false }

crates/lune-std-serde/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ path = "src/lib.rs"
1313
workspace = true
1414

1515
[dependencies]
16-
mlua = { version = "0.11.0", features = ["luau", "serialize", "error-send"] }
16+
mlua = { version = "0.11.1", features = ["luau", "serialize", "error-send"] }
1717

1818
async-compression = { version = "0.4", features = [
1919
"futures-io",

0 commit comments

Comments
 (0)