diff --git a/.github/workflows/bvt.yaml b/.github/workflows/bvt.yaml index 3b97767..819ff6e 100644 --- a/.github/workflows/bvt.yaml +++ b/.github/workflows/bvt.yaml @@ -1,7 +1,7 @@ name: BVT on: [pull_request] env: - RUST_VERSION: 1.85.1 + RUST_VERSION: 1.90.0 jobs: build: name: Build @@ -35,4 +35,3 @@ jobs: - run: rustup install ${{ env.RUST_VERSION }} && rustup default ${{ env.RUST_VERSION }} - run: make test - diff --git a/Cargo.toml b/Cargo.toml index 0a5b69f..8ed8e6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ nix = { version = "0.25.0", default-features = false, features = ["event", "fs", libc = "0.2" serde = { version = "1.0", features = ["derive"], optional = true } thiserror = "1" -oci-spec = { version = "0.8.1", optional = true } +oci-spec = { version = "0.10.0", optional = true } zbus = "5.8" bit-vec = "0.6"