diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3877ac58f9..cb4ec13ea5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -119,6 +119,7 @@ jobs: run: | cargo update -p tokio --precise 1.38.1 cargo update -p tokio-util --precise 0.7.11 + cargo update -p hashbrown --precise 0.15.0 - name: Check run: cargo check --features full