From 9529ec1cba5ac8639955a0c5a013afc37b8a2b56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 22:20:59 +0000 Subject: [PATCH] build(deps): bump timely from `a5ca776` to `01438ae` Bumps [timely](https://github.com/TimelyDataflow/timely-dataflow) from `a5ca776` to `01438ae`. - [Release notes](https://github.com/TimelyDataflow/timely-dataflow/releases) - [Commits](https://github.com/TimelyDataflow/timely-dataflow/compare/a5ca77655247dd2be5ee49eb9d89aabfcfa2402f...01438ae341863f2e752e922c10955226ac605dce) --- updated-dependencies: - dependency-name: timely dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 43 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 34 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dca265b02ae84..9ff790ad498d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -488,6 +488,14 @@ dependencies = [ "cc", ] +[[package]] +name = "columnation" +version = "0.1.0" +source = "git+https://github.com/frankmcsherry/columnation#bfd9e2a953768887138e56f10f9be13e27ef175a" +dependencies = [ + "paste 1.0.11", +] + [[package]] name = "compile-time-run" version = "0.2.11" @@ -1737,7 +1745,7 @@ checksum = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7" dependencies = [ "jemalloc-sys", "libc", - "paste", + "paste 0.1.18", ] [[package]] @@ -2504,6 +2512,12 @@ dependencies = [ "proc-macro-hack", ] +[[package]] +name = "paste" +version = "1.0.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba" + [[package]] name = "paste-impl" version = "0.1.18" @@ -4252,29 +4266,31 @@ dependencies = [ [[package]] name = "timely" -version = "0.11.1" -source = "git+https://github.com/TimelyDataflow/timely-dataflow#a5ca77655247dd2be5ee49eb9d89aabfcfa2402f" +version = "0.12.0" +source = "git+https://github.com/TimelyDataflow/timely-dataflow#01438ae341863f2e752e922c10955226ac605dce" dependencies = [ "abomonation", "abomonation_derive", "crossbeam-channel", + "futures-util", "getopts", "serde", "serde_derive", "timely_bytes", "timely_communication", + "timely_container", "timely_logging", ] [[package]] name = "timely_bytes" -version = "0.11.0" -source = "git+https://github.com/TimelyDataflow/timely-dataflow#a5ca77655247dd2be5ee49eb9d89aabfcfa2402f" +version = "0.12.0" +source = "git+https://github.com/TimelyDataflow/timely-dataflow#01438ae341863f2e752e922c10955226ac605dce" [[package]] name = "timely_communication" -version = "0.11.1" -source = "git+https://github.com/TimelyDataflow/timely-dataflow#a5ca77655247dd2be5ee49eb9d89aabfcfa2402f" +version = "0.12.0" +source = "git+https://github.com/TimelyDataflow/timely-dataflow#01438ae341863f2e752e922c10955226ac605dce" dependencies = [ "abomonation", "abomonation_derive", @@ -4287,10 +4303,19 @@ dependencies = [ "timely_logging", ] +[[package]] +name = "timely_container" +version = "0.12.0" +source = "git+https://github.com/TimelyDataflow/timely-dataflow#01438ae341863f2e752e922c10955226ac605dce" +dependencies = [ + "columnation", + "serde", +] + [[package]] name = "timely_logging" -version = "0.11.1" -source = "git+https://github.com/TimelyDataflow/timely-dataflow#a5ca77655247dd2be5ee49eb9d89aabfcfa2402f" +version = "0.12.0" +source = "git+https://github.com/TimelyDataflow/timely-dataflow#01438ae341863f2e752e922c10955226ac605dce" [[package]] name = "timely_sort"