diff --git a/crates/byondapi-rs/Cargo.toml b/crates/byondapi-rs/Cargo.toml index 4bbc74f..1d14458 100644 --- a/crates/byondapi-rs/Cargo.toml +++ b/crates/byondapi-rs/Cargo.toml @@ -15,7 +15,7 @@ exclude = [".vscode/*"] [dependencies] byondapi-sys = { path = "../byondapi-sys", version = "0.11.1" } byondapi-macros = { path = "../byondapi-macros", version = "0.1.2" } -libloading = "0.8.3" +libloading = "0.8.4" inventory = "0.3.15" num_enum = "0.7.2"