diff --git a/Cargo.lock b/Cargo.lock index 98c7bb33b..92c82837e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7609,7 +7609,7 @@ dependencies = [ [[package]] name = "service-registry" -version = "1.0.0" +version = "1.1.0" dependencies = [ "axelar-wasm-std", "client", diff --git a/Cargo.toml b/Cargo.toml index ba9321f35..0e9a5d888 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ router-api = { version = "^1.0.0", path = "packages/router-api" } schemars = "0.8.10" serde = { version = "1.0.145", default-features = false, features = ["derive"] } serde_json = "1.0.89" -service-registry = { version = "^1.0.0", path = "contracts/service-registry" } +service-registry = { version = "^1.1.0", path = "contracts/service-registry" } service-registry-api = { version = "^1.0.0", path = "packages/service-registry-api" } sha3 = { version = "0.10.8", default-features = false, features = [] } signature-verifier-api = { version = "^1.0.0", path = "packages/signature-verifier-api" } diff --git a/contracts/service-registry/Cargo.toml b/contracts/service-registry/Cargo.toml index 125586fbf..0e60cb793 100644 --- a/contracts/service-registry/Cargo.toml +++ b/contracts/service-registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "service-registry" -version = "1.0.0" +version = "1.1.0" rust-version = { workspace = true } edition = { workspace = true } description = "Contract handling the service registrations"