Skip to content

Commit

Permalink
launcher: Fix tonic version to 0.8 (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov authored Nov 8, 2023
1 parent 13acf5a commit 2e02f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/blockscout-service-launcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ prometheus = { version = "0.13", optional = true }
reqwest = { version = "0.11", features = ["json"], optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
tokio = { version = "1", optional = true }
tonic = { version = ">= 0.8, < 0.11", optional = true }
tonic = { version = "0.8", optional = true }
tracing = { version = "0.1", optional = true }
tracing-opentelemetry = { version = "0.19", optional = true }
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"], optional = true }
Expand Down

0 comments on commit 2e02f53

Please sign in to comment.