diff --git a/apps/desktop/desktop_native/core/Cargo.toml b/apps/desktop/desktop_native/core/Cargo.toml index 082fdf6992d..b8a4d23702f 100644 --- a/apps/desktop/desktop_native/core/Cargo.toml +++ b/apps/desktop/desktop_native/core/Cargo.toml @@ -32,12 +32,11 @@ base64 = "=0.22.1" byteorder = "1.5.0" cbc = { version = "=0.1.2", features = ["alloc"] } homedir = "0.3.3" -libc = "=0.2.155" +libc = "=0.2.159" pin-project = "1.1.5" dirs = "=5.0.1" futures = "=0.3.30" interprocess = { version = "=2.2.1", features = ["tokio"] } -libc = "=0.2.159" log = "=0.4.22" rand = "=0.8.5" retry = "=2.0.0"