diff --git a/Cargo.toml b/Cargo.toml index b46aa56dd..7e08ba4f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ bitflags = "2.4" bytemuck = { version = "1.13.0", optional = true } cursor-icon = "1.1.0" libc = "0.2.148" -log = "0.4" +log = "0.4.8" memmap2 = "0.9.0" rustix = { version = "0.38.15", features = ["fs", "pipe", "shm"] } thiserror = "1.0.30"