From 48acf8012cda1a8a818de03f4864af1e5a701181 Mon Sep 17 00:00:00 2001 From: Matthew Geddes Date: Thu, 22 Aug 2024 12:47:56 -0700 Subject: [PATCH] Update hpos-config rev for host pub key --- Cargo.lock | 4 ++-- client/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 75c828f..5c1f9b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1983,7 +1983,7 @@ dependencies = [ [[package]] name = "hpos-config-core" version = "0.2.1" -source = "git+https://github.com/Holo-Host/hpos-config?rev=86411bdaabe7061a4b150d36c062fddc2c6c74cc#86411bdaabe7061a4b150d36c062fddc2c6c74cc" +source = "git+https://github.com/Holo-Host/hpos-config?rev=77d740c83a02e322e670e360eb450076b593b328#77d740c83a02e322e670e360eb450076b593b328" dependencies = [ "argon2min", "arrayref", @@ -2001,7 +2001,7 @@ dependencies = [ [[package]] name = "hpos-config-seed-bundle-explorer" version = "0.2.1" -source = "git+https://github.com/Holo-Host/hpos-config?rev=86411bdaabe7061a4b150d36c062fddc2c6c74cc#86411bdaabe7061a4b150d36c062fddc2c6c74cc" +source = "git+https://github.com/Holo-Host/hpos-config?rev=77d740c83a02e322e670e360eb450076b593b328#77d740c83a02e322e670e360eb450076b593b328" dependencies = [ "base36", "base64 0.13.1", diff --git a/client/Cargo.toml b/client/Cargo.toml index b48ca81..7416ff6 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -21,8 +21,8 @@ holochain_types = "0.3.2" [dependencies.hpos-config-core] git = "https://github.com/Holo-Host/hpos-config" -rev = "86411bdaabe7061a4b150d36c062fddc2c6c74cc" +rev = "77d740c83a02e322e670e360eb450076b593b328" [dependencies.hpos-config-seed-bundle-explorer] git = "https://github.com/Holo-Host/hpos-config" -rev = "86411bdaabe7061a4b150d36c062fddc2c6c74cc" +rev = "77d740c83a02e322e670e360eb450076b593b328"