Skip to content

Commit 3e8b585

Browse files
committed
Pin deps to their minor version
1 parent 247044a commit 3e8b585

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ cfg-if = { workspace = true }
4040
log = { workspace = true }
4141
flame = { 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"
4646
flamescope = { 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

166166
phf = { version = "0.13.1", default-features = false, features = ["macros"]}
167167
ahash = "0.8.12"
168-
ascii = "1.1"
168+
ascii = "1.1.0"
169169
bitflags = "2.11.0"
170170
bitflagset = "0.0.3"
171-
bstr = "1"
172-
cfg-if = "1.0"
171+
bstr = "1.12.1"
172+
cfg-if = "1.0.4"
173173
chrono = { 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"] }
176176
crossbeam-utils = "0.8.21"
177177
flame = "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"
180180
hex = "0.4.3"
181181
indexmap = { version = "2.13.0", features = ["std"] }
182-
insta = "1.46"
182+
insta = "1.46.3"
183183
itertools = "0.14.0"
184184
is-macro = "0.3.7"
185185
junction = "1.4.2"
186186
libc = "0.2.183"
187-
libffi = "5"
187+
libffi = "5.1.0"
188188
log = "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"] }
190190
malachite-bigint = "0.9.1"
191191
malachite-q = "0.9.1"
192192
malachite-base = "0.9.1"
193193
memchr = "2.8.0"
194194
num-complex = "0.4.6"
195195
num-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"
199199
parking_lot = "0.12.3"
200200
paste = "1.0.15"
201201
proc-macro2 = "1.0.105"
202202
pymath = { version = "0.2.0", features = ["mul_add", "malachite-bigint", "complex"] }
203203
quote = "1.0.45"
204204
radium = "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"] }
208208
rustyline = "17.0.1"
209209
serde = { package = "serde_core", version = "1.0.225", default-features = false, features = ["alloc"] }
210210
schannel = "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"
218218
unicode-casing = "0.1.1"
219219
unic-char-property = "0.9.0"
220220
unic-normal = "0.9.0"
@@ -223,7 +223,7 @@ unic-ucd-bidi = "0.9.0"
223223
unic-ucd-category = "0.9.0"
224224
unic-ucd-ident = "0.9.0"
225225
unicode_names2 = "2.0.0"
226-
unicode-bidi-mirroring = "0.4"
226+
unicode-bidi-mirroring = "0.4.0"
227227
widestring = "1.2.0"
228228
windows-sys = "0.61.2"
229229
wasm-bindgen = "0.2.106"

0 commit comments

Comments
 (0)