diff --git a/Cargo.toml b/Cargo.toml index 965556b6b4..fd688c446b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -138,7 +138,7 @@ ktx2 = "0.4" libc = { version = "0.2.172", default-features = false } # See https://github.com/rust-fuzz/libfuzzer/issues/126 libfuzzer-sys = ">0.4.0,<=0.4.7" -libloading = "0.8" +libloading = "0.9" libm = { version = "0.2.6", default-features = false } libtest-mimic = "0.8" log = "0.4.21"