diff --git a/Cargo.toml b/Cargo.toml index f15dbc05..00492ca2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } diff --git a/libs/client-api/Cargo.toml b/libs/client-api/Cargo.toml index d8f8a584..758397be 100644 --- a/libs/client-api/Cargo.toml +++ b/libs/client-api/Cargo.toml @@ -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" diff --git a/libs/infra/Cargo.toml b/libs/infra/Cargo.toml index ce1714e8..bc2d152e 100644 --- a/libs/infra/Cargo.toml +++ b/libs/infra/Cargo.toml @@ -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"] \ No newline at end of file +request_util = ["reqwest"]