We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5f3b3 commit a996714Copy full SHA for a996714
crates/byondapi-rs-test/Cargo.toml
@@ -10,6 +10,6 @@ crate-type = ["cdylib"]
10
11
[dependencies]
12
byondapi = { path = "../byondapi-rs" }
13
-tempfile = "3.8.1"
+tempfile = "3.10.1"
14
cargo_metadata = "0.18.1"
15
eyre = "0.6.12"
crates/byondapi-rs/Cargo.toml
@@ -16,9 +16,9 @@ exclude = [".vscode/*"]
16
byondapi-sys = { path = "../byondapi-sys", version = "0.11.1" }
17
byondapi-macros = { path = "../byondapi-macros", version = "0.1.0" }
18
lazy_static = "1.4.0"
19
-libloading = "0.8.1"
20
-walkdir = "2.4.0"
21
-inventory = "0.3.13"
+libloading = "0.8.3"
+walkdir = "2.5.0"
+inventory = "0.3.15"
22
num_enum = "0.7.2"
23
24
[features]
0 commit comments