mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-06-27 16:35:59 +00:00
style: organize S3 deps in cargo.toml
This commit is contained in:
parent
b2a4e398d8
commit
4982aa1098
1 changed files with 2 additions and 2 deletions
|
@ -90,6 +90,8 @@ image = { version = "0.25", default-features = false, features = [
|
|||
# Used for creating media filenames
|
||||
hex = "0.4"
|
||||
sha2 = "0.10"
|
||||
# Used for S3 media backend
|
||||
rusty-s3 = "0.7.0"
|
||||
# Used for parsing media retention policies from the config
|
||||
bytesize = { version = "2", features = ["serde"] }
|
||||
humantime-serde = "1"
|
||||
|
@ -154,8 +156,6 @@ tikv-jemallocator = { version = "0.6", features = [
|
|||
|
||||
sd-notify = { version = "0.4", optional = true }
|
||||
|
||||
rusty-s3 = "0.7.0"
|
||||
|
||||
# Used for matrix spec type definitions and helpers
|
||||
[dependencies.ruma]
|
||||
features = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue