From 53c36c0ae985657d0d49b99a6feed251ceb4b80c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 13 Jan 2021 01:55:57 +0000 Subject: [PATCH] update itertools and nix Prompted by nailing-cargo --subcommand-props='!locked,!target-dir,!offline' upgrades Signed-off-by: Ian Jackson --- Cargo.lock.example | 6 +++--- Cargo.toml | 2 +- daemon/Cargo.toml | 4 ++-- wdriver/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock.example b/Cargo.lock.example index f3d087d2..4ceea3c7 100644 --- a/Cargo.lock.example +++ b/Cargo.lock.example @@ -1167,9 +1167,9 @@ checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135" [[package]] name = "itertools" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" +checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" dependencies = [ "either", ] @@ -1666,7 +1666,7 @@ dependencies = [ "lazy_static", "libc", "log 0.4.13", - "nix 0.18.0", + "nix 0.19.1", "num-derive", "num-traits", "ordered-float", diff --git a/Cargo.toml b/Cargo.toml index 06d6a6b0..42478d11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ htmlescape = "0.3" if_chain = "1" index_vec = { version = "0.1.1", features = ['serde'] } inventory = "0.1" -itertools = "0.9" +itertools = "0.10" lazy_static = "1" libc = "0.2" lazy-init = "0.4" diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 3d98009c..dfd80679 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -36,12 +36,12 @@ htmlescape = "0.3" if_chain = "1" index_vec = { version = "0.1.1", features = ['serde'] } inventory = "0.1" -itertools = "0.9" +itertools = "0.10" lazy_static = "1" libc = "0.2" lazy-init = "0.4" log = "0.4" -nix = "0.18" +nix = "0.19" num-derive = "0.3" num-traits = "0.2" ordered-float = "2" diff --git a/wdriver/Cargo.toml b/wdriver/Cargo.toml index e2f1ba36..6e7e828a 100644 --- a/wdriver/Cargo.toml +++ b/wdriver/Cargo.toml @@ -19,7 +19,7 @@ env_logger = "0.8" fehler = "1" humantime = "2" if_chain = "1" -itertools = "0.9" +itertools = "0.10" log = "0.4" libc = "0.2" nix = "0.19" -- 2.30.2