Skip to content

Dependency Dashboard #267

@bootc-bot

Description

@bootc-bot

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

PR Edited (Blocked)

The following updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox below.

Detected Dependencies

cargo (14)
Cargo.toml (3)
  • cap-std-ext 5.0
  • ocidir 0.7.2
  • jsonrpc-fdpass 0.1.0
crates/composefs-boot/Cargo.toml (9)
  • anyhow 1.0.87
  • fn-error-context 0.2
  • hex 0.4.0
  • regex-automata 0.4.4
  • rustix 1.0.0
  • thiserror 2.0.0
  • zerocopy 0.8.0
  • indoc 2
  • similar-asserts 1.7.0 → [Updates: 2.0.0]
crates/composefs-ctl/Cargo.toml (11)
  • anyhow 1.0.87
  • fn-error-context 0.2
  • clap 4.5.0
  • comfy-table 7.1
  • env_logger 0.11.0
  • hex 0.4.0
  • indicatif 0.17.0 → [Updates: 0.18.0]
  • rustix 1.0.0
  • serde 1.0
  • serde_json 1.0
  • tokio 1.24.2
crates/composefs-erofs-debug/Cargo.toml (1)
  • clap 4.0.1
crates/composefs-fuse/Cargo.toml (4)
  • anyhow 1.0.98
  • fuser 0.15.1 → [Updates: 0.17.0]
  • log 0.4.8
  • rustix 1.0.0
crates/composefs-http/Cargo.toml (8)
  • anyhow 1.0.87
  • bytes 1.7.1
  • hex 0.4.0
  • indicatif 0.18.0
  • reqwest 0.13.0
  • sha2 0.11.0
  • tokio 1.24.2
  • similar-asserts 1.7.0 → [Updates: 2.0.0]
crates/composefs-integration-tests/Cargo.toml (12)
  • anyhow 1
  • hex 0.4
  • libtest-mimic 0.8
  • linkme 0.3
  • paste 1
  • rustix 1
  • serde 1
  • serde_json 1
  • tar 0.4
  • tempfile 3
  • tokio 1
  • xshell 0.2
crates/composefs-ioctls/Cargo.toml (4)
  • rustix 1.0.0
  • thiserror 2
  • tempfile 3.8.0
  • test-with 0.16
crates/composefs-oci/Cargo.toml (27)
  • anyhow 1.0.87
  • fn-error-context 0.2
  • async-compression 0.4.0
  • base64 0.22
  • bytes 1
  • containers-image-proxy 0.10
  • hex 0.4.0
  • indicatif 0.18.0
  • rustix 1.0.0
  • serde 1.0
  • thiserror 2.0.0
  • serde_json 1.0
  • sha2 0.11.0
  • rand 0.10.0
  • tar 0.4.38
  • tar-core 0.1.0
  • tokio 1.24.2
  • tokio-util 0.7
  • tracing 0.1
  • cap-std 4.0.0
  • cap-tempfile 4.0.0
  • similar-asserts 1.7.0 → [Updates: 2.0.0]
  • tar 0.4.38
  • rand 0.10.0
  • once_cell 1.21.3
  • proptest 1
  • tempfile 3.8.0
crates/composefs-setup-root/Cargo.toml (9)
  • anyhow 1.0.87
  • fn-error-context 0.2
  • clap 4.0.1
  • env_logger 0.11.0
  • hex 0.4.3
  • rustix 1.0.0
  • serde 1.0.145
  • toml 1.0.0
  • similar-asserts 1.7.0 → [Updates: 2.0.0]
crates/composefs-splitfdstream/Cargo.toml (3)
  • rustix 1.0.0
  • proptest 1
  • tempfile 3.8.0
crates/composefs-storage/Cargo.toml (18)
  • anyhow 1.0
  • base64 0.22
  • cap-std 4.0
  • cap-std-ext 4.0 → [Updates: 5.0]
  • crc 3.0
  • flate2 1.0
  • oci-spec 0.9
  • rustix 1.0
  • serde 1.0
  • serde_json 1.0
  • sha2 0.10 → [Updates: 0.11]
  • tar-core 0.1.0
  • thiserror 2.0
  • tokio 1.40
  • toml 0.8 → [Updates: 1.0]
  • tracing 0.1
  • zstd 0.13
  • tempfile 3.8
crates/composefs/Cargo.toml (25)
  • anyhow 1.0.87
  • serde 1.0
  • fn-error-context 0.2
  • hex 0.4.0
  • log 0.4.8
  • once_cell 1.21.3
  • rustix 1.0.0
  • serde_json 1.0
  • sha2 0.11.0
  • thiserror 2.0.0
  • tokio 1.24.2
  • tempfile 3.8.0
  • xxhash-rust 0.8.2
  • zerocopy 0.8.0
  • zstd 0.13.0
  • rand 0.10.0
  • tokio-stream 0.1.18
  • cap-std 4.0.0
  • cap-tempfile 4.0.0
  • insta 1.42.2
  • proptest 1
  • similar-asserts 1.7.0 → [Updates: 2.0.0]
  • tempfile 3.8.0
  • test-with 0.16
  • tokio-test 0.4.4
crates/composefs/fuzz/Cargo.toml (1)
  • libfuzzer-sys 0.4
dockerfile (1)
Containerfile
github-actions (4)
.github/workflows/bootc-revdep.yml (3)
  • actions/checkout v6
  • bootc-dev/actions main
  • ubuntu 24.04
.github/workflows/ci.yml (26)
  • dtolnay/rust-toolchain nightly
  • actions/checkout v6
  • actions/checkout v6
  • actions/checkout v6
  • bootc-dev/actions main
  • dtolnay/rust-toolchain stable
  • taiki-e/install-action nextest
  • Swatinem/rust-cache v2
  • actions/checkout v6
  • dtolnay/rust-toolchain nightly
  • extractions/setup-just v4
  • Swatinem/rust-cache v2
  • actions/upload-artifact v7
  • actions/checkout v6
  • bootc-dev/actions main
  • dtolnay/rust-toolchain stable
  • taiki-e/install-action nextest
  • Swatinem/rust-cache v2
  • actions/checkout v6
  • actions/cache v5
  • ubuntu 24.04
  • ubuntu 24.04
  • ubuntu 24.04
  • ubuntu 24.04
  • ubuntu 24.04
  • ubuntu 24.04
.github/workflows/mirror-fixture-images.yml (2)
  • actions/checkout v6
  • ubuntu 24.04
.github/workflows/publish.yml (3)
  • actions/checkout v6
  • rust-lang/crates-io-auth-action v1
  • ubuntu 24.04
renovate-config (1)
renovate.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions