Skip to content

Commit dcbc5f1

Browse files
fix: move common deps to workspace dependencies
Signed-off-by: Andrew Paprotsky <apaprotskyi@nvidia.com>
1 parent dca6139 commit dcbc5f1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ clap = { version = "4.5", features = ["derive", "env"] }
3030
config = { version = "0.15", features = ["yaml", "toml", "json"] }
3131
crc32c = "0.6.8"
3232
colored = "3.0.0"
33+
fd-lock = "4.0.4"
34+
google-cloud-gax = "1.8.0"
3335
google-cloud-storage = { version = "1.9.0", default-features = false }
3436
hf-hub = { version = "0.4.3", default-features = false, features = [
3537
"tokio",

modelexpress_common/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ google-cloud-storage = { workspace = true }
3535
rustls = { workspace = true }
3636
crc32c = { workspace = true }
3737
futures = { workspace = true }
38-
fd-lock = "4.0.4"
38+
fd-lock = { workspace = true }
3939

4040
[dev-dependencies]
41-
google-cloud-gax = "1.8.0"
41+
google-cloud-gax = { workspace = true }
4242
mockall = "0.13"
4343
tempfile = "3.20"
4444
tokio-test = "0.4"

0 commit comments

Comments
 (0)