From efc800b0f5fdec8a2aed803072603613157b293c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 22:22:51 +0000 Subject: [PATCH] build(deps): bump timely from `a5ca776` to `faf5eb6` Bumps [timely](https://github.com/TimelyDataflow/timely-dataflow) from `a5ca776` to `faf5eb6`. - [Release notes](https://github.com/TimelyDataflow/timely-dataflow/releases) - [Commits](https://github.com/TimelyDataflow/timely-dataflow/compare/a5ca77655247dd2be5ee49eb9d89aabfcfa2402f...faf5eb6457e69ac2bfbbb8a0f62deda55aa2c927) --- 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..eb588885a5b49 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#4c5f5e9470fda0e9c9931817b5e47748cc14a5a4" +dependencies = [ + "paste 1.0.9", +] + [[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.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1" + [[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#faf5eb6457e69ac2bfbbb8a0f62deda55aa2c927" 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#faf5eb6457e69ac2bfbbb8a0f62deda55aa2c927" [[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#faf5eb6457e69ac2bfbbb8a0f62deda55aa2c927" 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#faf5eb6457e69ac2bfbbb8a0f62deda55aa2c927" +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#faf5eb6457e69ac2bfbbb8a0f62deda55aa2c927" [[package]] name = "timely_sort"