diff --git a/.github/renovate.json b/.github/renovate.json index 8cea826..55db6df 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,10 +16,6 @@ "matchManagers": ["custom.regex"], "matchFileNames": [".github/workflows/ci.yaml"], "schedule": ["* * 1 */3 *"] - }, - { - "matchPackageNames": ["tokio-rs/tokio"], - "extractVersion": "^tokio-(?\\d+\\.\\d+\\.\\d+)$" } ] } diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 26c6b77..bfe0ecb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -61,10 +61,10 @@ jobs: repo: BurntSushi/ripgrep ref: 15.1.0 expect_file: crates/core/main.rs - - name: tokio - repo: tokio-rs/tokio - ref: tokio-1.52.3 - expect_file: tokio/src/lib.rs + - name: hyper + repo: hyperium/hyper + ref: v1.9.0 + expect_file: src/lib.rs - name: serde repo: serde-rs/serde ref: v1.0.228