Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Mar 3, 2024
1 parent 330a10d commit b6ccd7b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 76 deletions.
99 changes: 26 additions & 73 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ source-utxorpc = ["tonic", "futures"]
sql = ["sqlx"]

[dependencies]
pallas = "0.21.0"
# pallas = "0.21.0"
# pallas = { path = "../pallas/pallas" }
# pallas = { git = "https://github.com/txpipe/pallas" }
pallas = { git = "https://github.com/txpipe/pallas" }

gasket = { version = "^0.6", features = ["derive"] }
# gasket = { path = "../../construkts/gasket-rs/gasket", features = ["derive"] }
Expand All @@ -45,7 +45,7 @@ env_logger = "0.10.0"
crossterm = "0.26"
merge = "0.1.0"
regex = "1.10.3"
handlebars = "5.1.1"
handlebars = "^5.1"
config = { version = "0.13.2", default-features = false, features = ["toml", "yaml", "json"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = { version = "1.0.104", features = ["arbitrary_precision"] }
Expand Down

0 comments on commit b6ccd7b

Please sign in to comment.