Skip to content

Commit 6bed6e9

Browse files
committed
update
1 parent 99f595a commit 6bed6e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.14.0"
13+
tempfile = "3.17.1"
1414
cargo_metadata = "0.19.1"
1515
eyre = "0.6.12"

crates/byondapi-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exclude = [".vscode/*"]
1616
byondapi-sys = { path = "../byondapi-sys", version = "0.12.2", default-features = false }
1717
byondapi-macros = { path = "../byondapi-macros", version = "0.2.3" }
1818
libloading = "0.8.6"
19-
inventory = "0.3.16"
19+
inventory = "0.3.19"
2020
num_enum = "0.7.3"
2121

2222
[features]

0 commit comments

Comments
 (0)