chore: make pin project workspace dependency
This commit is contained in:
parent
920cc69729
commit
a1e9d56bcf
|
|
@ -144,7 +144,7 @@ tonic-build = "0.11.0"
|
|||
log = "0.4.20"
|
||||
lettre = { version = "0.11.7", features = ["tokio1", "tokio1-native-tls"] }
|
||||
handlebars = "5.1.2"
|
||||
pin-project = "1.1.5"
|
||||
pin-project.workspace = true
|
||||
byteorder = "1.5.0"
|
||||
sha2 = "0.10.8"
|
||||
rayon.workspace = true
|
||||
|
|
@ -281,6 +281,7 @@ async_zip = { version = "0.0.17", features = ["full"] }
|
|||
sanitize-filename = "0.5.0"
|
||||
base64 = "0.22"
|
||||
md5 = "0.7.0"
|
||||
pin-project = "1.1.5"
|
||||
|
||||
# collaboration
|
||||
yrs = { version = "0.21.2", features = ["sync"] }
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ collab-rt-entity = { workspace = true }
|
|||
client-api-entity.workspace = true
|
||||
serde_urlencoded = "0.7.1"
|
||||
futures.workspace = true
|
||||
pin-project = "1.1.5"
|
||||
pin-project.workspace = true
|
||||
percent-encoding = "2.3.1"
|
||||
lazy_static = { workspace = true }
|
||||
mime_guess = "2.0.5"
|
||||
|
|
|
|||
|
|
@ -13,9 +13,9 @@ serde_json.workspace = true
|
|||
tracing.workspace = true
|
||||
bytes = { workspace = true }
|
||||
tokio = { workspace = true, optional = true }
|
||||
pin-project = "1.1.6"
|
||||
pin-project.workspace = true
|
||||
futures = "0.3.30"
|
||||
|
||||
[features]
|
||||
file_util = ["tokio/fs"]
|
||||
request_util = ["reqwest"]
|
||||
request_util = ["reqwest"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue