Dependency Dashboard
- Dominant language
- Rust
- Stars
- 87
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/8xFF/atm0s-sdn).
## Config Migration Needed
- [ ] Select this checkbox to let Renovate create an automated Config Migration PR.
## Rate-Limited
The following updates are currently rate-limited. To force their creation now, click on a checkbox below.
- [ ] fix(deps): update rust crate aes-gcm to 0.11
- [ ] fix(deps): update rust crate multiaddr to 0.19
- [ ] fix(deps): update rust crate signal-hook to v0.4.4
- [ ] chore(deps): update actions/cache action to v6
- [ ] chore(deps): update actions/checkout action to v7
- [ ] chore(deps): update codecov/codecov-action action to v7
- [ ] chore(deps): update docker/build-push-action action to v7
- [ ] chore(deps): update docker/login-action action to v4
- [ ] chore(deps): update docker/metadata-action action to v6
- [ ] chore(deps): update docker/setup-buildx-action action to v4
- [ ] chore(deps): update docker/setup-qemu-action action to v4
- [ ] chore(deps): update ubuntu docker tag to v26
- [ ] fix(deps): update rust crate bincode to v3
- [ ] fix(deps): update rust crate x25519-dalek to v3
- [ ] π **Create all rate-limited PRs at once** π
## Open
The following updates have all been created. To force a retry/rebase of any, click on a checkbox below.
- [ ] [chore(deps): update rust crate criterion to 0.8.0](../pull/199)
- [ ] [chore(deps): update rust crate mockall to 0.15](../pull/204)
- [ ] [chore(deps): update rust to v1.98.1](../pull/209)
- [ ] [fix(deps): update rust crate rand to v0.10.2](../pull/207)
- [ ] [fix(deps): update rust crate sha1 to 0.11](../pull/208)
- [ ] [fix(deps): update rust crate sha2 to 0.11](../pull/205)
- [ ] [chore(deps): update embarkstudios/cargo-deny-action action to v2](../pull/177)
- [ ] [chore(deps): update github artifact actions (major)](../pull/200) (`actions/download-artifact`, `actions/upload-artifact`)
- [ ] [chore(deps): update github/codeql-action action to v4](../pull/202)
- [ ] [chore(deps): update rust crate thiserror to v2](../pull/178)
- [ ] **Click on this checkbox to rebase all open PRs at once**
## Detected Dependencies
cargo (8)
bin/Cargo.toml (8)
- `signal-hook 0.3.17` β [Updates: `0.4.0`]
- `tokio 1`
- `poem 3`
- `rust-embed 8.2`
- `futures-util 0.3`
- `tracing-subscriber 0.3`
- `serde_json 1.0`
- `local-ip-address 0.6`Cargo.toml (12)
- `bincode 1.3` β [Updates: `3.0`]
- `serde 1.0`
- `thiserror 1.0` β [Updates: `2.0`]
- `log 0.4`
- `rand 0.8` β [Updates: `0.10`]
- `parking_lot 0.12`
- `env_logger 0.11`
- `clap 4.4`
- `mockall 0.13` β [Updates: `0.15`]
- `num_enum 0.7`
- `convert-enum 0.1.0`
- `sans-io-runtime 0.3`fuzz/Cargo.toml (1)
- `libfuzzer-sys 0.4`
packages/core/identity/Cargo.toml (2)
- `multiaddr 0.18` β [Updates: `0.19`]
- `rand 0.8` β [Updates: `0.10`]packages/core/router/Cargo.toml (2)
- `criterion 0.5.1` β [Updates: `0.8.0`]
- `rand 0.8.5` β [Updates: `0.10.0`]packages/core/utils/Cargo.toml
packages/network/Cargo.toml (8)
- `bytes 1.5`
- `bincode 1.3` β [Updates: `3.0`]
- `sha1 0.10` β [Updates: `0.11`]
- `num 0.4`
- `sha2 0.10` β [Updates: `0.11`]
- `x25519-dalek 2.0` β [Updates: `3.0`]
- `aes-gcm 0.10` β [Updates: `0.11`]
- `derivative 2.2`packages/runner/Cargo.toml (2)
- `signal-hook 0.3` β [Updates: `0.4`]
- `local-ip-address 0.6`
dockerfile (1)
Dockerfile (2)
- `ubuntu 22.04` β [Updates: `26.04`]
- `ubuntu 22.04` β [Updates: `26.04`]
github-actions (5)
.github/workflows/release-plz.yml (3)
- `actions/checkout v4` β [Updates: `v7`]
- `dtolnay/rust-toolchain stable`
- `MarcoIeni/release-plz-action v0.5`.github/workflows/release.yml (14)
- `actions/checkout v4` β [Updates: `v7`]
- `actions-rs/toolchain v1`
- `actions-rs/cargo v1`
- `actions/upload-artifact v4` β [Updates: `v7`]
- `svenstaro/upload-release-action v2`
- `actions/download-artifact v4` β [Updates: `v8`]
- `marvinpinto/action-automatic-releases latest`
- `docker/setup-qemu-action v3` β [Updates: `v4`]
- `docker/setup-buildx-action v3` β [Updates: `v4`]
- `actions/checkout v4` β [Updates: `v7`]
- `actions/download-artifact v4` β [Updates: `v8`]
- `docker/login-action v3` β [Updates: `v4`]
- `docker/metadata-action v5` β [Updates: `v6`]
- `docker/build-push-action v6` β [Updates: `v7`].github/workflows/rust-clippy.yml (4)
- `actions/checkout v4` β [Updates: `v7`]
- `actions/cache v4` β [Updates: `v6`]
- `arduino/setup-protoc v3`
- `github/codeql-action v3` β [Updates: `v4`].github/workflows/rust-fmt.yml (2)
- `actions/checkout v4` β [Updates: `v7`]
- `actions/cache v4` β [Updates: `v6`].github/workflows/rust.yml (7)
- `actions/checkout v4` β [Updates: `v7`]
- `actions/cache v4` β [Updates: `v6`]
- `arduino/setup-protoc v3`
- `taiki-e/install-action cargo-llvm-cov`
- `codecov/codecov-action v4` β [Updates: `v7`]
- `actions/checkout v4` β [Updates: `v7`]
- `EmbarkStudios/cargo-deny-action v1` β [Updates: `v2`]
rust-toolchain (1)
rust-toolchain.toml (1)
- `rust 1.83.0` β [Updates: `1.98.1`]
---
- [ ] Check this box to trigger a request for Renovate to run again on this repository
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.