Skip to content

Commit a996714

Browse files
committed
update
1 parent eb5f3b3 commit a996714

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

crates/byondapi-rs-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
byondapi = { path = "../byondapi-rs" }
13-
tempfile = "3.8.1"
13+
tempfile = "3.10.1"
1414
cargo_metadata = "0.18.1"
1515
eyre = "0.6.12"

crates/byondapi-rs/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ exclude = [".vscode/*"]
1616
byondapi-sys = { path = "../byondapi-sys", version = "0.11.1" }
1717
byondapi-macros = { path = "../byondapi-macros", version = "0.1.0" }
1818
lazy_static = "1.4.0"
19-
libloading = "0.8.1"
20-
walkdir = "2.4.0"
21-
inventory = "0.3.13"
19+
libloading = "0.8.3"
20+
walkdir = "2.5.0"
21+
inventory = "0.3.15"
2222
num_enum = "0.7.2"
2323

2424
[features]

0 commit comments

Comments
 (0)