Skip to content

Commit

Permalink
Drop unused direct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matze committed Mar 23, 2024
1 parent 2a457a4 commit a308fa9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 30 deletions.
40 changes: 13 additions & 27 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ axum-extra = { version = "0", features = ["cookie-signed", "typed-header"] }
bytes = "1"
chacha20poly1305 = "0.10.1"
hex = "0"
http-body = "1"
lru = "0"
mime = "0"
qrcodegen = "1"
Expand All @@ -23,7 +22,6 @@ rusqlite_migration = { version = "1.1", default-features = false }
rust-argon2 = "2.0.0"
sha2 = "0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
syntect = { version = "5", default-features = false, features = ["html", "plist-load", "regex-fancy"] }
thiserror = "1"
time = { version = "0.3", features = ["macros", "serde"] }
Expand All @@ -36,7 +34,6 @@ url = "2"
zstd = "0.13"

[dev-dependencies]
http = "0"
hyper = { version = "1", features = ["server"] }
reqwest = { version = "0", default-features = false, features = ["cookies", "json"] }
tower = { version = "0", default-features = false, features = ["util", "make"] }
Expand Down

0 comments on commit a308fa9

Please sign in to comment.