From 5df51ec3c9aa3ebf90703a348218727dad4f3d91 Mon Sep 17 00:00:00 2001 From: cong-or Date: Wed, 22 Nov 2023 17:45:02 +0000 Subject: [PATCH] fix(bump notify version): notify 5 is deprecated --- vit-servicing-station-lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vit-servicing-station-lib/Cargo.toml b/vit-servicing-station-lib/Cargo.toml index cc2f7e82..03cb2b91 100644 --- a/vit-servicing-station-lib/Cargo.toml +++ b/vit-servicing-station-lib/Cargo.toml @@ -30,7 +30,7 @@ tracing-subscriber = "0.3" warp = { version = "0.3", features = ["tls"] } eccoxide = { git = "https://github.com/eugene-babichenko/eccoxide.git", branch = "fast-u64-scalar-mul", features = ["fast-u64-scalar-mul"], optional = true } http-zipkin = "0.3.0" -notify = "5.0.0-pre.11" +notify = "5.2.0" voting-hir = { git = "https://github.com/input-output-hk/catalyst-toolbox", branch = "catalyst-fund9", features = ["serde"] } snapshot-service = { path = "../snapshot-service" }