summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-02 05:51:09 +0000
committerFujiApple <fujiapple852@gmail.com>2024-03-02 14:07:24 +0800
commitca229b8527b7ecd9722d9006326a1edc2851770b (patch)
tree96e6a621d9396c4574eb9f01344f5d7e1412e9fd
parent75865816198434b0b1fe2744bf294fc1f266ff26 (diff)
build(deps): bump nix from 0.27.1 to 0.28.0
Bumps [nix](https://github.com/nix-rust/nix) from 0.27.1 to 0.28.0. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.27.1...v0.28.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock17
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 15 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3985913..96ecaad 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1085,18 +1085,6 @@ dependencies = [
[[package]]
name = "nix"
-version = "0.27.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
-dependencies = [
- "bitflags 2.4.2",
- "cfg-if",
- "libc",
- "memoffset",
-]
-
-[[package]]
-name = "nix"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
@@ -1105,6 +1093,7 @@ dependencies = [
"cfg-if",
"cfg_aliases",
"libc",
+ "memoffset",
]
[[package]]
@@ -1989,7 +1978,7 @@ dependencies = [
"itertools",
"maxminddb",
"mockall",
- "nix 0.27.1",
+ "nix",
"parking_lot",
"paste",
"petgraph",
@@ -2027,7 +2016,7 @@ dependencies = [
"ipnet",
"libc",
"log",
- "nix 0.28.0",
+ "nix",
"thiserror",
"tokio",
"tokio-util",
diff --git a/Cargo.toml b/Cargo.toml
index 10ebe36..a9ebb18 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -63,7 +63,7 @@ caps = "0.5.5"
# Library dependencies (Unix)
[target.'cfg(unix)'.dependencies]
-nix = { version = "0.27.1", default-features = false, features = [ "user", "poll", "net" ] }
+nix = { version = "0.28.0", default-features = false, features = [ "user", "poll", "net" ] }
# Library dependencies (Windows)
[target.'cfg(windows)'.dependencies]