Skip to content

Commit

Permalink
Replace dependabot by renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Sep 22, 2023
1 parent eed3595 commit 4044c32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
15 changes: 0 additions & 15 deletions .github/dependabot.yml

This file was deleted.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ num-traits = "0.2.16"
indexmap = "2.0.0"
rustc-hash = "1.1.0"
integer-sqrt = "0.1.5"
thiserror = "1.0.44"
thiserror = "1.0.48"
deprecate-until = "0.1.0"

[dev-dependencies]
codspeed-criterion-compat = "2.1.0"
codspeed-criterion-compat = "2.2.0"
itertools = "0.11.0"
lazy_static = "1.4.0"
movingai = "1.3.0"
Expand All @@ -40,8 +40,8 @@ rand = "0.8.5"
rand_xorshift = "0.3.0"
# Not a real dependency, but needed since criterion 0.4.0
# does not compile anymore as of 2022-10-03.
regex = "1.7.1"
trybuild = "1.0.82"
regex = "1.9.5"
trybuild = "1.0.85"

[[bench]]
name = "algos"
Expand Down

0 comments on commit 4044c32

Please sign in to comment.