From e70f39803bd8a9a736781d5ce60f6158a1be2b62 Mon Sep 17 00:00:00 2001 From: Matthew Geddes Date: Thu, 22 Aug 2024 13:06:18 -0700 Subject: [PATCH] Host pub key updates (#49) * Update hpos-config to host_pub_key rev * Update rev for hpos-service-crates --------- Co-authored-by: Matthew Geddes --- Cargo.lock | 14 +++++++------- Cargo.toml | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a8b3b2..ec92999 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2016,7 +2016,7 @@ dependencies = [ [[package]] name = "holochain_env_setup" version = "0.1.1" -source = "git+https://github.com/holo-host/hpos-service-crates.git?rev=2618edaaea4552713a8818dcd13b05805b5854c6#2618edaaea4552713a8818dcd13b05805b5854c6" +source = "git+https://github.com/holo-host/hpos-service-crates.git?rev=b128ddf45a80954917dd3b8713b7f2ae666e3613#b128ddf45a80954917dd3b8713b7f2ae666e3613" dependencies = [ "anyhow", "dotenv", @@ -2403,8 +2403,8 @@ dependencies = [ [[package]] name = "hpos-config-core" -version = "0.2.0" -source = "git+https://github.com/holo-host/hpos-config.git?rev=a36f862869cc162c843ac27ed617910d68f480cc#a36f862869cc162c843ac27ed617910d68f480cc" +version = "0.2.1" +source = "git+https://github.com/holo-host/hpos-config.git?rev=77d740c83a02e322e670e360eb450076b593b328#77d740c83a02e322e670e360eb450076b593b328" dependencies = [ "argon2min", "arrayref", @@ -2421,8 +2421,8 @@ dependencies = [ [[package]] name = "hpos-config-seed-bundle-explorer" -version = "0.2.0" -source = "git+https://github.com/holo-host/hpos-config.git?rev=a36f862869cc162c843ac27ed617910d68f480cc#a36f862869cc162c843ac27ed617910d68f480cc" +version = "0.2.1" +source = "git+https://github.com/holo-host/hpos-config.git?rev=77d740c83a02e322e670e360eb450076b593b328#77d740c83a02e322e670e360eb450076b593b328" dependencies = [ "base64 0.13.1", "ed25519-dalek", @@ -2438,7 +2438,7 @@ dependencies = [ [[package]] name = "hpos_hc_connect" version = "0.1.0" -source = "git+https://github.com/holo-host/hpos-service-crates.git?rev=2618edaaea4552713a8818dcd13b05805b5854c6#2618edaaea4552713a8818dcd13b05805b5854c6" +source = "git+https://github.com/holo-host/hpos-service-crates.git?rev=b128ddf45a80954917dd3b8713b7f2ae666e3613#b128ddf45a80954917dd3b8713b7f2ae666e3613" dependencies = [ "again", "anyhow", @@ -5387,7 +5387,7 @@ dependencies = [ [[package]] name = "taskgroup_manager" version = "0.1.0" -source = "git+https://github.com/holo-host/hpos-service-crates.git?rev=2618edaaea4552713a8818dcd13b05805b5854c6#2618edaaea4552713a8818dcd13b05805b5854c6" +source = "git+https://github.com/holo-host/hpos-service-crates.git?rev=b128ddf45a80954917dd3b8713b7f2ae666e3613#b128ddf45a80954917dd3b8713b7f2ae666e3613" dependencies = [ "futures", "nix", diff --git a/Cargo.toml b/Cargo.toml index 37fa0da..b2d239e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,10 +19,10 @@ holochain_websocket = "0.4.0-dev.11" holofuel_types = "0.5.11" mr_bundle = "0.4.0-dev.4" -hpos_hc_connect = { git = "https://github.com/holo-host/hpos-service-crates.git", rev = "2618edaaea4552713a8818dcd13b05805b5854c6" } -holochain_env_setup = { git = "https://github.com/holo-host/hpos-service-crates.git", rev = "2618edaaea4552713a8818dcd13b05805b5854c6" } -hpos-config-core = { git = "https://github.com/holo-host/hpos-config.git", rev = "a36f862869cc162c843ac27ed617910d68f480cc" } -hpos-config-seed-bundle-explorer = { git = "https://github.com/holo-host/hpos-config.git", rev = "a36f862869cc162c843ac27ed617910d68f480cc" } +hpos_hc_connect = { git = "https://github.com/holo-host/hpos-service-crates.git", rev = "b128ddf45a80954917dd3b8713b7f2ae666e3613" } +holochain_env_setup = { git = "https://github.com/holo-host/hpos-service-crates.git", rev = "b128ddf45a80954917dd3b8713b7f2ae666e3613" } +hpos-config-core = { git = "https://github.com/holo-host/hpos-config.git", rev = "77d740c83a02e322e670e360eb450076b593b328" } +hpos-config-seed-bundle-explorer = { git = "https://github.com/holo-host/hpos-config.git", rev = "77d740c83a02e322e670e360eb450076b593b328" } log = "0.4.17" rand = "0.8.5"