Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
  • Loading branch information
brokad committed Nov 1, 2022
1 parent b689d72 commit 9d0b1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ opentelemetry = { version = "0.18.0", features = ["rt-tokio"] }
opentelemetry-datadog = { version = "0.6.0", features = ["reqwest-client"] }
opentelemetry-http = "0.7.0"
rand = "0.8.5"
uuid = { version = "1.2.1", features = [ "v4" ] }
regex = "1.5.5"
serde = { version = "1.0.137", features = [ "derive" ] }
serde_json = "1.0.81"
Expand All @@ -33,6 +32,7 @@ tower-http = { version = "0.3.4", features = ["trace"] }
tracing = "0.1.35"
tracing-opentelemetry = "0.18.0"
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
uuid = { version = "1.2.1", features = [ "v4" ] }

[dependencies.shuttle-common]
version = "0.7.2"
Expand Down

0 comments on commit 9d0b1bb

Please sign in to comment.