Skip to content

Commit

Permalink
Remove md5 from general dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Smet <[email protected]>
  • Loading branch information
LeeSmet committed Jan 15, 2024
1 parent 1b6a584 commit c52c144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ tokio = { version = "1", features = ["full"], optional = true }
s3-server = { git = "https://github.com/LeeSmet/s3-server" }
sled = "0.34"
async-trait = "0.1"
md-5 = { version = "0.9", features = ["asm"] }
hyper = { version = "0.14.7", features = ["server"] }
pin-project-lite = "0.2"
futures = "0.3"
Expand Down

0 comments on commit c52c144

Please sign in to comment.