Skip to content

Commit

Permalink
chore(deps): Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ferdinand committed Jan 7, 2025
1 parent 52b5057 commit 792f1ae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,23 @@ 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"
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"
Expand All @@ -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"
Expand Down

0 comments on commit 792f1ae

Please sign in to comment.