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]