Skip to content

Commit c86b4a1

Browse files
committed
Fix -Zdirect-minimal-versions build by updating url and once-cell
...or rather, updating the direct requirement specs for those two. This has no effect on what we build within the libsignal workspace; the lockfile already uses more recent versions. The versions chosen are the minimum required by our other recently-bumped dependencies.
1 parent 184b5b9 commit c86b4a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ minidump-unwind = { version = "0.22.1", default-features = false }
160160
mp4san = "0.5.3"
161161
neon = { version = "1.1.0", default-features = false }
162162
nonzero_ext = "0.3.0"
163-
once_cell = "1.19.0"
163+
once_cell = "1.20.0"
164164
partial-default = "0.1.0"
165165
paste = "1.0.15"
166166
pin-project = "1.1.5"
@@ -212,7 +212,7 @@ tonic-prost-build = "0.14"
212212
tower-service = "0.3.3"
213213
tungstenite = "0.28.0"
214214
unicode-segmentation = "1.12.0"
215-
url = "2.4.1"
215+
url = "2.5.4"
216216
uuid = "1.5"
217217
visibility = "0.1.1"
218218
warp = "0.4.2"

0 commit comments

Comments
 (0)