From 77f53a8cc97820c7e4c5a6a74477d20ce9b0a979 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 06:40:31 +0000 Subject: [PATCH] fix(deps): update rust crate libloading to 0.8 (#1563) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- crates/sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/sys/Cargo.toml b/crates/sys/Cargo.toml index 7efc99bc..2c327949 100644 --- a/crates/sys/Cargo.toml +++ b/crates/sys/Cargo.toml @@ -26,4 +26,4 @@ napi8 = ["napi7"] independent = true [target.'cfg(windows)'.dependencies.libloading] -version = "0.7" +version = "0.8"