Skip to content

Commit

Permalink
Use workspace dependency for tempfile in sub workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Coruscant11 committed Nov 29, 2024
1 parent 590294a commit 7bd5ba2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ syn = { version = "2.0.77" }
sys-info = { version = "0.9.1" }
tar = { version = "0.4.43" }
target-lexicon = { version = "0.12.16" }
tempfile = { version = "3.12.0" }
tempfile = { version = "3.14.0" }
textwrap = { version = "0.16.1" }
thiserror = { version = "2.0.0" }
tl = { git = "https://github.com/astral-sh/tl.git", rev = "6e25b2ee2513d75385101a8ff9f591ef51f314ec" }
Expand Down
2 changes: 1 addition & 1 deletion crates/uv-build-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ workspace = true
[dev-dependencies]
indoc = { version = "2.0.5" }
insta = { version = "1.40.0", features = ["filters"] }
tempfile = { version = "3.12.0" }
tempfile = { workspace = true }
2 changes: 1 addition & 1 deletion crates/uv-globfilter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ walkdir = { workspace = true }
[dev-dependencies]
fs-err = { workspace = true }
insta = "1.41.1"
tempfile = "3.14.0"
tempfile = { workspace = true }

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/uv-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ assert_fs = { version = "1.1.2" }
indoc = { version = "2.0.5" }
itertools = { version = "0.13.0" }
temp-env = { version = "0.3.6" }
tempfile = { version = "3.12.0" }
tempfile = { workspace = true }
test-log = { version = "0.2.16", features = ["trace"], default-features = false }
2 changes: 1 addition & 1 deletion crates/uv-requirements-txt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ assert_fs = { version = "1.1.2" }
indoc = { version = "2.0.5" }
insta = { version = "1.40.0", features = ["filters"] }
itertools = { version = "0.13.0" }
tempfile = { version = "3.12.0" }
tempfile = { workspace = true }
test-case = { version = "3.3.1" }
tokio = { version = "1.40.0" }

0 comments on commit 7bd5ba2

Please sign in to comment.