Skip to content

Commit

Permalink
fix(bump notify version): notify 5 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
cong-or committed Nov 22, 2023
1 parent 81401c4 commit 3bc2aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vit-servicing-station-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
notify = "5.0.0-pre.11"
voting-hir = { git = "https://github.com/input-output-hk/catalyst-toolbox", branch = "catalyst-fund9", features = ["serde"] }
snapshot-service = { path = "../snapshot-service" }

Expand Down

0 comments on commit 3bc2aff

Please sign in to comment.