Skip to content

Commit

Permalink
editoast: remove some unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leovalais committed Jul 11, 2024
1 parent 98e9bfe commit 98f1f98
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions editoast/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions editoast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ actix-multipart = "0.7.2"
actix-web = "4.8.0"
actix-web-opentelemetry = { version = "0.18.0", features = ["awc"] }
async-trait = "0.1.81"
cfg-if = "1.0.0"
chashmap = "2.2.2"
chrono.workspace = true
clap = { version = "4.5.9", features = ["derive", "env"] }
Expand All @@ -91,13 +90,11 @@ enumset = "1.1.3"
futures.workspace = true
futures-util.workspace = true
geos.workspace = true
heck = "0.5.0"
image = "0.25.1"
inventory = "0.3"
itertools.workspace = true
json-patch = { version = "2.0.0", features = ["utoipa"] }
mvt.workspace = true
openssl.workspace = true
opentelemetry = "0.23.0"
opentelemetry-datadog = { version = "0.11.0", features = ["reqwest-client"] }
opentelemetry-otlp = "0.16.0"
Expand All @@ -107,7 +104,6 @@ osm_to_railjson = { path = "./osm_to_railjson" }
paste.workspace = true
pathfinding = "4.10.0"
postgis_diesel.workspace = true
postgres-openssl.workspace = true
rand.workspace = true
rangemap.workspace = true
redis = { version = "0.25.4", features = [
Expand All @@ -128,7 +124,6 @@ sha1 = "0.10"
strum.workspace = true
thiserror.workspace = true
tokio.workspace = true
tokio-postgres.workspace = true
tracing.workspace = true
tracing-opentelemetry = "0.24.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
Expand Down
2 changes: 0 additions & 2 deletions editoast/editoast_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono.workspace = true
geos.workspace = true
rangemap.workspace = true
serde.workspace = true
serde_derive.workspace = true
Expand Down
2 changes: 0 additions & 2 deletions editoast/editoast_schemas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ enum-map.workspace = true
geojson.workspace = true
iso8601 = "0.6.1"
rand.workspace = true
rangemap.workspace = true
serde.workspace = true
serde_derive.workspace = true
serde_json.workspace = true
strum.workspace = true
thiserror.workspace = true
Expand Down

0 comments on commit 98f1f98

Please sign in to comment.