Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Feb 16, 2025
1 parent 3c6f61c commit 19f4461
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ pre-release-replacements = [

[dependencies]
num-traits = "0.2.19"
indexmap = "2.5.0"
rustc-hash = "2.0.0"
indexmap = "2.7.1"
rustc-hash = "2.1.1"
integer-sqrt = "0.1.5"
thiserror = "2.0.0"
thiserror = "2.0.11"
deprecate-until = "0.1.1"

[dev-dependencies]
codspeed-criterion-compat = "2.7.2"
codspeed-criterion-compat = "2.8.0"
itertools = "0.14.0"
movingai = "1.3.1"
noisy_float = "0.2.0"
Expand All @@ -39,8 +39,8 @@ rand_xorshift = "0.4.0"
# Not a real dependency, but needed since criterion 0.4.0
# does not compile anymore as of 2022-10-03. This is still
# needed on 2024-11-24.
regex = "1.10.6"
trybuild = "1.0.99"
regex = "1.11.1"
trybuild = "1.0.103"
version_check = "0.9.5"

[lints.clippy]
Expand Down

0 comments on commit 19f4461

Please sign in to comment.