chore: make pin project workspace dependency

This commit is contained in:
Zack Fu Zi Xiang 2024-10-25 17:23:35 +08:00
parent 920cc69729
commit a1e9d56bcf
No known key found for this signature in database
3 changed files with 5 additions and 4 deletions

View File

@ -144,7 +144,7 @@ tonic-build = "0.11.0"
log = "0.4.20" log = "0.4.20"
lettre = { version = "0.11.7", features = ["tokio1", "tokio1-native-tls"] } lettre = { version = "0.11.7", features = ["tokio1", "tokio1-native-tls"] }
handlebars = "5.1.2" handlebars = "5.1.2"
pin-project = "1.1.5" pin-project.workspace = true
byteorder = "1.5.0" byteorder = "1.5.0"
sha2 = "0.10.8" sha2 = "0.10.8"
rayon.workspace = true rayon.workspace = true
@ -281,6 +281,7 @@ async_zip = { version = "0.0.17", features = ["full"] }
sanitize-filename = "0.5.0" sanitize-filename = "0.5.0"
base64 = "0.22" base64 = "0.22"
md5 = "0.7.0" md5 = "0.7.0"
pin-project = "1.1.5"
# collaboration # collaboration
yrs = { version = "0.21.2", features = ["sync"] } yrs = { version = "0.21.2", features = ["sync"] }

View File

@ -45,7 +45,7 @@ collab-rt-entity = { workspace = true }
client-api-entity.workspace = true client-api-entity.workspace = true
serde_urlencoded = "0.7.1" serde_urlencoded = "0.7.1"
futures.workspace = true futures.workspace = true
pin-project = "1.1.5" pin-project.workspace = true
percent-encoding = "2.3.1" percent-encoding = "2.3.1"
lazy_static = { workspace = true } lazy_static = { workspace = true }
mime_guess = "2.0.5" mime_guess = "2.0.5"

View File

@ -13,9 +13,9 @@ serde_json.workspace = true
tracing.workspace = true tracing.workspace = true
bytes = { workspace = true } bytes = { workspace = true }
tokio = { workspace = true, optional = true } tokio = { workspace = true, optional = true }
pin-project = "1.1.6" pin-project.workspace = true
futures = "0.3.30" futures = "0.3.30"
[features] [features]
file_util = ["tokio/fs"] file_util = ["tokio/fs"]
request_util = ["reqwest"] request_util = ["reqwest"]