diff --git a/Cargo.lock b/Cargo.lock index 83c2cd96..0739369f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -634,9 +634,9 @@ checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" [[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/binoc-python/Cargo.toml b/binoc-python/Cargo.toml index a834da02..69282960 100644 --- a/binoc-python/Cargo.toml +++ b/binoc-python/Cargo.toml @@ -18,6 +18,6 @@ binoc-core = { workspace = true } binoc-sdk = { workspace = true } binoc-stdlib = { workspace = true } binoc-cli = { workspace = true } -libloading = "0.8" +libloading = "0.9" pyo3 = { workspace = true } serde_json = { workspace = true }