diff --git a/Cargo.lock b/Cargo.lock index e39b458..951e0b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1410,9 +1410,9 @@ source = "git+https://github.com/oxidecomputer/dlpi-sys#d9645f8d61187e76384474b1 [[package]] name = "libloading" -version = "0.8.9" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" +checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60" dependencies = [ "cfg-if", "windows-link", diff --git a/Cargo.toml b/Cargo.toml index 9047796..788ee44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ devinfo = { git = "https://github.com/oxidecomputer/devinfo-sys", branch = "main dlpi = { git = "https://github.com/oxidecomputer/dlpi-sys", branch = "main" } indicatif = "0.18.4" libc = "0.2.183" -libloading = "0.8.9" +libloading = "0.9.0" p9ds = { git = "https://github.com/oxidecomputer/p9fs", branch = "main" } p9kp = { git = "https://github.com/oxidecomputer/p9fs", branch = "main" } slog = "2.8.2"