diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b8bdd16..46a244a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -82,7 +82,7 @@ jobs: container: # Code coverage is run inside the tarpaulin container with elevated # privileges so that it can instrument the code and collect coverage data. - image: xd009642/tarpaulin:0.37.0 + image: xd009642/tarpaulin:0.37.2 options: --security-opt seccomp=unconfined steps: