Skip to content

Commit ea87749

Browse files
Update Rust crate libloading to 0.8 (#95)
Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
1 parent 6c37974 commit ea87749

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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.7" }
27+
libloading = { version = "0.8" }
2828
num = { version = "0.4", features = ["serde"] }
2929
p4 = { path = "p4" }
3030
pnet = "0.35"

0 commit comments

Comments
 (0)