From d70d9f84cf80b4f5ea00a7abb1ee860b3ff8ea2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 22:27:36 +0000 Subject: [PATCH] deps: update libloading requirement from 0.8 to 0.9 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] --- hdf5-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdf5-sys/Cargo.toml b/hdf5-sys/Cargo.toml index 1663481e..a60470e1 100644 --- a/hdf5-sys/Cargo.toml +++ b/hdf5-sys/Cargo.toml @@ -32,7 +32,7 @@ static = ["dep:hdf5-src"] deprecated = ["hdf5-src?/deprecated"] [build-dependencies] -libloading = "0.8" +libloading = "0.9" regex = { workspace = true } [target.'cfg(any(all(unix, not(target_os = "macos")), windows))'.build-dependencies]