diff --git a/Cargo.toml b/Cargo.toml index 7c84fce..1c32c60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ dlopen = ["libloading"] [dependencies] as-raw-xcb-connection = "1.0.0" ctor = { version = "0.10.0", default-features = false, features = ["std"] } -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]