Skip to content

Commit bbcbfee

Browse files
committed
Remove unused deps
1 parent 812b378 commit bbcbfee

File tree

2 files changed

+94
-32
lines changed

2 files changed

+94
-32
lines changed

Cargo.lock

+93-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

+1-6
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,19 @@ authors = [
88
]
99

1010
[dependencies]
11-
base64 = "0.13.0"
1211
bytes = "1.1.0"
1312
chrono = "0.4.19"
14-
futures-core = "0.3.21"
1513
futures-util = "0.3.21"
1614
grafana-plugin-sdk = "0.2.0"
1715
http = "0.2.6"
1816
md5 = "0.7.0"
19-
rand = "0.8.5"
2017
rust_decimal = { version = "1.22.0", features = ["db-tokio-postgres"] }
2118
serde = { version = "1.0.136", features = ["derive"] }
2219
serde_json = "1.0.79"
23-
serde_with = "1.12.0"
20+
serde_with = "2.0.0"
2421
thiserror = "1.0.30"
2522
tokio = { version = "1.17.0", features = ["rt-multi-thread", "time"] }
2623
tokio-postgres = { version = "0.7.5", features = ["with-chrono-0_4", "with-serde_json-1"] }
27-
tokio-stream = "0.1.8"
28-
tonic = "0.6.2"
2924
tracing = "0.1.31"
3025

3126
[features]

0 commit comments

Comments
 (0)