diff --git a/Cargo.lock b/Cargo.lock index 6b7278d..b05ff44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1760,7 +1760,6 @@ dependencies = [ "path-clean", "pathdiff", "semver 1.0.23", - "tokio", ] [[package]] diff --git a/crates/lune-utils/Cargo.toml b/crates/lune-utils/Cargo.toml index 1b08437..2957f7f 100644 --- a/crates/lune-utils/Cargo.toml +++ b/crates/lune-utils/Cargo.toml @@ -15,8 +15,6 @@ workspace = true [dependencies] mlua = { version = "0.10.3", features = ["luau", "async"] } -tokio = { version = "1", default-features = false, features = ["fs"] } - console = "0.15" dunce = "1.0" path-clean = "1.0"