diff --git a/Cargo.toml b/Cargo.toml index 0aea6e7b..dfcd1280 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,15 +59,15 @@ package = "triton-isa" anyhow = "1.0" arbitrary = { version = "1", features = ["derive"] } assert2 = "0.3" -colored = "2.1" +colored = "2.2" clap = { version = "4", features = ["derive", "cargo", "wrap_help", "unicode", "string"] } criterion = { package = "codspeed-criterion-compat", version = "2.7", features = ["html_reports"] } directories = "5" fs-err = "3.0" -get-size2 = { version = "0.1.2", features = ["derive"] } -indexmap = { version = "2.5.0", features = ["rayon"] } -insta = "1.41.0" -itertools = "0.13" +get-size2 = { version = "0.1.3", features = ["derive"] } +indexmap = { version = "2.7.0", features = ["rayon"] } +insta = "1.42.0" +itertools = "0.14" lazy_static = "1.5" ndarray = { version = "0.16", features = ["rayon"] } nom = "7.1" @@ -75,7 +75,7 @@ num-traits = "0.2" prettyplease = "0.2" pretty_assertions = "1.4" proc-macro2 = "1.0" -proptest = "1.5" +proptest = "1.6" proptest-arbitrary-interop = "0.1" quote = "1.0" rand = "0.8.5" @@ -87,9 +87,9 @@ strum = { version = "0.26", features = ["derive"] } syn = "2.0" test-strategy = "0.4.0" thiserror = "2.0" -twenty-first = "0.44.0" +twenty-first = "0.44.1" unicode-width = "0.2" -divan = "0.1.14" +divan = "0.1.17" [workspace.lints.rust] let_underscore_drop = "warn"