diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 8f34ea10..17ec8ed6 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -11,4 +11,4 @@ jobs: steps: - uses: actions/checkout@v1 - uses: actions/setup-python@v1 - - uses: pre-commit/action@v2.0.0 + - uses: pre-commit/action@v2.0.3 diff --git a/Cargo.toml b/Cargo.toml index 67ccd7dc..8ba87b01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -41,7 +41,7 @@ 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" +trybuild = "1.0.85" [[bench]] name = "algos"