Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editoast: fix comments and reformat 'Cargo.toml' #10831

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions editoast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ hostname = "0.4.0"
itertools = "0.13.0"
mvt = "0.9.5"
openssl = "0.10.70"
opentelemetry = { version = "0.27.1", default-features = false, features = [
"trace",
] }
opentelemetry-semantic-conventions = { version = "0.26", features = [
"semconv_experimental",
] }
Expand All @@ -65,12 +68,9 @@ postgres-openssl = "0.5.1"
pretty_assertions = "1.4.1"
rand = "0.9.0"
rangemap = "1.5.1"
regex = "1.11"
# 0.12.0 to 0.12.4 have weird timeout issues https://github.com/seanmonstar/reqwest/issues/2283
# This bug was introduced between 0.12.0 and 0.12.3.
opentelemetry = { version = "0.27.1", default-features = false, features = [
"trace",
] }
regex = "1.11"
reqwest = { version = "0.11.27", features = ["json"] }
rstest = { version = "0.19.0", default-features = false }
serde = { version = "1.0.217", features = ["derive"] }
Expand Down
Loading