Skip to content

Commit 7cda89a

Browse files
chore: Upgrade dependencies
changelog: ignore
1 parent c55d826 commit 7cda89a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ package = "triton-isa"
5959
arbitrary = { version = "1", features = ["derive"] }
6060
assert2 = "0.3"
6161
colored = "3.0"
62-
criterion = { package = "codspeed-criterion-compat", version = "2.7", features = ["html_reports"] }
62+
criterion = { package = "codspeed-criterion-compat", version = "2.10", features = ["html_reports"] }
6363
fs-err = "3.1"
6464
get-size2 = { version = "0.5", features = ["derive"] }
65-
indexmap = { version = "2.7.1", features = ["rayon"] }
66-
insta = "1.42.1"
65+
indexmap = { version = "2.10.0", features = ["rayon"] }
66+
insta = "1.43.1"
6767
itertools = "0.14"
6868
lazy_static = "1.5"
6969
memory-stats = { version = "1.2", features = ["always_use_statm"] }
@@ -76,13 +76,13 @@ proc-macro2 = "1.0"
7676
proptest = "1.7"
7777
proptest-arbitrary-interop = "0.1"
7878
quote = "1.0"
79-
rand = "0.9.0"
79+
rand = "0.9.1"
8080
rayon = "1.10"
8181
serde = { version = "1", features = ["derive"] }
8282
serde_json = "1.0"
8383
strum = { version = "0.27", features = ["derive"] }
8484
syn = "2.0"
85-
test-strategy = "0.4.1"
85+
test-strategy = "0.4.2"
8686
thiserror = "2.0"
8787
twenty-first = "0.50.0"
8888
unicode-width = "0.2"

0 commit comments

Comments
 (0)