diff --git a/Cargo.lock b/Cargo.lock index 6b3011a14e2..fd830673743 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1715,9 +1715,9 @@ checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17" [[package]] name = "lexopt" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fa0e2a1fcbe2f6be6c42e342259976206b383122fc152e872795338b5a3f3a7" +checksum = "803ec87c9cfb29b9d2633f20cba1f488db3fd53f2158b1024cbefb47ba05d413" [[package]] name = "libbz2-rs-sys" diff --git a/Cargo.toml b/Cargo.toml index 8debf3ca321..4560b647a9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,9 +40,9 @@ cfg-if = { workspace = true } log = { workspace = true } flame = { workspace = true, optional = true } -lexopt = "0.3" -dirs = { package = "dirs-next", version = "2.0" } -env_logger = "0.11" +lexopt = "0.3.2" +dirs = { package = "dirs-next", version = "2.0.0" } +env_logger = "0.11.9" flamescope = { version = "0.1.2", optional = true } [target.'cfg(windows)'.dependencies] @@ -165,56 +165,56 @@ ruff_source_file = { git = "https://github.com/astral-sh/ruff.git", rev = "e4c7f phf = { version = "0.13.1", default-features = false, features = ["macros"]} ahash = "0.8.12" -ascii = "1.1" +ascii = "1.1.0" bitflags = "2.11.0" bitflagset = "0.0.3" -bstr = "1" -cfg-if = "1.0" +bstr = "1.12.1" +cfg-if = "1.0.4" chrono = { version = "0.4.44", default-features = false, features = ["clock", "oldtime", "std"] } -constant_time_eq = "0.4" -criterion = { version = "0.8", features = ["html_reports"] } +constant_time_eq = "0.4.2" +criterion = { version = "0.8.2", features = ["html_reports"] } crossbeam-utils = "0.8.21" flame = "0.2.2" -getrandom = { version = "0.3", features = ["std"] } -glob = "0.3" +getrandom = { version = "0.3.4", features = ["std"] } +glob = "0.3.3" hex = "0.4.3" indexmap = { version = "2.13.0", features = ["std"] } -insta = "1.46" +insta = "1.46.3" itertools = "0.14.0" is-macro = "0.3.7" junction = "1.4.2" libc = "0.2.183" -libffi = "5" +libffi = "5.1.0" log = "0.4.29" -nix = { version = "0.30", features = ["fs", "user", "process", "term", "time", "signal", "ioctl", "socket", "sched", "zerocopy", "dir", "hostname", "net", "poll"] } +nix = { version = "0.30.1", features = ["fs", "user", "process", "term", "time", "signal", "ioctl", "socket", "sched", "zerocopy", "dir", "hostname", "net", "poll"] } malachite-bigint = "0.9.1" malachite-q = "0.9.1" malachite-base = "0.9.1" memchr = "2.8.0" num-complex = "0.4.6" num-integer = "0.1.46" -num-traits = "0.2" -num_enum = { version = "0.7", default-features = false } -optional = "0.5" +num-traits = "0.2.19" +num_enum = { version = "0.7.6", default-features = false } +optional = "0.5.0" parking_lot = "0.12.3" paste = "1.0.15" proc-macro2 = "1.0.105" pymath = { version = "0.2.0", features = ["mul_add", "malachite-bigint", "complex"] } quote = "1.0.45" radium = "1.1.1" -rand = "0.9" -rand_core = { version = "0.9", features = ["os_rng"] } -rustix = { version = "1.1", features = ["event"] } +rand = "0.9.2" +rand_core = { version = "0.9.5", features = ["os_rng"] } +rustix = { version = "1.1.4", features = ["event"] } rustyline = "17.0.1" serde = { package = "serde_core", version = "1.0.225", default-features = false, features = ["alloc"] } schannel = "0.1.28" -scoped-tls = "1" -scopeguard = "1" -static_assertions = "1.1" -strum = "0.27" -strum_macros = "0.28" -syn = "2" -thiserror = "2.0" +scoped-tls = "1.0.1" +scopeguard = "1.2.0" +static_assertions = "1.1.0" +strum = "0.27.2" +strum_macros = "0.28.0" +syn = "2.0.117" +thiserror = "2.0.18" unicode-casing = "0.1.1" unic-char-property = "0.9.0" unic-normal = "0.9.0" @@ -223,7 +223,7 @@ unic-ucd-bidi = "0.9.0" unic-ucd-category = "0.9.0" unic-ucd-ident = "0.9.0" unicode_names2 = "2.0.0" -unicode-bidi-mirroring = "0.4" +unicode-bidi-mirroring = "0.4.0" widestring = "1.2.0" windows-sys = "0.61.2" wasm-bindgen = "0.2.106"