diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3a5d9fa..8d47c15 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -73,6 +73,7 @@ jobs: cargo update cargo update --package tokio --precise 1.38.1 cargo update --package tokio-util --precise 0.7.11 + cargo update --package hashbrown --precise 0.15.0 - run: cargo check --features full miri: