From a9967140c33aa2f8742f8ff162dff2245ca60dc6 Mon Sep 17 00:00:00 2001 From: Katherine Kiefer Date: Thu, 7 Mar 2024 21:26:21 +1100 Subject: [PATCH] update --- crates/byondapi-rs-test/Cargo.toml | 2 +- crates/byondapi-rs/Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/byondapi-rs-test/Cargo.toml b/crates/byondapi-rs-test/Cargo.toml index c01f36f..7a35000 100644 --- a/crates/byondapi-rs-test/Cargo.toml +++ b/crates/byondapi-rs-test/Cargo.toml @@ -10,6 +10,6 @@ crate-type = ["cdylib"] [dependencies] byondapi = { path = "../byondapi-rs" } -tempfile = "3.8.1" +tempfile = "3.10.1" cargo_metadata = "0.18.1" eyre = "0.6.12" diff --git a/crates/byondapi-rs/Cargo.toml b/crates/byondapi-rs/Cargo.toml index 17288d6..4883f97 100644 --- a/crates/byondapi-rs/Cargo.toml +++ b/crates/byondapi-rs/Cargo.toml @@ -16,9 +16,9 @@ exclude = [".vscode/*"] byondapi-sys = { path = "../byondapi-sys", version = "0.11.1" } byondapi-macros = { path = "../byondapi-macros", version = "0.1.0" } lazy_static = "1.4.0" -libloading = "0.8.1" -walkdir = "2.4.0" -inventory = "0.3.13" +libloading = "0.8.3" +walkdir = "2.5.0" +inventory = "0.3.15" num_enum = "0.7.2" [features]