Skip to content

Commit

Permalink
deps: update dependencies to catalyst-fund9.1 branches
Browse files Browse the repository at this point in the history
  • Loading branch information
saibatizoku committed Jul 3, 2023
1 parent 66bac11 commit 6e3d92b
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 10 deletions.
49 changes: 43 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions snapshot-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
voting-hir = { git = "https://github.com/input-output-hk/catalyst-toolbox", branch = "catalyst-fund9" }
voting-hir = { git = "https://github.com/input-output-hk/catalyst-toolbox", branch = "catalyst-fund9.1" }
notify = "=5.0.0-pre.11"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
tracing = "0.1.34"
thiserror = "1.0.30"
warp = "0.3.2"
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr", branch = "catalyst-fund9" }
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr", branch = "catalyst-fund9.1" }
sled = "0.34.7"
tokio = "1.18.0"
2 changes: 1 addition & 1 deletion vit-servicing-station-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ libsqlite3-sys = { version = "0.9.3", features = ["bundled"] }
[dev-dependencies]
tempfile = "3"
rand = "0.8"
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr", branch = "catalyst-fund9" }
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr", branch = "catalyst-fund9.1" }
2 changes: 1 addition & 1 deletion vit-servicing-station-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] }
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] }
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] }
voting-hir = { git = "https://github.com/input-output-hk/catalyst-toolbox", branch = "catalyst-fund9", features = ["serde"] }
voting-hir = { git = "https://github.com/input-output-hk/catalyst-toolbox", branch = "catalyst-fund9.1", features = ["serde"] }
fake = { version = "2.2", features=['http']}
pretty_assertions = "0.6"
dyn-clone = "1.0.4"
Expand Down

0 comments on commit 6e3d92b

Please sign in to comment.