Skip to content

Commit

Permalink
Cleanup unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mlieberman85 committed Apr 10, 2024
1 parent 3a984bc commit 66e2d27
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 18 deletions.
12 changes: 2 additions & 10 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions skootrs-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ serde = { version = "1.0.193", features = ["derive"] }
utoipa = { version = "4.1.0" }
chrono = { version = "0.4.31", features = ["serde"] }
askama = "0.12.1"
regress = "0.7.1"
schemars = { version = "0.8.16", features = ["chrono", "url"] }
tracing = "0.1"
futures = "0.3.30"
skootrs-model = { path = "../skootrs-model" }
ahash = "0.8.7"
sha2 = "0.10.8"
url = "2.5.0"
base64 = "0.21.7"
Expand Down
2 changes: 0 additions & 2 deletions skootrs-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ edition = "2021"

[dependencies]
serde_json = "1.0.112"
serde_yaml = "0.9.30"
serde = { version = "1.0.193", features = ["derive"] }
utoipa = { version = "4.1.0" }
chrono = { version = "0.4.31", features = ["serde"] }
schemars = { version = "0.8.16", features = ["chrono", "url"] }
regress = "0.7.1"
sha2 = "0.10.8"
url = "2.5.0"
strum = { version = "0.26.1", features = ["derive"] }

Expand Down
4 changes: 0 additions & 4 deletions skootrs-rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,4 @@ tokio = { version = "1.34.0", features = ["full", "tracing", "macros", "rt-multi
serde = { version = "1.0.193", features = ["derive"] }
skootrs-lib = { path = "../skootrs-lib" }
skootrs-model = { path = "../skootrs-model", features = ["openapi"] }
opentelemetry-jaeger = "0.20.0"
opentelemetry = "0.21.0"
tracing-subscriber = "0.3.18"
tracing-bunyan-formatter = "0.3.9"
skootrs-statestore = { path = "../skootrs-statestore" }

0 comments on commit 66e2d27

Please sign in to comment.