Skip to content

Commit

Permalink
Un-mess-up the rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirTalwar committed Aug 23, 2024
1 parent ed9fcf4 commit b3574dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["raw_value"] }
thiserror = "1"
tokio = { version = "1", features = ["fs", "macros", "rt-multi-thread", "signal"] }
tower-http = { version = "0.4", features = ["cors", "trace", "validate-request"] }
tower-http = { version = "0.4", features = ["cors", "limit", "trace", "validate-request"] }
tracing = "0.1"
tracing-opentelemetry = "0.23"
tracing-subscriber = { version = "0.3", default-features = false, features = ["ansi", "env-filter", "fmt", "json"] }
Expand Down

0 comments on commit b3574dc

Please sign in to comment.