Skip to content

Commit 13a51b7

Browse files
Update Rust crate libloading to 0.9
1 parent 33d6460 commit 13a51b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ anyhow = "1"
2424
bitvec = "1.0"
2525
clap = { version = "4", features = ["color", "derive"] }
2626
colored = "3"
27-
libloading = { version = "0.8" }
27+
libloading = { version = "0.9" }
2828
num = { version = "0.4", features = ["serde"] }
2929
p4 = { path = "p4" }
3030
pnet = "0.35"

0 commit comments

Comments
 (0)