Skip to content

Commit

Permalink
Update tracing-actix-web to be blockscout-tracing-actix-web
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Dec 20, 2023
1 parent 1d79039 commit cc438f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libs/blockscout-service-launcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde_json = {version = "1", optional = true }
tokio = { version = "1", optional = true }
tonic = { version = "0.8", optional = true }
tracing = { version = "0.1", optional = true }
tracing-actix-web = { version = "0.8.0", optional = true }
tracing-actix-web = { package = "blockscout-tracing-actix-web", version = "0.8.0", optional = true }
tracing-opentelemetry = { version = "0.19", optional = true }
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"], optional = true }
url = { version = "2.3.1", optional = true }
Expand All @@ -46,8 +46,6 @@ sea-orm-migration-0_11 = { package = "sea-orm-migration", version = "0.11", opti
sea-orm-0_12 = { package = "sea-orm", version = "0.12.2", optional = true }
sea-orm-migration-0_12 = { package = "sea-orm-migration", version = "0.12.2", optional = true }

[patch.crates-io]
tracing-actix-web = { git = "https://github.com/blockscout/tracing-actix-web" }

[features]
default = ["launcher", "tracing", "actix-request-id"]
Expand Down

0 comments on commit cc438f2

Please sign in to comment.