diff --git a/Cargo.lock b/Cargo.lock index 29ddf95..3abafbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -552,7 +552,7 @@ dependencies = [ [[package]] name = "client" version = "0.4.1" -source = "git+https://github.com/eigerco/helios?rev=45caf78#45caf780e350ddb0aabc75cfc64e88d08d4e13a5" +source = "git+https://github.com/eigerco/helios?rev=07cc7af#07cc7af979219c4d4880910cd903af0a39a038db" dependencies = [ "common", "config", @@ -585,7 +585,7 @@ dependencies = [ [[package]] name = "common" version = "0.4.1" -source = "git+https://github.com/eigerco/helios?rev=45caf78#45caf780e350ddb0aabc75cfc64e88d08d4e13a5" +source = "git+https://github.com/eigerco/helios?rev=07cc7af#07cc7af979219c4d4880910cd903af0a39a038db" dependencies = [ "candid", "ethers-core", @@ -602,7 +602,7 @@ dependencies = [ [[package]] name = "config" version = "0.4.1" -source = "git+https://github.com/eigerco/helios?rev=45caf78#45caf780e350ddb0aabc75cfc64e88d08d4e13a5" +source = "git+https://github.com/eigerco/helios?rev=07cc7af#07cc7af979219c4d4880910cd903af0a39a038db" dependencies = [ "common", "ethers-core", @@ -623,7 +623,7 @@ dependencies = [ [[package]] name = "consensus" version = "0.4.1" -source = "git+https://github.com/eigerco/helios?rev=45caf78#45caf780e350ddb0aabc75cfc64e88d08d4e13a5" +source = "git+https://github.com/eigerco/helios?rev=07cc7af#07cc7af979219c4d4880910cd903af0a39a038db" dependencies = [ "async-trait", "bytes", @@ -1160,7 +1160,7 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" [[package]] name = "execution" version = "0.4.1" -source = "git+https://github.com/eigerco/helios?rev=45caf78#45caf780e350ddb0aabc75cfc64e88d08d4e13a5" +source = "git+https://github.com/eigerco/helios?rev=07cc7af#07cc7af979219c4d4880910cd903af0a39a038db" dependencies = [ "async-trait", "bytes", diff --git a/Cargo.toml b/Cargo.toml index a991ec6..850484f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,10 +9,10 @@ ethers-contract = { version = "2.0.8", default-features = false, features = [ ] } ethers-core = "2.0.8" eyre = "0.6.8" -helios_client = { package = "client", git = "https://github.com/eigerco/helios", rev = "45caf78" } -helios_common = { package = "common", git = "https://github.com/eigerco/helios", rev = "45caf78" } -helios_config = { package = "config", git = "https://github.com/eigerco/helios", rev = "45caf78" } -helios_execution = { package = "execution", git = "https://github.com/eigerco/helios", rev = "45caf78" } +helios_client = { package = "client", git = "https://github.com/eigerco/helios", rev = "07cc7af" } +helios_common = { package = "common", git = "https://github.com/eigerco/helios", rev = "07cc7af" } +helios_config = { package = "config", git = "https://github.com/eigerco/helios", rev = "07cc7af" } +helios_execution = { package = "execution", git = "https://github.com/eigerco/helios", rev = "07cc7af" } interface = { path = "src/interface" } [profile.release]