From 55a65df7652fe89a0e20736c0c61b0a8175fc51b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:52:01 +0000 Subject: [PATCH] Bump async-compatibility-layer from 1.4.1 to 1.30 Bumps [async-compatibility-layer](https://github.com/EspressoSystems/async-compatibility-layer) from 1.4.1 to 1.30. - [Release notes](https://github.com/EspressoSystems/async-compatibility-layer/releases) - [Commits](https://github.com/EspressoSystems/async-compatibility-layer/compare/1.4.1...f5478b9b33b8c5b81bfc029c84de9079fc8a64f7) --- updated-dependencies: - dependency-name: async-compatibility-layer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 32 +++++++++++++++++++++++--------- Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a96a954..584d9403 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -569,6 +569,20 @@ dependencies = [ "pin-project-lite 0.2.13", ] +[[package]] +name = "async-compatibility-layer" +version = "1.0.0" +source = "git+https://github.com/EspressoSystems/async-compatibility-layer.git?tag=1.30#f5478b9b33b8c5b81bfc029c84de9079fc8a64f7" +dependencies = [ + "async-lock 2.8.0", + "async-trait", + "color-eyre", + "futures", + "tracing", + "tracing-error", + "tracing-subscriber", +] + [[package]] name = "async-compatibility-layer" version = "1.0.0" @@ -2748,7 +2762,7 @@ version = "0.3.3" source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.21#eba2d0ec9dd27e555febbb42acad3fe24b9b5f3c" dependencies = [ "async-broadcast", - "async-compatibility-layer", + "async-compatibility-layer 1.0.0 (git+https://github.com/EspressoSystems/async-compatibility-layer.git?tag=1.4.1)", "async-lock 2.8.0", "async-std", "async-trait", @@ -2795,7 +2809,7 @@ version = "0.1.0" source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.21#eba2d0ec9dd27e555febbb42acad3fe24b9b5f3c" dependencies = [ "async-broadcast", - "async-compatibility-layer", + "async-compatibility-layer 1.0.0 (git+https://github.com/EspressoSystems/async-compatibility-layer.git?tag=1.4.1)", "async-lock 2.8.0", "async-std", "bincode", @@ -2825,7 +2839,7 @@ name = "hotshot-orchestrator" version = "0.1.1" source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.21#eba2d0ec9dd27e555febbb42acad3fe24b9b5f3c" dependencies = [ - "async-compatibility-layer", + "async-compatibility-layer 1.0.0 (git+https://github.com/EspressoSystems/async-compatibility-layer.git?tag=1.4.1)", "async-lock 2.8.0", "async-std", "blake3", @@ -2850,7 +2864,7 @@ version = "0.1.0" source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.21#eba2d0ec9dd27e555febbb42acad3fe24b9b5f3c" dependencies = [ "async-broadcast", - "async-compatibility-layer", + "async-compatibility-layer 1.0.0 (git+https://github.com/EspressoSystems/async-compatibility-layer.git?tag=1.4.1)", "async-std", "futures", "tokio", @@ -2863,7 +2877,7 @@ version = "0.1.0" source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.21#eba2d0ec9dd27e555febbb42acad3fe24b9b5f3c" dependencies = [ "async-broadcast", - "async-compatibility-layer", + "async-compatibility-layer 1.0.0 (git+https://github.com/EspressoSystems/async-compatibility-layer.git?tag=1.4.1)", "async-lock 2.8.0", "async-std", "async-trait", @@ -2896,7 +2910,7 @@ dependencies = [ "ark-ff", "ark-serialize", "ark-std", - "async-compatibility-layer", + "async-compatibility-layer 1.0.0 (git+https://github.com/EspressoSystems/async-compatibility-layer.git?tag=1.4.1)", "async-lock 2.8.0", "async-std", "async-trait", @@ -2946,7 +2960,7 @@ name = "hotshot-web-server" version = "0.1.1" source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.21#eba2d0ec9dd27e555febbb42acad3fe24b9b5f3c" dependencies = [ - "async-compatibility-layer", + "async-compatibility-layer 1.0.0 (git+https://github.com/EspressoSystems/async-compatibility-layer.git?tag=1.4.1)", "async-lock 2.8.0", "async-std", "clap", @@ -2981,7 +2995,7 @@ name = "hs-builder-core" version = "0.1.1" dependencies = [ "async-broadcast", - "async-compatibility-layer", + "async-compatibility-layer 1.0.0 (git+https://github.com/EspressoSystems/async-compatibility-layer.git?tag=1.30)", "async-lock 2.8.0", "async-std", "async-trait", @@ -3910,7 +3924,7 @@ name = "libp2p-networking" version = "0.1.0" source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.21#eba2d0ec9dd27e555febbb42acad3fe24b9b5f3c" dependencies = [ - "async-compatibility-layer", + "async-compatibility-layer 1.0.0 (git+https://github.com/EspressoSystems/async-compatibility-layer.git?tag=1.4.1)", "async-lock 2.8.0", "async-std", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e8663f05..633069ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] async-broadcast = "0.7.0" -async-compatibility-layer = { git = "https://github.com/EspressoSystems/async-compatibility-layer.git", tag = "1.4.1", features = [ +async-compatibility-layer = { git = "https://github.com/EspressoSystems/async-compatibility-layer.git", tag = "1.30", features = [ "logging-utils", ] } async-lock = "2.8"