Skip to content

Commit 2591bfb

Browse files
authored
Fix handling of junctions in Windows Containers on Windows (#18192)
Takes https://github.com/tesuji/junction/releases/tag/v1.4.2 with tesuji/junction#33 Closes #17966
1 parent 3697a2d commit 2591bfb

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ indicatif = { version = "0.18.0" }
132132
indoc = { version = "2.0.5" }
133133
itertools = { version = "0.14.0" }
134134
jiff = { version = "0.2.0", features = ["serde"] }
135-
junction = { version = "1.2.0" }
135+
junction = { version = "1.4.2" }
136136
mailparse = { version = "0.16.0" }
137137
md-5 = { version = "0.10.6" }
138138
memchr = { version = "2.7.4" }

0 commit comments

Comments
 (0)