From 73fd549ca390f0d85a3c3a3c5a7c992bc01f2acf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 22:11:31 +0000 Subject: [PATCH] build(deps): bump dogsdogsdogs from `2b12f29` to `afa4413` Bumps [dogsdogsdogs](https://github.com/TimelyDataflow/differential-dataflow) from `2b12f29` to `afa4413`. - [Release notes](https://github.com/TimelyDataflow/differential-dataflow/releases) - [Commits](https://github.com/TimelyDataflow/differential-dataflow/compare/2b12f29d951b60c6c1ef3db77fbba1568db5a2c3...afa441390602ff4ae559a2c2e3f7effabf0476bc) Signed-off-by: dependabot[bot] --- Cargo.lock | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8a469c07cb3..4b29713c896c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -855,7 +855,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" [[package]] name = "differential-dataflow" version = "0.11.0" -source = "git+https://github.com/TimelyDataflow/differential-dataflow.git#2b12f29d951b60c6c1ef3db77fbba1568db5a2c3" +source = "git+https://github.com/TimelyDataflow/differential-dataflow.git#afa441390602ff4ae559a2c2e3f7effabf0476bc" dependencies = [ "abomonation", "abomonation_derive", @@ -905,7 +905,7 @@ checksum = "923dea538cea0aa3025e8685b20d6ee21ef99c4f77e954a30febbaac5ec73a97" [[package]] name = "dogsdogsdogs" version = "0.1.0" -source = "git+https://github.com/TimelyDataflow/differential-dataflow.git#2b12f29d951b60c6c1ef3db77fbba1568db5a2c3" +source = "git+https://github.com/TimelyDataflow/differential-dataflow.git#afa441390602ff4ae559a2c2e3f7effabf0476bc" dependencies = [ "abomonation", "abomonation_derive", @@ -4290,11 +4290,12 @@ dependencies = [ [[package]] name = "timely" version = "0.11.1" -source = "git+https://github.com/TimelyDataflow/timely-dataflow#a5ca77655247dd2be5ee49eb9d89aabfcfa2402f" +source = "git+https://github.com/TimelyDataflow/timely-dataflow#97b4a40f2eb43fe1db50ff9a8ac421fd812c1ef9" dependencies = [ "abomonation", "abomonation_derive", "crossbeam-channel", + "futures-util", "getopts", "serde", "serde_derive", @@ -4306,12 +4307,12 @@ dependencies = [ [[package]] name = "timely_bytes" version = "0.11.0" -source = "git+https://github.com/TimelyDataflow/timely-dataflow#a5ca77655247dd2be5ee49eb9d89aabfcfa2402f" +source = "git+https://github.com/TimelyDataflow/timely-dataflow#97b4a40f2eb43fe1db50ff9a8ac421fd812c1ef9" [[package]] name = "timely_communication" version = "0.11.1" -source = "git+https://github.com/TimelyDataflow/timely-dataflow#a5ca77655247dd2be5ee49eb9d89aabfcfa2402f" +source = "git+https://github.com/TimelyDataflow/timely-dataflow#97b4a40f2eb43fe1db50ff9a8ac421fd812c1ef9" dependencies = [ "abomonation", "abomonation_derive", @@ -4327,7 +4328,7 @@ dependencies = [ [[package]] name = "timely_logging" version = "0.11.1" -source = "git+https://github.com/TimelyDataflow/timely-dataflow#a5ca77655247dd2be5ee49eb9d89aabfcfa2402f" +source = "git+https://github.com/TimelyDataflow/timely-dataflow#97b4a40f2eb43fe1db50ff9a8ac421fd812c1ef9" [[package]] name = "timely_sort"