From 845760836567c6c5e3293d484b34bc5d8d875cf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:19:36 +0000 Subject: [PATCH] Update libloading requirement from 0.8.0 to 0.9.0 Updates the requirements on [libloading](https://github.com/nagisa/rust_libloading) to permit the latest version. - [Commits](https://github.com/nagisa/rust_libloading/compare/0.8.0...0.9.0) --- updated-dependencies: - dependency-name: libloading dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9b2ed0b..0c0dcdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ dlopen = ["libloading"] [dependencies] as-raw-xcb-connection = "1.0.0" ctor-lite = "0.1.0" -libloading = { version = "0.8.0", optional = true } +libloading = { version = "0.9.0", optional = true } tracing = { version = "0.1.37", default-features = false, optional = true } [build-dependencies]