chore(cargo): uuid is no longer needed.

This commit is contained in:
Ivan Enderlin
2023-05-15 15:19:37 +02:00
parent caaeb8130d
commit dca7800a88

View File

@@ -53,7 +53,6 @@ experimental-sliding-sync = [
"matrix-sdk-base/experimental-sliding-sync",
"experimental-timeline",
"reqwest/gzip",
"dep:uuid",
]
docsrs = [
@@ -102,7 +101,6 @@ thiserror = { workspace = true }
tower = { version = "0.4.13", features = ["make"], optional = true }
tracing = { workspace = true, features = ["attributes"] }
url = "2.2.2"
uuid = { version = "1.3.0", optional = true }
zeroize = { workspace = true }
[dependencies.image]