Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd184f5e authored by Abhishek Pandit-Subedi's avatar Abhishek Pandit-Subedi
Browse files

floss: Uprev nix to 0.23

Bug: 264884954
Tag: #floss
Test: ./floss/build/build-in-podman.py
Change-Id: I2b8b95299ed79c9953350ac15994a04582e6e48d
parent 5e416541
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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" }


+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"] }
Loading