From f740a6c417c3b5e319c2e7c12b8b6e7adffe678a Mon Sep 17 00:00:00 2001 From: kukkok3 <93382903+kukkok3@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:57:55 +0200 Subject: [PATCH] fix: update cargo.lock --- Cargo.lock | 113 ++++++----------------------------------------------- 1 file changed, 12 insertions(+), 101 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 091c7400..60bda240 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -648,7 +648,7 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "catalyst-toolbox" version = "0.5.0" -source = "git+https://github.com/input-output-hk/catalyst-toolbox.git?branch=catalyst-fund11#e2cefee466183a9b7f7808ed3b412d27792a42d1" +source = "git+https://github.com/input-output-hk/catalyst-toolbox.git?branch=catalyst-fund11#6a2046afb95d3b79fa5bad906623aeee9a36c516" dependencies = [ "assert_fs", "bech32 0.8.1", @@ -697,7 +697,7 @@ dependencies = [ "tokio 1.33.0", "url", "versionisator", - "vit-servicing-station-lib 0.5.0 (git+https://github.com/input-output-hk/vit-servicing-station.git?branch=catalyst-fund11)", + "vit-servicing-station-lib", "wallet", ] @@ -3022,8 +3022,8 @@ dependencies = [ "thor", "tokio 1.33.0", "valgrind", - "vit-servicing-station-lib 0.5.0 (git+https://github.com/input-output-hk/vit-servicing-station.git?branch=catalyst-fund11)", - "vit-servicing-station-tests 0.5.0 (git+https://github.com/input-output-hk/vit-servicing-station.git?branch=catalyst-fund11)", + "vit-servicing-station-lib", + "vit-servicing-station-tests", "vitup", ] @@ -5901,23 +5901,6 @@ version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" -[[package]] -name = "snapshot-service" -version = "0.1.0" -source = "git+https://github.com/input-output-hk/vit-servicing-station.git?branch=catalyst-fund9#81401c478eff9c9ade295fa8465de0f61f2e9a89" -dependencies = [ - "jormungandr-lib 0.15.0 (git+https://github.com/input-output-hk/jormungandr.git?branch=catalyst-fund9)", - "notify", - "serde", - "serde_json", - "sled", - "thiserror", - "tokio 1.33.0", - "tracing", - "voting-hir 0.1.0 (git+https://github.com/input-output-hk/catalyst-toolbox.git?branch=catalyst-fund9)", - "warp", -] - [[package]] name = "snapshot-trigger-service" version = "0.1.0" @@ -7090,8 +7073,8 @@ dependencies = [ "thiserror", "tokio 1.33.0", "url", - "vit-servicing-station-lib 0.5.0 (git+https://github.com/input-output-hk/vit-servicing-station.git?branch=catalyst-fund9)", - "vit-servicing-station-tests 0.5.0 (git+https://github.com/input-output-hk/vit-servicing-station.git?branch=catalyst-fund9)", + "vit-servicing-station-lib", + "vit-servicing-station-tests", "wallet", "wallet-core", "warp", @@ -7134,7 +7117,7 @@ dependencies = [ [[package]] name = "vit-servicing-station-lib" version = "0.5.0" -source = "git+https://github.com/input-output-hk/vit-servicing-station.git?branch=catalyst-fund11#e16a9b7e9e1e4843761c43503608af5b589c4243" +source = "git+https://github.com/input-output-hk/vit-servicing-station.git?branch=catalyst-fund11#2b18f04cd90d6704164a7905373f7aead003c3c1" dependencies = [ "async-trait", "base64 0.12.3", @@ -7162,82 +7145,10 @@ dependencies = [ "warp", ] -[[package]] -name = "vit-servicing-station-lib" -version = "0.5.0" -source = "git+https://github.com/input-output-hk/vit-servicing-station.git?branch=catalyst-fund9#81401c478eff9c9ade295fa8465de0f61f2e9a89" -dependencies = [ - "async-trait", - "base64 0.12.3", - "diesel", - "diesel_migrations", - "dotenv", - "http-zipkin", - "itertools 0.9.0", - "libsqlite3-sys", - "log", - "notify", - "serde", - "serde_json", - "simplelog", - "snapshot-service", - "structopt", - "strum 0.21.0", - "strum_macros 0.21.1", - "thiserror", - "time", - "tokio 1.33.0", - "tracing", - "tracing-futures", - "tracing-subscriber 0.3.17", - "voting-hir 0.1.0 (git+https://github.com/input-output-hk/catalyst-toolbox.git?branch=catalyst-fund9)", - "warp", -] - -[[package]] -name = "vit-servicing-station-tests" -version = "0.5.0" -source = "git+https://github.com/input-output-hk/vit-servicing-station.git?branch=catalyst-fund11#e16a9b7e9e1e4843761c43503608af5b589c4243" -dependencies = [ - "assert_cmd 2.0.12", - "assert_fs", - "base64 0.12.3", - "cfg-if 0.1.10", - "chain-addr", - "chain-crypto", - "chain-impl-mockchain", - "diesel", - "diesel_migrations", - "dyn-clone", - "fake", - "hyper 0.14.27", - "itertools 0.10.5", - "jortestkit", - "lazy_static", - "libsqlite3-sys", - "predicates 2.1.5", - "pretty_assertions", - "quickcheck", - "quickcheck_macros", - "rand 0.7.3", - "rand_core 0.5.1", - "reqwest 0.11.22", - "serde", - "serde_json", - "structopt", - "tempfile", - "thiserror", - "time", - "tokio 1.33.0", - "url", - "vit-servicing-station-lib 0.5.0 (git+https://github.com/input-output-hk/vit-servicing-station.git?branch=catalyst-fund11)", - "voting-hir 0.1.0 (git+https://github.com/input-output-hk/catalyst-toolbox.git?branch=catalyst-fund9)", -] - [[package]] name = "vit-servicing-station-tests" version = "0.5.0" -source = "git+https://github.com/input-output-hk/vit-servicing-station.git?branch=catalyst-fund9#81401c478eff9c9ade295fa8465de0f61f2e9a89" +source = "git+https://github.com/input-output-hk/vit-servicing-station.git?branch=catalyst-fund11#2b18f04cd90d6704164a7905373f7aead003c3c1" dependencies = [ "assert_cmd 2.0.12", "assert_fs", @@ -7270,7 +7181,7 @@ dependencies = [ "time", "tokio 1.33.0", "url", - "vit-servicing-station-lib 0.5.0 (git+https://github.com/input-output-hk/vit-servicing-station.git?branch=catalyst-fund9)", + "vit-servicing-station-lib", "voting-hir 0.1.0 (git+https://github.com/input-output-hk/catalyst-toolbox.git?branch=catalyst-fund9)", ] @@ -7341,8 +7252,8 @@ dependencies = [ "tracing-subscriber 0.2.25", "uuid 0.8.2", "valgrind", - "vit-servicing-station-lib 0.5.0 (git+https://github.com/input-output-hk/vit-servicing-station.git?branch=catalyst-fund9)", - "vit-servicing-station-tests 0.5.0 (git+https://github.com/input-output-hk/vit-servicing-station.git?branch=catalyst-fund9)", + "vit-servicing-station-lib", + "vit-servicing-station-tests", "voting-hir 0.1.0 (git+https://github.com/input-output-hk/catalyst-toolbox.git?branch=catalyst-fund11)", "walkdir", "warp", @@ -7359,7 +7270,7 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "voting-hir" version = "0.1.0" -source = "git+https://github.com/input-output-hk/catalyst-toolbox.git?branch=catalyst-fund11#e2cefee466183a9b7f7808ed3b412d27792a42d1" +source = "git+https://github.com/input-output-hk/catalyst-toolbox.git?branch=catalyst-fund11#6a2046afb95d3b79fa5bad906623aeee9a36c516" dependencies = [ "jormungandr-lib 0.15.0 (git+https://github.com/input-output-hk/jormungandr.git?branch=catalyst-fund11)", "serde",