floss: Uprev nix to 0.23

Bug: 264884954
Tag: #floss
Test: ./floss/build/build-in-podman.py
Change-Id: I2b8b95299ed79c9953350ac15994a04582e6e48d
diff --git a/system/gd/rust/common/Cargo.toml b/system/gd/rust/common/Cargo.toml
index eaa14be..becc5d5 100644
--- a/system/gd/rust/common/Cargo.toml
+++ b/system/gd/rust/common/Cargo.toml
@@ -25,7 +25,7 @@
 grpcio = "0.9"
 lazy_static = "1.4"
 log = "0.4"
-nix = "0.19"
+nix = "0.23"
 tokio = { version = "1.0", features = ['bytes', 'macros', 'net', 'rt-multi-thread', 'time'] }
 
 # Proc Macro dependency
diff --git a/system/gd/rust/facade/Cargo.toml b/system/gd/rust/facade/Cargo.toml
index 8f1847a..9055002 100644
--- a/system/gd/rust/facade/Cargo.toml
+++ b/system/gd/rust/facade/Cargo.toml
@@ -35,7 +35,7 @@
 # Binary-only deps
 clap = "3.0"
 lazy_static = "1.0"
-nix = "0.19"
+nix = "0.23"
 bt_common = { path = "../common" }
 
 
diff --git a/system/gd/rust/linux/mgmt/Cargo.toml b/system/gd/rust/linux/mgmt/Cargo.toml
index ac73851..df2ac0e 100644
--- a/system/gd/rust/linux/mgmt/Cargo.toml
+++ b/system/gd/rust/linux/mgmt/Cargo.toml
@@ -25,7 +25,7 @@
 glob = "0.3.0"
 inotify = "0.9"
 log = "0.4.14"
-nix = "0.19"
+nix = "0.23"
 num-traits = "0.2"
 protobuf = "2.0"
 regex = "1.5"
diff --git a/system/gd/rust/linux/service/Cargo.toml b/system/gd/rust/linux/service/Cargo.toml
index d71d4aa..c6b02b5 100644
--- a/system/gd/rust/linux/service/Cargo.toml
+++ b/system/gd/rust/linux/service/Cargo.toml
@@ -18,7 +18,7 @@
 futures = "0.3.13"
 lazy_static = "1.4"
 log = "0.4.14"
-nix = "0.19"
+nix = "0.23"
 num-traits = "0.2"
 tokio = { version = "1", features = ['bytes', 'fs', 'io-util', 'libc', 'macros', 'memchr', 'mio', 'net', 'num_cpus', 'rt', 'rt-multi-thread', 'sync', 'time', 'tokio-macros'] }
 syslog = "4.0"
diff --git a/system/gd/rust/linux/stack/Cargo.toml b/system/gd/rust/linux/stack/Cargo.toml
index 9115f29..2b2791d 100644
--- a/system/gd/rust/linux/stack/Cargo.toml
+++ b/system/gd/rust/linux/stack/Cargo.toml
@@ -14,7 +14,7 @@
 itertools = "0.10.5"
 lazy_static = "1.4"
 log = "0.4.14"
-nix = "0.19"
+nix = "0.23"
 num-derive = "0.3"
 num-traits = "0.2"
 rand = { version = "0.8.3", features = ["small_rng"] }
diff --git a/system/gd/rust/linux/utils/Cargo.toml b/system/gd/rust/linux/utils/Cargo.toml
index 1dc821e..8328ed8 100644
--- a/system/gd/rust/linux/utils/Cargo.toml
+++ b/system/gd/rust/linux/utils/Cargo.toml
@@ -22,7 +22,7 @@
 
 libc = "0.2"
 log = "0.4.14"
-nix = "0.19"
+nix = "0.23"
 num-derive = "0.3"
 num-traits = "0.2"
 
diff --git a/system/gd/rust/shim/Cargo.toml b/system/gd/rust/shim/Cargo.toml
index 75a18c0..e6c7244 100644
--- a/system/gd/rust/shim/Cargo.toml
+++ b/system/gd/rust/shim/Cargo.toml
@@ -35,7 +35,7 @@
 grpcio-sys = { version = "0.9", features = ["openssl"] }
 lazy_static = "1.4"
 log = "0.4"
-nix = "0.19"
+nix = "0.23"
 num-derive = "0.3"
 num-traits = "0.2"
 paste = "1.0"
diff --git a/system/gd/rust/stack/Cargo.toml b/system/gd/rust/stack/Cargo.toml
index 48275e1..d18a6e4 100644
--- a/system/gd/rust/stack/Cargo.toml
+++ b/system/gd/rust/stack/Cargo.toml
@@ -33,7 +33,7 @@
 grpcio = "0.9"
 lazy_static = "1.4"
 log = "0.4"
-nix = "0.19"
+nix = "0.23"
 num-traits = "0.2"
 protobuf = "2.0"
 thiserror = "1.0"