diff --git a/crates/uv-build-backend/Cargo.toml b/crates/uv-build-backend/Cargo.toml index 28658af36..d2e605702 100644 --- a/crates/uv-build-backend/Cargo.toml +++ b/crates/uv-build-backend/Cargo.toml @@ -42,6 +42,6 @@ zip = { workspace = true } workspace = true [dev-dependencies] -indoc = { version = "2.0.5" } +indoc = { workspace = true } insta = { version = "1.40.0", features = ["filters"] } tempfile = { workspace = true } diff --git a/crates/uv-distribution/Cargo.toml b/crates/uv-distribution/Cargo.toml index eebbc1dd5..b0fdefb96 100644 --- a/crates/uv-distribution/Cargo.toml +++ b/crates/uv-distribution/Cargo.toml @@ -57,7 +57,7 @@ walkdir = { workspace = true } zip = { workspace = true } [dev-dependencies] -indoc = { version = "2.0.5" } +indoc = { workspace = true } insta = { version = "1.40.0", features = ["filters", "json", "redactions"] } [features] diff --git a/crates/uv-install-wheel/Cargo.toml b/crates/uv-install-wheel/Cargo.toml index f44e96afa..c11bdf0fc 100644 --- a/crates/uv-install-wheel/Cargo.toml +++ b/crates/uv-install-wheel/Cargo.toml @@ -60,4 +60,4 @@ self-replace = { workspace = true } [dev-dependencies] anyhow = { version = "1.0.89" } assert_fs = { version = "1.1.2" } -indoc = { version = "2.0.5" } +indoc = { workspace = true } diff --git a/crates/uv-pep440/Cargo.toml b/crates/uv-pep440/Cargo.toml index cc8aab8e0..c8b25acaf 100644 --- a/crates/uv-pep440/Cargo.toml +++ b/crates/uv-pep440/Cargo.toml @@ -29,7 +29,7 @@ unscanny = { workspace = true } version-ranges = { workspace = true, optional = true } [dev-dependencies] -indoc = { version = "2.0.5" } +indoc = { workspace = true } tracing = { workspace = true } [features] diff --git a/crates/uv-python/Cargo.toml b/crates/uv-python/Cargo.toml index b37d49849..074784f3f 100644 --- a/crates/uv-python/Cargo.toml +++ b/crates/uv-python/Cargo.toml @@ -71,7 +71,7 @@ windows-result = { workspace = true } [dev-dependencies] anyhow = { version = "1.0.89" } assert_fs = { version = "1.1.2" } -indoc = { version = "2.0.5" } +indoc = { workspace = true } itertools = { version = "0.13.0" } temp-env = { version = "0.3.6" } tempfile = { workspace = true } diff --git a/crates/uv-requirements-txt/Cargo.toml b/crates/uv-requirements-txt/Cargo.toml index 5213c332c..dae6b3870 100644 --- a/crates/uv-requirements-txt/Cargo.toml +++ b/crates/uv-requirements-txt/Cargo.toml @@ -39,7 +39,7 @@ http = ["reqwest", "reqwest-middleware"] [dev-dependencies] anyhow = { version = "1.0.89" } assert_fs = { version = "1.1.2" } -indoc = { version = "2.0.5" } +indoc = { workspace = true } insta = { version = "1.40.0", features = ["filters"] } itertools = { version = "0.13.0" } tempfile = { workspace = true } diff --git a/crates/uv-settings/Cargo.toml b/crates/uv-settings/Cargo.toml index afee1de22..33729e806 100644 --- a/crates/uv-settings/Cargo.toml +++ b/crates/uv-settings/Cargo.toml @@ -47,4 +47,4 @@ ignored = ["uv-options-metadata", "clap"] [dev-dependencies] assert_fs = { version = "1.1.2" } -indoc = { version = "2.0.5" } +indoc = { workspace = true } diff --git a/crates/uv/Cargo.toml b/crates/uv/Cargo.toml index 9c049d757..8f35a9fb9 100644 --- a/crates/uv/Cargo.toml +++ b/crates/uv/Cargo.toml @@ -101,13 +101,13 @@ zip = { workspace = true } [dev-dependencies] assert_cmd = { version = "2.0.16" } assert_fs = { version = "1.1.2" } -base64 = { version = "0.22.1" } +base64 = { workspace = true } byteorder = { version = "1.5.0" } etcetera = { workspace = true } filetime = { version = "0.2.25" } flate2 = { workspace = true, default-features = false } ignore = { version = "0.4.23" } -indoc = { version = "2.0.5" } +indoc = { workspace = true } insta = { version = "1.40.0", features = ["filters", "json"] } predicates = { version = "3.1.2" } regex = { workspace = true }