@@ -51,7 +51,7 @@ rustyline = { workspace = true }
5151
5252[dev-dependencies ]
5353criterion = { workspace = true }
54- pyo3 = { version = " 0.24 " , features = [" auto-initialize" ] }
54+ pyo3 = { version = " 0.26 " , features = [" auto-initialize" ] }
5555
5656[[bench ]]
5757name = " execution"
@@ -163,27 +163,27 @@ ruff_python_ast = { git = "https://github.com/astral-sh/ruff.git", tag = "0.11.0
163163ruff_text_size = { git = " https://github.com/astral-sh/ruff.git" , tag = " 0.11.0" }
164164ruff_source_file = { git = " https://github.com/astral-sh/ruff.git" , tag = " 0.11.0" }
165165
166- ahash = " 0.8.11 "
166+ ahash = " 0.8.12 "
167167ascii = " 1.1"
168- bitflags = " 2.9.1 "
168+ bitflags = " 2.9.4 "
169169bstr = " 1"
170170cfg-if = " 1.0"
171- chrono = " 0.4.39 "
171+ chrono = " 0.4.42 "
172172constant_time_eq = " 0.4"
173- criterion = { version = " 0.5 " , features = [" html_reports" ] }
173+ criterion = { version = " 0.7 " , features = [" html_reports" ] }
174174crossbeam-utils = " 0.8.21"
175175flame = " 0.2.2"
176176getrandom = { version = " 0.3" , features = [" std" ] }
177177glob = " 0.3"
178178hex = " 0.4.3"
179- indexmap = { version = " 2.10.0 " , features = [" std" ] }
179+ indexmap = { version = " 2.11.3 " , features = [" std" ] }
180180insta = " 1.42"
181181itertools = " 0.14.0"
182182is-macro = " 0.3.7"
183- junction = " 1.2 .0"
183+ junction = " 1.3 .0"
184184libc = " 0.2.169"
185185libffi = " 4.1"
186- log = " 0.4.27 "
186+ log = " 0.4.28 "
187187nix = { version = " 0.30" , features = [" fs" , " user" , " process" , " term" , " time" , " signal" , " ioctl" , " socket" , " sched" , " zerocopy" , " dir" , " hostname" , " net" , " poll" ] }
188188malachite-bigint = " 0.6"
189189malachite-q = " 0.6"
@@ -204,26 +204,26 @@ radium = "1.1.1"
204204rand = " 0.9"
205205rand_core = { version = " 0.9" , features = [" os_rng" ] }
206206rustix = { version = " 1.0" , features = [" event" ] }
207- rustyline = " 17.0.0 "
208- serde = { version = " 1.0.133 " , default-features = false }
209- schannel = " 0.1.27 "
207+ rustyline = " 17.0.1 "
208+ serde = { version = " 1.0.225 " , default-features = false }
209+ schannel = " 0.1.28 "
210210scoped-tls = " 1"
211211scopeguard = " 1"
212212static_assertions = " 1.1"
213213strum = " 0.27"
214214strum_macros = " 0.27"
215215syn = " 2"
216216thiserror = " 2.0"
217- thread_local = " 1.1.8 "
218- unicode-casing = " 0.1.0 "
217+ thread_local = " 1.1.9 "
218+ unicode-casing = " 0.1.1 "
219219unic-char-property = " 0.9.0"
220220unic-normal = " 0.9.0"
221221unic-ucd-age = " 0.9.0"
222222unic-ucd-bidi = " 0.9.0"
223223unic-ucd-category = " 0.9.0"
224224unic-ucd-ident = " 0.9.0"
225- unicode_names2 = " 1.3 .0"
226- unicode-bidi-mirroring = " 0.2 "
225+ unicode_names2 = " 2.0 .0"
226+ unicode-bidi-mirroring = " 0.4 "
227227widestring = " 1.2.0"
228228windows-sys = " 0.59.0"
229229wasm-bindgen = " 0.2.100"
0 commit comments