Skip to content

Commit 691472c

Browse files
committed
Pin to minor version
1 parent a46e6bd commit 691472c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -163,27 +163,27 @@ ruff_python_ast = { git = "https://github.com/astral-sh/ruff.git", tag = "0.11.0
163163
ruff_text_size = { git = "https://github.com/astral-sh/ruff.git", tag = "0.11.0" }
164164
ruff_source_file = { git = "https://github.com/astral-sh/ruff.git", tag = "0.11.0" }
165165

166-
ahash = "0.8"
166+
ahash = "0.8.12"
167167
ascii = "1.1"
168-
bitflags = "2.9"
168+
bitflags = "2.9.4"
169169
bstr = "1"
170170
cfg-if = "1.0"
171171
chrono = "0.4.42"
172172
constant_time_eq = "0.4"
173173
criterion = { version = "0.7", features = ["html_reports"] }
174-
crossbeam-utils = "0.8"
174+
crossbeam-utils = "0.8.21"
175175
flame = "0.2.2"
176176
getrandom = { version = "0.3", features = ["std"] }
177177
glob = "0.3"
178178
hex = "0.4.3"
179-
indexmap = { version = "2.11", features = ["std"] }
179+
indexmap = { version = "2.11.3", features = ["std"] }
180180
insta = "1.42"
181-
itertools = "0.14"
181+
itertools = "0.14.0"
182182
is-macro = "0.3.7"
183-
junction = "1.3"
183+
junction = "1.3.0"
184184
libc = "0.2.169"
185185
libffi = "4.1"
186-
log = "0.4"
186+
log = "0.4.28"
187187
nix = { version = "0.30", features = ["fs", "user", "process", "term", "time", "signal", "ioctl", "socket", "sched", "zerocopy", "dir", "hostname", "net", "poll"] }
188188
malachite-bigint = "0.6"
189189
malachite-q = "0.6"
@@ -204,25 +204,25 @@ radium = "1.1.1"
204204
rand = "0.9"
205205
rand_core = { version = "0.9", features = ["os_rng"] }
206206
rustix = { version = "1.0", features = ["event"] }
207-
rustyline = "17.0"
208-
serde = { version = "1.0", default-features = false }
209-
schannel = "0.1"
207+
rustyline = "17.0.1"
208+
serde = { version = "1.0.225", default-features = false }
209+
schannel = "0.1.28"
210210
scoped-tls = "1"
211211
scopeguard = "1"
212212
static_assertions = "1.1"
213213
strum = "0.27"
214214
strum_macros = "0.27"
215215
syn = "2"
216216
thiserror = "2.0"
217-
thread_local = "1.1"
218-
unicode-casing = "0.1"
217+
thread_local = "1.1.9"
218+
unicode-casing = "0.1.1"
219219
unic-char-property = "0.9.0"
220220
unic-normal = "0.9.0"
221221
unic-ucd-age = "0.9.0"
222222
unic-ucd-bidi = "0.9.0"
223223
unic-ucd-category = "0.9.0"
224224
unic-ucd-ident = "0.9.0"
225-
unicode_names2 = "2.0"
225+
unicode_names2 = "2.0.0"
226226
unicode-bidi-mirroring = "0.4"
227227
widestring = "1.2.0"
228228
windows-sys = "0.59.0"

0 commit comments

Comments
 (0)