@@ -40,9 +40,9 @@ cfg-if = { workspace = true }
4040log = { workspace = true }
4141flame = { workspace = true , optional = true }
4242
43- lexopt = " 0.3"
44- dirs = { package = " dirs-next" , version = " 2.0" }
45- env_logger = " 0.11"
43+ lexopt = " 0.3.2 "
44+ dirs = { package = " dirs-next" , version = " 2.0.0 " }
45+ env_logger = " 0.11.9 "
4646flamescope = { version = " 0.1.2" , optional = true }
4747
4848[target .'cfg(windows)' .dependencies ]
@@ -165,56 +165,56 @@ ruff_source_file = { git = "https://github.com/astral-sh/ruff.git", rev = "e4c7f
165165
166166phf = { version = " 0.13.1" , default-features = false , features = [" macros" ]}
167167ahash = " 0.8.12"
168- ascii = " 1.1"
168+ ascii = " 1.1.0 "
169169bitflags = " 2.11.0"
170170bitflagset = " 0.0.3"
171- bstr = " 1"
172- cfg-if = " 1.0"
171+ bstr = " 1.12.1 "
172+ cfg-if = " 1.0.4 "
173173chrono = { version = " 0.4.44" , default-features = false , features = [" clock" , " oldtime" , " std" ] }
174- constant_time_eq = " 0.4"
175- criterion = { version = " 0.8" , features = [" html_reports" ] }
174+ constant_time_eq = " 0.4.2 "
175+ criterion = { version = " 0.8.2 " , features = [" html_reports" ] }
176176crossbeam-utils = " 0.8.21"
177177flame = " 0.2.2"
178- getrandom = { version = " 0.3" , features = [" std" ] }
179- glob = " 0.3"
178+ getrandom = { version = " 0.3.4 " , features = [" std" ] }
179+ glob = " 0.3.3 "
180180hex = " 0.4.3"
181181indexmap = { version = " 2.13.0" , features = [" std" ] }
182- insta = " 1.46"
182+ insta = " 1.46.3 "
183183itertools = " 0.14.0"
184184is-macro = " 0.3.7"
185185junction = " 1.4.2"
186186libc = " 0.2.183"
187- libffi = " 5"
187+ libffi = " 5.1.0 "
188188log = " 0.4.29"
189- nix = { version = " 0.30" , features = [" fs" , " user" , " process" , " term" , " time" , " signal" , " ioctl" , " socket" , " sched" , " zerocopy" , " dir" , " hostname" , " net" , " poll" ] }
189+ nix = { version = " 0.30.1 " , features = [" fs" , " user" , " process" , " term" , " time" , " signal" , " ioctl" , " socket" , " sched" , " zerocopy" , " dir" , " hostname" , " net" , " poll" ] }
190190malachite-bigint = " 0.9.1"
191191malachite-q = " 0.9.1"
192192malachite-base = " 0.9.1"
193193memchr = " 2.8.0"
194194num-complex = " 0.4.6"
195195num-integer = " 0.1.46"
196- num-traits = " 0.2"
197- num_enum = { version = " 0.7" , default-features = false }
198- optional = " 0.5"
196+ num-traits = " 0.2.19 "
197+ num_enum = { version = " 0.7.6 " , default-features = false }
198+ optional = " 0.5.0 "
199199parking_lot = " 0.12.3"
200200paste = " 1.0.15"
201201proc-macro2 = " 1.0.105"
202202pymath = { version = " 0.2.0" , features = [" mul_add" , " malachite-bigint" , " complex" ] }
203203quote = " 1.0.45"
204204radium = " 1.1.1"
205- rand = " 0.9"
206- rand_core = { version = " 0.9" , features = [" os_rng" ] }
207- rustix = { version = " 1.1" , features = [" event" ] }
205+ rand = " 0.9.2 "
206+ rand_core = { version = " 0.9.5 " , features = [" os_rng" ] }
207+ rustix = { version = " 1.1.4 " , features = [" event" ] }
208208rustyline = " 17.0.1"
209209serde = { package = " serde_core" , version = " 1.0.225" , default-features = false , features = [" alloc" ] }
210210schannel = " 0.1.28"
211- scoped-tls = " 1"
212- scopeguard = " 1"
213- static_assertions = " 1.1"
214- strum = " 0.27"
215- strum_macros = " 0.28"
216- syn = " 2"
217- thiserror = " 2.0"
211+ scoped-tls = " 1.0.1 "
212+ scopeguard = " 1.2.0 "
213+ static_assertions = " 1.1.0 "
214+ strum = " 0.27.2 "
215+ strum_macros = " 0.28.0 "
216+ syn = " 2.0.117 "
217+ thiserror = " 2.0.18 "
218218unicode-casing = " 0.1.1"
219219unic-char-property = " 0.9.0"
220220unic-normal = " 0.9.0"
@@ -223,7 +223,7 @@ unic-ucd-bidi = "0.9.0"
223223unic-ucd-category = " 0.9.0"
224224unic-ucd-ident = " 0.9.0"
225225unicode_names2 = " 2.0.0"
226- unicode-bidi-mirroring = " 0.4"
226+ unicode-bidi-mirroring = " 0.4.0 "
227227widestring = " 1.2.0"
228228windows-sys = " 0.61.2"
229229wasm-bindgen = " 0.2.106"
0 commit comments