diff --git a/bluer/Cargo.toml b/bluer/Cargo.toml index 05d9f3a..7f42326 100644 --- a/bluer/Cargo.toml +++ b/bluer/Cargo.toml @@ -61,7 +61,7 @@ strum = { version = "0.25", features = ["derive"] } num-traits = "0.2" num-derive = "0.4" libc = "0.2" -nix = { version = "0.26", default-features = false, features = ["ioctl"] } +nix = { version = "0.27", default-features = false, features = ["ioctl"] } custom_debug = { version = "0.5", optional = true } displaydoc = { version = "0.2", optional = true } log = "0.4"