oxidecomputer / dropshot

expose REST APIs from a Rust program
Apache License 2.0
843 stars 74 forks source link

Dependency Dashboard #238

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

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

Pending Approval

These branches will be created by Renovate only once you click their checkbox below.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

cargo
dropshot/Cargo.toml - `async-stream 0.3.5` - `async-trait 0.1.83` - `base64 0.22.1` - `bytes 1` - `camino 1.1.9` - `debug-ignore 1.0.5` - `form_urlencoded 1.2.1` - `futures 0.3.30` - `hostname 0.4.0` - `http 1.1.0` - `http-body-util 0.1.2` - `indexmap 2.5.0` - `multer 3.1.0` - `paste 1.0.15` - `percent-encoding 2.3.1` - `rustls 0.22.4` - `rustls-pemfile 2.1.3` - `scopeguard 1.2.0` - `serde_json 1.0.128` - `serde_path_to_error 0.1.16` - `serde_urlencoded 0.7.1` - `sha1 0.10.6` - `simple-mermaid 0.1.1` - `slog 2.5.0` - `slog-async 2.8.0` - `slog-bunyan 2.5.0` - `slog-json 2.6.1` - `slog-term 2.9.1` - `thiserror 1.0.64` - `tokio-rustls 0.25.0` - `toml 0.8.19` - `waitgroup 0.1.2` - `chrono 0.4.38` - `hyper 1.4.1` - `hyper-util 0.1.9` - `openapiv3 2.0.0` - `serde 1.0.210` - `tokio 1.38` - `usdt 0.5.0` - `uuid 1.10.0` - `schemars 0.8.21` - `anyhow 1.0.89` - `async-channel 2.3.1` - `buf-list 1.0.3` - `expectorate 1.1.0` - `hyper-rustls 0.26.0` - `hyper-staticfile 0.10` - `lazy_static 1.5.0` - `libc 0.2.159` - `mime_guess 2.0.5` - `subprocess 0.2.9` - `tempfile 3.10` - `trybuild 1.0.99` - `pem 3.0` - `rcgen 0.13.1` - `reqwest 0.12.8` - `tokio-tungstenite 0.24.0` - `rustls-pki-types 1.8.0` - `schemars 0.8.21` - `slog 2.5.0` - `version_check 0.9.5`
dropshot_endpoint/Cargo.toml - `heck 0.5.0` - `proc-macro2 1` - `quote 1` - `serde_tokenstream 0.2.2` - `serde 1.0` - `syn 2.0.79` - `expectorate 1.1.0` - `prettyplease 0.2.22` - `schema 0.1.0`
github-actions
.github/workflows/rust.yml - `actions/checkout d632683dd7b4114ad314bca15554477dd762a938` - `actions/checkout d632683dd7b4114ad314bca15554477dd762a938` - `Swatinem/rust-cache v2.7.3@23bce251a8cd2ffc3c1075eaa2367cf899916d84` - `actions/checkout d632683dd7b4114ad314bca15554477dd762a938` - `Swatinem/rust-cache v2.7.3@23bce251a8cd2ffc3c1075eaa2367cf899916d84` - `ubuntu 22.04` - `ubuntu 22.04`
.github/workflows/validate-openapi-spec.yml - `actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332` - `actions/setup-node v4`
regex
rust-toolchain.toml - `rust 1.81.0`

davepacheco commented 2 years ago

@zephraph I think the plan was to hold off on having Renovate update these, right? Should we close this issue?

zephraph commented 2 years ago

This is sort of a midway point. It doesn't update any of the crates without someone coming in and clicking on one of the items in this list. It is somewhat helpful just to see what can be updated though. If it's too noisy I can disable it. It's automated though, so it'll just re-open the issue if we close it right now.

davepacheco commented 2 years ago

Sounds good. Really, I was just looking for clarity about what to do with this open issue and I think that explains it!

zephraph commented 2 years ago

The learn more link in the issue points to the docs about this feature