Skip to content

Commit 5dffe4d

Browse files
committed
build: remove unused dependencies
1 parent 5146623 commit 5dffe4d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Cargo.lock

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,12 @@ indexmap = { version = "2.7.1", features = ["serde"] }
3333
tokio = { version = "1.43.0", features = ["full"] }
3434
tokio-util = { version = "0.7.13", features = ["codec"] } # for multipart
3535
html2text = "0.14.0"
36-
bytes = "1.10.0"
3736
pythonize = "0.23.0"
3837
serde_json = "1.0.139"
3938
webpki-root-certs = "0.26.8"
4039
http-body-util = "0.1.2"
41-
http-body = "1.0.1"
4240
http = "1.2.0"
4341
mime = "0.3.17"
44-
url = "2.5.4"
4542

4643
[profile.release]
4744
codegen-units = 1

0 commit comments

Comments
 (0)