From bd184f5e9a30ca3a4ae94a81579738db5e962fff Mon Sep 17 00:00:00 2001
From: Abhishek Pandit-Subedi <abhishekpandit@google.com>
Date: Mon, 9 Jan 2023 15:34:32 -0800
Subject: [PATCH] floss: Uprev nix to 0.23

Bug: 264884954
Tag: #floss
Test: ./floss/build/build-in-podman.py
Change-Id: I2b8b95299ed79c9953350ac15994a04582e6e48d
---
 system/gd/rust/common/Cargo.toml        | 2 +-
 system/gd/rust/facade/Cargo.toml        | 2 +-
 system/gd/rust/linux/mgmt/Cargo.toml    | 2 +-
 system/gd/rust/linux/service/Cargo.toml | 2 +-
 system/gd/rust/linux/stack/Cargo.toml   | 2 +-
 system/gd/rust/linux/utils/Cargo.toml   | 2 +-
 system/gd/rust/shim/Cargo.toml          | 2 +-
 system/gd/rust/stack/Cargo.toml         | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/system/gd/rust/common/Cargo.toml b/system/gd/rust/common/Cargo.toml
index eaa14be4f98..becc5d5c529 100644
--- a/system/gd/rust/common/Cargo.toml
+++ b/system/gd/rust/common/Cargo.toml
@@ -25,7 +25,7 @@ futures = "0.3.13"
 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 8f1847ad0e5..9055002293c 100644
--- a/system/gd/rust/facade/Cargo.toml
+++ b/system/gd/rust/facade/Cargo.toml
@@ -35,7 +35,7 @@ tokio = "1.0"
 # 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 ac73851c7c5..df2ac0e1372 100644
--- a/system/gd/rust/linux/mgmt/Cargo.toml
+++ b/system/gd/rust/linux/mgmt/Cargo.toml
@@ -25,7 +25,7 @@ futures = "0.3.13"
 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 d71d4aa9f72..c6b02b51ac8 100644
--- a/system/gd/rust/linux/service/Cargo.toml
+++ b/system/gd/rust/linux/service/Cargo.toml
@@ -18,7 +18,7 @@ env_logger = "0.8.3"
 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 9115f2943de..2b2791d493f 100644
--- a/system/gd/rust/linux/stack/Cargo.toml
+++ b/system/gd/rust/linux/stack/Cargo.toml
@@ -14,7 +14,7 @@ dbus = "0.9.2"
 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 1dc821e31c7..8328ed86113 100644
--- a/system/gd/rust/linux/utils/Cargo.toml
+++ b/system/gd/rust/linux/utils/Cargo.toml
@@ -22,7 +22,7 @@ bt_topshim = { path = "../../topshim" }
 
 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 75a18c0b019..e6c7244b014 100644
--- a/system/gd/rust/shim/Cargo.toml
+++ b/system/gd/rust/shim/Cargo.toml
@@ -35,7 +35,7 @@ grpcio = { version = "0.9", features = ["protobuf", "protobuf-codec", "openssl"]
 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 48275e18515..d18a6e45acf 100644
--- a/system/gd/rust/stack/Cargo.toml
+++ b/system/gd/rust/stack/Cargo.toml
@@ -33,7 +33,7 @@ futures = "0.3"
 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"
-- 
GitLab