Skip to content

Commit

Permalink
chore(deps): update Pallas to v0.19.0 (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Sep 9, 2023
1 parent 1295ee7 commit c66fb14
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 23 deletions.
52 changes: 34 additions & 18 deletions Cargo.lock

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

9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ sink-gcp-pubsub = ["google-cloud-pubsub", "google-cloud-googleapis", "google-clo
sink-gcp-cloudfunction = ["reqwest", "jsonwebtoken"]
sink-redis = ["r2d2_redis"]
sink-elasticsearch = ["elasticsearch"]
source-utxorpc = ["tonic","futures"]
source-utxorpc = ["tonic", "futures"]

[dependencies]
pallas = "0.19.0-alpha.1"
pallas = "0.19.0"
# pallas = { path = "../pallas/pallas" }
# pallas = { git = "https://github.com/txpipe/pallas" }

Expand All @@ -42,7 +42,7 @@ clap = { version = "4.2.7", features = ["derive"] }
env_logger = "0.10.0"
crossterm = "0.26"
merge = "0.1.0"
config = { version = "0.13.2", default-features = false, features = ["toml","yaml","json"] }
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"] }
strum = "0.24"
Expand Down Expand Up @@ -74,6 +74,5 @@ r2d2_redis = { version = "0.14.0", optional = true }
deno_runtime = { version = "0.126.0", optional = true }
jsonwebtoken = { version = "8.3.0", optional = true }
file-rotate = { version = "0.7.5", optional = true }
tonic = { version = "0.9.2", features = ["tls", "tls-roots"], optional = true}
tonic = { version = "0.9.2", features = ["tls", "tls-roots"], optional = true }
futures = { version = "0.3.28", optional = true }

0 comments on commit c66fb14

Please sign in to comment.