build(deps): bump nix from 0.26.2 to 0.27.1

Bumps [nix](https://github.com/nix-rust/nix) from 0.26.2 to 0.27.1.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.26.2...v0.27.1)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-04 18:43:49 +00:00 committed by GitHub
parent 0d0447bbd2
commit f88bec93ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 12 deletions

20
Cargo.lock generated
View File

@ -1642,7 +1642,7 @@ dependencies = [
"lazy_static",
"mpd_client",
"mpris",
"nix 0.26.2",
"nix 0.27.1",
"notify",
"regex",
"reqwest",
@ -1935,16 +1935,14 @@ dependencies = [
[[package]]
name = "nix"
version = "0.26.2"
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
dependencies = [
"bitflags 1.3.2",
"cfg-if",
"libc",
"memoffset 0.7.1",
"pin-utils",
"static_assertions",
]
[[package]]
@ -2775,7 +2773,7 @@ dependencies = [
"lazy_static",
"log",
"memmap2",
"nix 0.26.2",
"nix 0.26.4",
"thiserror",
"wayland-backend",
"wayland-client",
@ -3536,7 +3534,7 @@ dependencies = [
"cc",
"downcast-rs",
"io-lifetimes",
"nix 0.26.2",
"nix 0.26.4",
"scoped-tls",
"smallvec",
"wayland-sys",
@ -3550,7 +3548,7 @@ checksum = "489c9654770f674fc7e266b3c579f4053d7551df0ceb392f153adb1f9ed06ac8"
dependencies = [
"bitflags 1.3.2",
"calloop",
"nix 0.26.2",
"nix 0.26.4",
"wayland-backend",
"wayland-scanner",
]
@ -3561,7 +3559,7 @@ version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d0c3a0d5b4b688b07b0442362d3ed6bf04724fcc16cd69ab6285b90dbc487aa"
dependencies = [
"nix 0.26.2",
"nix 0.26.4",
"wayland-client",
"xcursor",
]
@ -3844,7 +3842,7 @@ version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd"
dependencies = [
"nix 0.26.2",
"nix 0.26.4",
"winapi",
]
@ -3872,7 +3870,7 @@ dependencies = [
"futures-sink",
"futures-util",
"hex",
"nix 0.26.2",
"nix 0.26.4",
"once_cell",
"ordered-stream",
"rand",

View File

@ -109,7 +109,7 @@ serde_json = { version = "1.0.105", optional = true }
reqwest = { version = "0.11.20", optional = true }
# clipboard
nix = { version = "0.26.2", optional = true, features = ["event"] }
nix = { version = "0.27.1", optional = true, features = ["event"] }
# clock
chrono = { version = "0.4.28", optional = true, features = ["unstable-locales"] }