diff --git a/Cargo.toml b/Cargo.toml index 125aaa0..9a0f958 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,10 +14,10 @@ edition = "2021" include = ["README.md", "LICENSE-*", "Cargo.toml", "src/"] [dependencies] -libc = "0.2.105" +libc = "0.2" alsa-sys = "0.3.1" bitflags = "1.3.2" -nix = { version = "0.24", default-features = false, features = ["ioctl"] } +nix = { version = "^0.24", default-features = false, features = ["ioctl"] } [badges] is-it-maintained-issue-resolution = { repository = "diwic/alsa-rs" }