diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 875152fc..aceac44e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -52,9 +52,7 @@ jobs:
         uses: ./.github/actions/install-tools
 
       - name: Install Rust tools
-        run: cargo binstall -y cargo-tarpaulin
-        env:
-          GITHUB_TOKEN: ${{ github.token }}
+        run: cargo install cargo-tarpaulin
 
       - name: Prepare Git boundaries for affected projects
         uses: nrwl/nx-set-shas@v4
diff --git a/Cargo.toml b/Cargo.toml
index abc3fcd3..3f56a0be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ members = [
 version = "0.11.0"
 authors = ["Jérémy Levilain <jeremy@jeremylvln.fr>"]
 edition = "2021"
-rust-version = "1.80.1"
+rust-version = "1.84.0"
 publish = false
 
 [workspace.dependencies]