Skip to content

Commit f401681

Browse files
committed
fix: dependency list
1 parent d514f44 commit f401681

File tree

2 files changed

+85
-71
lines changed

2 files changed

+85
-71
lines changed

Cargo.lock

+83-69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mithril = ["mithril-client"]
2424
[dependencies]
2525
# pallas = { version = "0.31", features = ["hardano"] }
2626
# pallas = { path = "../pallas/pallas", features = ["hardano"] }
27-
pallas = { git = "https://github.com/txpipe/pallas", features = ["hardano"] }
27+
pallas = { version = "0.32.0", features = ["hardano"] }
2828

2929
gasket = { version = "^0.7", features = ["derive"] }
3030
gasket-prometheus = { version = "^0.7" }
@@ -76,4 +76,4 @@ mithril-client = { version = "^0.8", optional = true, features = ["fs"] }
7676
miette = { version = "7.2.0", features = ["fancy"] }
7777
itertools = "0.12.1"
7878
redis = { version = "0.27.6", optional = true }
79-
utxorpc = { version = "0.9.0", optional = true }
79+
utxorpc = { version = "0.10.0", optional = true }

0 commit comments

Comments
 (0)