oxidecomputer / oxidecomputer/dropshot

Dependency Dashboard

Open
#238 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
1.2k
Forks
104
Avg merge
1d 19h
Merged PRs (30d)
22

Description

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.
View this repository on the Mend.io Web Portal.

Pending Approval

The following branches are pending approval. To create them, click on a checkbox below.

  • Update Rust crate anyhow to 1.0.104
  • Update Rust crate async-compression to v0.4.48
  • Update Rust crate async-trait to 0.1.92
  • Update Rust crate base64 to 0.23.1
  • Update Rust crate camino to 1.2.6
  • Update Rust crate expectorate to 1.3.0
  • Update Rust crate flate2 to v1.1.10
  • Update Rust crate futures to 0.3.34
  • Update Rust crate http to 1.5.0
  • Update Rust crate http-body-util to 0.1.5
  • Update Rust crate hyper to 1.11.1
  • Update Rust crate indexmap to 2.14.2
  • Update Rust crate libc to 0.2.189
  • Update Rust crate rcgen to 0.14.10
  • Update Rust crate reqwest to 0.13.5
  • Update Rust crate rustls to 0.23.45
  • Update Rust crate rustls-pki-types to 1.15.1
  • Update Rust crate schema to 0.2.1
  • Update Rust crate serde to 1.0.229
  • Update Rust crate serde_json to 1.0.151
  • Update Rust crate subprocess to 1.2.1
  • Update Rust crate syn to 3.0.6
  • Update Rust crate thiserror to 2.0.20
  • Update Rust crate tokio-rustls to 0.26.5
  • Update Rust crate toml to 1.1.6
  • Update Rust crate trybuild to 1.0.121
  • Update Rust crate uuid to 1.26.1
  • 🔐 Create all pending approval PRs at once 🔐

Detected Dependencies

cargo (2)
dropshot_endpoint/Cargo.toml (10)
  • heck 0.5.0
  • proc-macro2 1
  • quote 1
  • semver 1.0.28
  • serde_tokenstream 0.3.0
  • serde 1.0
  • syn 3.0.2 → [Updates: 3.0.6]
  • expectorate 1.2.0 → [Updates: 1.3.0]
  • prettyplease 0.3.0
  • schema 0.2.0 → [Updates: 0.2.1]
dropshot/Cargo.toml (64)
  • async-compression 0.4 → [Updates: 0.4]
  • async-stream 0.3.6
  • async-trait 0.1.89 → [Updates: 0.1.92]
  • base64 0.23.0 → [Updates: 0.23.1]
  • bytes 1
  • camino 1.2.2 → [Updates: 1.2.6]
  • debug-ignore 1.0.5
  • form_urlencoded 1.2.2
  • futures 0.3.32 → [Updates: 0.3.34]
  • hostname 0.4.2
  • http 1.4.1 → [Updates: 1.5.0]
  • http-body-util 0.1.3 → [Updates: 0.1.5]
  • indexmap 2.14.0 → [Updates: 2.14.2]
  • multer 3.1.0
  • paste 1.0.15
  • percent-encoding 2.3.2
  • rustls 0.23.40 → [Updates: 0.23.45]
  • rustls-pemfile 2.2.0
  • scopeguard 1.2.0
  • semver 1.0.28
  • serde_json 1.0.150 → [Updates: 1.0.151]
  • serde_path_to_error 0.1.20
  • serde_urlencoded 0.7.1
  • sha1 0.11.0
  • simple-mermaid 0.2.0
  • slog 2.8.2
  • slog-async 2.8.0
  • slog-bunyan 2.5.0
  • slog-json 2.6.1
  • slog-term 2.9.2
  • thiserror 2.0.18 → [Updates: 2.0.20]
  • tokio-rustls 0.26.4 → [Updates: 0.26.5]
  • toml 1.1.2 → [Updates: 1.1.6]
  • waitgroup 0.1.2
  • chrono 0.4.45
  • hyper 1.10.1 → [Updates: 1.11.1]
  • hyper-util 0.1.20
  • openapiv3 2.2.0
  • serde 1.0.228 → [Updates: 1.0.229]
  • tokio 1.52
  • tokio-util 0.7
  • usdt 0.6.0
  • uuid 1.23.2 → [Updates: 1.26.1]
  • schemars 0.8.22 → [Updates: 0.9.0, 1.2.2]
  • anyhow 1.0.102 → [Updates: 1.0.104]
  • async-channel 2.5.0
  • buf-list 1.1.2
  • expectorate 1.2.0 → [Updates: 1.3.0]
  • flate2 1.0 → [Updates: 1.0]
  • hyper-rustls 0.27.9
  • lazy_static 1.5.0
  • libc 0.2.186 → [Updates: 0.2.189]
  • mime_guess 2.0.5
  • subprocess 1.1.0 → [Updates: 1.2.1]
  • tempfile 3.27
  • trybuild 1.0.116 → [Updates: 1.0.121]
  • pem 4.0
  • rcgen 0.14.8 → [Updates: 0.14.10]
  • tokio-tungstenite 0.30.0
  • reqwest 0.13.4 → [Updates: 0.13.5]
  • rustls-pki-types 1.14.1 → [Updates: 1.15.1]
  • schemars 0.8.22 → [Updates: 0.9.0, 1.2.2]
  • slog 2.8.2
  • version_check 0.9.5
github-actions (2)
.github/workflows/rust.yml (10)
  • Swatinem/rust-cache v2.9.2@6323deb102c322ba6fcbdcafc7e3dddab59af2b6
  • Swatinem/rust-cache v2.9.2@6323deb102c322ba6fcbdcafc7e3dddab59af2b6
  • dtolnay/rust-toolchain v1
  • Swatinem/rust-cache v2.9.2@6323deb102c322ba6fcbdcafc7e3dddab59af2b6
  • dtolnay/rust-toolchain stable
  • Swatinem/rust-cache v2.9.2@6323deb102c322ba6fcbdcafc7e3dddab59af2b6
  • ubuntu 26.04
  • ubuntu 26.04
  • ubuntu 26.04
  • ubuntu 26.04
.github/workflows/validate-openapi-spec.yml (3)
  • actions/checkout v7@3d3c42e5aac5ba805825da76410c181273ba90b1
  • actions/setup-node v7
  • node 24
regex (1)
rust-toolchain.toml (1)
  • rust 1.98.1
renovate-config (1)
.github/renovate.json
rust-toolchain (1)
rust-toolchain.toml (1)
  • rust 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

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the pending Rust crate updates in dropshot/Cargo.toml and dropshot_endpoint/Cargo.toml, then review the workflow and toolchain entries in .github/workflows/rust.yml and rust-toolchain.toml. Done is not defined as a single change here: the listed updates must be reviewed, selected approvals must be made, and any resulting Renovate pull requests validated.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions, rust
Domain
build-system, ci-cd
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.