From 34150dcfd5d274411ad3c78a8084cbc7aa8c5523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Aug 2022 22:12:36 +0000 Subject: [PATCH] build(deps): bump timely from `7ad8962` to `1f3a315` Bumps [timely](https://github.com/TimelyDataflow/timely-dataflow) from `7ad8962` to `1f3a315`. - [Release notes](https://github.com/TimelyDataflow/timely-dataflow/releases) - [Commits](https://github.com/TimelyDataflow/timely-dataflow/compare/7ad8962f81d4a76aa74ea3db688e7d8c552c99ea...1f3a315354ce6d41185a8f26c8a71e883adc1ef9) --- updated-dependencies: - dependency-name: timely dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 410d52d248d12..ac27df19a66fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6142,7 +6142,7 @@ checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792" [[package]] name = "timely" version = "0.12.0" -source = "git+https://github.com/TimelyDataflow/timely-dataflow#7ad8962f81d4a76aa74ea3db688e7d8c552c99ea" +source = "git+https://github.com/TimelyDataflow/timely-dataflow#1f3a315354ce6d41185a8f26c8a71e883adc1ef9" dependencies = [ "abomonation", "abomonation_derive", @@ -6160,12 +6160,12 @@ dependencies = [ [[package]] name = "timely_bytes" version = "0.12.0" -source = "git+https://github.com/TimelyDataflow/timely-dataflow#7ad8962f81d4a76aa74ea3db688e7d8c552c99ea" +source = "git+https://github.com/TimelyDataflow/timely-dataflow#1f3a315354ce6d41185a8f26c8a71e883adc1ef9" [[package]] name = "timely_communication" version = "0.12.0" -source = "git+https://github.com/TimelyDataflow/timely-dataflow#7ad8962f81d4a76aa74ea3db688e7d8c552c99ea" +source = "git+https://github.com/TimelyDataflow/timely-dataflow#1f3a315354ce6d41185a8f26c8a71e883adc1ef9" dependencies = [ "abomonation", "abomonation_derive", @@ -6181,7 +6181,7 @@ dependencies = [ [[package]] name = "timely_container" version = "0.12.0" -source = "git+https://github.com/TimelyDataflow/timely-dataflow#7ad8962f81d4a76aa74ea3db688e7d8c552c99ea" +source = "git+https://github.com/TimelyDataflow/timely-dataflow#1f3a315354ce6d41185a8f26c8a71e883adc1ef9" dependencies = [ "columnation", "serde", @@ -6190,7 +6190,7 @@ dependencies = [ [[package]] name = "timely_logging" version = "0.12.0" -source = "git+https://github.com/TimelyDataflow/timely-dataflow#7ad8962f81d4a76aa74ea3db688e7d8c552c99ea" +source = "git+https://github.com/TimelyDataflow/timely-dataflow#1f3a315354ce6d41185a8f26c8a71e883adc1ef9" [[package]] name = "tinytemplate"