Skip to content

Commit 3aadb3f

Browse files
chore(deps): update dependencies (#85)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://redirect.github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.28` -> `4.5.29` | | [deno](https://redirect.github.com/denoland/deno) | | patch | `2.1.9` -> `2.1.10` | | [smallvec](https://redirect.github.com/servo/rust-smallvec) | workspace.dependencies | minor | `1.13.2` -> `1.14.0` | | [strum](https://redirect.github.com/Peternator7/strum) | workspace.dependencies | patch | `0.27.0` -> `0.27.1` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.29`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4529---2025-02-11) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.28...v4.5.29) ##### Fixes - Change `ArgMatches::args_present` so not-present flags are considered not-present (matching the documentation) </details> <details> <summary>denoland/deno (deno)</summary> ### [`v2.1.10`](https://redirect.github.com/denoland/deno/blob/HEAD/Releases.md#2110--20250213) [Compare Source](https://redirect.github.com/denoland/deno/compare/v2.1.9...v2.1.10) - Revert "fix(lsp): silence debug error for 'move to a new file' action ([#&#8203;27780](https://redirect.github.com/denoland/deno/issues/27780))" ([#&#8203;27903](https://redirect.github.com/denoland/deno/issues/27903)) - fix(cli): Fix panic in `load_native_certs` ([#&#8203;27863](https://redirect.github.com/denoland/deno/issues/27863)) - fix(compile): never include the specified output executable in itself ([#&#8203;27877](https://redirect.github.com/denoland/deno/issues/27877)) - fix(ext/napi): napi_is_buffer tests for ArrayBufferView ([#&#8203;27956](https://redirect.github.com/denoland/deno/issues/27956)) - fix(ext/node): expose brotli stream APIs ([#&#8203;27943](https://redirect.github.com/denoland/deno/issues/27943)) - fix(ext/node): fix missing privateKey.x in curve25519 JWK ([#&#8203;27990](https://redirect.github.com/denoland/deno/issues/27990)) - fix(ext/node): fix twitter-api-v2 compatibility ([#&#8203;27971](https://redirect.github.com/denoland/deno/issues/27971)) - fix(ext/node): handle non-ws upgrade headers ([#&#8203;27931](https://redirect.github.com/denoland/deno/issues/27931)) - fix(ext/node): set process fields on own instance ([#&#8203;27927](https://redirect.github.com/denoland/deno/issues/27927)) - fix(ext/node): set process.env as own property ([#&#8203;27891](https://redirect.github.com/denoland/deno/issues/27891)) - fix(ext/node): support proxy http request ([#&#8203;27871](https://redirect.github.com/denoland/deno/issues/27871)) - fix(lsp): ignore a few more diagnostics for ambient modules ([#&#8203;27949](https://redirect.github.com/denoland/deno/issues/27949)) - fix(node): resolve module as maybe CJS when it's missing a file extension ([#&#8203;27904](https://redirect.github.com/denoland/deno/issues/27904)) - fix(node): show directory import and missing extension suggestions ([#&#8203;27905](https://redirect.github.com/denoland/deno/issues/27905)) - fix(otel): custom span start + end times are fractional ms ([#&#8203;27995](https://redirect.github.com/denoland/deno/issues/27995)) - fix(publish): correct coloring in --help ([#&#8203;27939](https://redirect.github.com/denoland/deno/issues/27939)) - fix(streams): handle Resource stream error ([#&#8203;27975](https://redirect.github.com/denoland/deno/issues/27975)) - fix: allow creating TSC host without a snapshot ([#&#8203;28058](https://redirect.github.com/denoland/deno/issues/28058)) - fix: do special file permission check for `check_read_path` ([#&#8203;27989](https://redirect.github.com/denoland/deno/issues/27989)) - fix: panic with js lint plugins and invalid js syntax ([#&#8203;28006](https://redirect.github.com/denoland/deno/issues/28006)) - perf(compile): use bytes already in memory after downloading executable ([#&#8203;28000](https://redirect.github.com/denoland/deno/issues/28000)) - perf(lsp): cancellation checks in blocking code ([#&#8203;27997](https://redirect.github.com/denoland/deno/issues/27997)) - perf: node resolution cache ([#&#8203;27838](https://redirect.github.com/denoland/deno/issues/27838)) </details> <details> <summary>servo/rust-smallvec (smallvec)</summary> ### [`v1.14.0`](https://redirect.github.com/servo/rust-smallvec/releases/tag/v1.14.0) [Compare Source](https://redirect.github.com/servo/rust-smallvec/compare/v1.13.2...v1.14.0) #### What's Changed - Implement `MallocSizeOf` for SmallVec (v1) by [@&#8203;nicoburns](https://redirect.github.com/nicoburns) in [https://github.com/servo/rust-smallvec/pull/370](https://redirect.github.com/servo/rust-smallvec/pull/370) #### New Contributors - [@&#8203;nicoburns](https://redirect.github.com/nicoburns) made their first contribution in [https://github.com/servo/rust-smallvec/pull/370](https://redirect.github.com/servo/rust-smallvec/pull/370) **Full Changelog**: servo/rust-smallvec@v1.13.2...v1.14.0 </details> <details> <summary>Peternator7/strum (strum)</summary> ### [`v0.27.1`](https://redirect.github.com/Peternator7/strum/blob/HEAD/CHANGELOG.md#0271) [Compare Source](https://redirect.github.com/Peternator7/strum/compare/v0.27.0...v0.27.1) - [#&#8203;414](https://redirect.github.com/Peternator7/strum/pull/414): Fix docrs build error. - [#&#8203;417](https://redirect.github.com/Peternator7/strum/pull/417): Mention `parse_error_ty` and `parse_error_fn` that had been left out of the docs accidentally. - [#&#8203;421](https://redirect.github.com/Peternator7/strum/pull/421)[#&#8203;331](https://redirect.github.com/Peternator7/strum/pull/331): Implement `#[strum(transparent)]` attribute on `IntoStaticStr`, `Display` and `AsRefStr` that forwards the implmenentation to the inner value. Note that for static strings, the inner value must be convertible to an `&'static str`. ```rust #[derive(strum::Display)] enum SurveyResponse { Yes, No, #[strum(transparent)] Other(String) } fn main() { let response = SurveyResponse::Other("It was good".into()); println!("Question: Did you have fun?"); println!("Answer: {}", response); // prints: Answer: It was good } ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 9am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/keithamus/hdx). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 845a988 commit 3aadb3f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.mise.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tools]
22
rust = "1.84.1"
3-
deno = "2.1.9"
3+
deno = "2.1.10"
44

55
[tasks.install]
66
description = "Install necessary dependencies for development"

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)