diff --git a/.gitlab-ci/nextest.module.json b/.gitlab-ci/nextest.module.json index b13e9b0a..0049548d 100644 --- a/.gitlab-ci/nextest.module.json +++ b/.gitlab-ci/nextest.module.json @@ -4,8 +4,8 @@ "sources": [ { "type": "archive", - "url": "https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.100/cargo-nextest-0.9.100-x86_64-unknown-linux-gnu.tar.gz", - "sha256": "de8843f9d4cd72ba7ff3995679536b8a5638ebc8f94848cb988c7549d9dc4e7d", + "url": "https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.115/cargo-nextest-0.9.115-x86_64-unknown-linux-gnu.tar.gz", + "sha256": "d5e4b9cf07323fc1706b58daff06c1a1ed36f3479a816ab7867956da7a1f2142", "dest": "cargo-nextest", "strip-components": 0 }