From ba03223c86892aa210eaeb733f1c6f5b1c0cfe49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:20:39 +0000 Subject: [PATCH] chore(deps): bump libloading from 0.7.4 to 0.8.9 Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.7.4 to 0.8.9. - [Commits](https://github.com/nagisa/rust_libloading/compare/0.7.4...0.8.9) --- updated-dependencies: - dependency-name: libloading dependency-version: 0.8.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 708d096..2f710e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2796,7 +2796,7 @@ dependencies = [ "image", "insta", "keyring", - "libloading 0.7.4", + "libloading 0.8.9", "muxide", "opus", "regex", diff --git a/Cargo.toml b/Cargo.toml index 3887b19..1beea5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ image = { version = "0.25", default-features = false, features = ["png"] } # Win/macOS build stays lean and `cargo test` doesn't pull gtk on Windows. gtk = { version = "0.18", optional = true } glow = { version = "0.13", optional = true } -libloading = { version = "0.7", optional = true } +libloading = { version = "0.8", optional = true } tao = { version = "0.35", optional = true } wry = { version = "0.55", optional = true }