diff --git a/Cargo.toml b/Cargo.toml index e343e7a..76c9b9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.65.0" [dependencies] wayland-client = "0.31.1" wayland-backend = "0.3.0" -calloop = "0.12.1" +calloop = "0.13.0" log = { version = "0.4.19", optional = true } rustix = { version = "0.38.4", default-features = false, features = ["std"] }