8xFF / 8xFF/atm0s-reverse-proxy

Dependency Dashboard

Aperta
#51 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Rust
Stelle
22
Fork
9
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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-reverse-proxy).

## Rate-Limited

The following updates are currently rate-limited. To force their creation now, click on a checkbox below.

- [ ] chore(deps): update rust crate base64 to 0.23
- [ ] 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 github/codeql-action action to v4
- [ ] chore(deps): update rust crate bincode to v3
- [ ] chore(deps): update rust crate derive_more to v2
- [ ] chore(deps): update rust crate ed25519-dalek to v3
- [ ] chore(deps): update ubuntu docker tag to v26
- [ ] 🔐 **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 argh to v0.1.19](../pull/100)
- [ ] [chore(deps): update rust crate lru to 0.18](../pull/89)
- [ ] [chore(deps): update rust crate metrics to 0.24](../pull/49)
- [ ] [chore(deps): update rust crate rand to 0.10](../pull/88)
- [ ] [chore(deps): update rust crate rcgen to 0.14](../pull/99)
- [ ] [chore(deps): update actions/cache action to v6](../pull/104)
- [ ] [chore(deps): update actions/checkout action to v7](../pull/103)
- [ ] [chore(deps): update embarkstudios/cargo-deny-action action to v2](../pull/56)
- [ ] [chore(deps): update github artifact actions (major)](../pull/57) (`actions/download-artifact`, `actions/upload-artifact`)
- [ ] [chore(deps): update rust crate poem to v3](../pull/58)
- [ ] **Click on this checkbox to rebase all open PRs at once**

## Detected Dependencies

cargo (6)

bin/agent/Cargo.toml (1)

- `futures 0.3`

bin/relayer/Cargo.toml

Cargo.toml (36)

- `p2p 0.2`
- `log 0.4`
- `tokio-yamux 0.3`
- `clap 4.4`
- `argh =0.1.13` → [Updates: `=0.1.19`]
- `async-trait 0.1`
- `tokio 1`
- `httparse 1.8`
- `tls-parser 0.12`
- `rtsp-types 0.1`
- `tracing-subscriber 0.3`
- `picolog 1.0`
- `atm0s-sdn 0.2`
- `serde 1.0`
- `bincode 1.3` → [Updates: `3.0`]
- `metrics-dashboard 0.3`
- `poem 2.0` → [Updates: `3.0`]
- `metrics 0.22` → [Updates: `0.24`]
- `quinn 0.11`
- `rustls 0.23`
- `ed25519-dalek 2.1` → [Updates: `3.0`]
- `rand 0.8` → [Updates: `0.10`]
- `rcgen 0.13` → [Updates: `0.14`]
- `url 2.5`
- `base64 0.22` → [Updates: `0.23`]
- `local-ip-address 0.6`
- `derive_more 1.0` → [Updates: `2.0`]
- `thiserror 2.0`
- `anyhow 1.0`
- `parking_lot 0.12`
- `futures 0.3`
- `tokio-util 0.7`
- `test-log 0.2`
- `lru 0.12` → [Updates: `0.18`]
- `tokio-native-tls 0.3.1`
- `tokio-rustls 0.26.1`

crates/cert_utils/Cargo.toml

crates/protocol_ed25519/Cargo.toml

crates/protocol/Cargo.toml

dockerfile (1)

Dockerfile (2)

- `ubuntu 22.04` → [Updates: `26.04`]
- `ubuntu 22.04` → [Updates: `26.04`]

github-actions (6)

.github/workflows/clippy.yml (4)

- `actions/checkout v4` → [Updates: `v7`]
- `actions/cache v3` → [Updates: `v6`]
- `arduino/setup-protoc v3`
- `github/codeql-action v3` → [Updates: `v4`]

.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 (16)

- `actions/checkout v4` → [Updates: `v7`]
- `actions-rs/toolchain v1`
- `actions-rs/cargo v1`
- `actions-rs/cargo v1`
- `actions/upload-artifact v4` → [Updates: `v7`]
- `svenstaro/upload-release-action v2`
- `svenstaro/upload-release-action v2`
- `actions/download-artifact v3` → [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 v3` → [Updates: `v8`]
- `docker/login-action v3` → [Updates: `v4`]
- `docker/metadata-action v5` → [Updates: `v6`]
- `docker/build-push-action v5` → [Updates: `v7`]

.github/workflows/rust-fmt.yml (2)

- `actions/checkout v4` → [Updates: `v7`]
- `actions/cache v3` → [Updates: `v6`]

.github/workflows/rust.yml (7)

- `actions/checkout v4` → [Updates: `v7`]
- `actions/cache v3` → [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`]

.github/workflows/typos.yml (2)

- `actions/checkout v4` → [Updates: `v7`]
- `crate-ci/typos master`

---

- [ ] Check this box to trigger a request for Renovate to run again on this repository

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Direzione di ricerca

This is a Renovate dependency dashboard issue, not a task for a contributor. It automatically lists outdated dependencies and linked pull requests. For a first-timer, look for actual code changes in the linked PRs (like pull/100 for argh update) rather than this dashboard. The dashboard itself is for maintainers to manage automated updates.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
docker, github-actions, rust
Ambito
ci-cd, devops, tooling
Tipo di issue
Refactoring
Difficoltà
1/5
Tempo stimato
Meno di un'ora
Stato di attività
Ferma
Chiarezza
Specificata chiaramente
Idoneità per principianti
30/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.