Skip to content

Commit 695aadb

Browse files
chore(deps): update dependencies (#82)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://redirect.github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.26` -> `4.5.27` | | [deno](https://redirect.github.com/denoland/deno) | | patch | `2.1.6` -> `2.1.7` | | [insta](https://insta.rs/) ([source](https://redirect.github.com/mitsuhiko/insta)) | workspace.dependencies | patch | `1.42.0` -> `1.42.1` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.27`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4527---2025-01-20) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.26...v4.5.27) ##### Documentation - Iterate on tutorials and reference based on feedback </details> <details> <summary>denoland/deno (deno)</summary> ### [`v2.1.7`](https://redirect.github.com/denoland/deno/blob/HEAD/Releases.md#217--20250121) [Compare Source](https://redirect.github.com/denoland/deno/compare/v2.1.6...v2.1.7) - fix(deps): update yanked crates ([#&#8203;27512](https://redirect.github.com/denoland/deno/issues/27512)) - fix(ext/node): GCM auth tag check on DechiperIv#final ([#&#8203;27733](https://redirect.github.com/denoland/deno/issues/27733)) - fix(ext/node): add FileHandle#sync ([#&#8203;27677](https://redirect.github.com/denoland/deno/issues/27677)) - fix(ext/node): propagate socket error to client request object ([#&#8203;27678](https://redirect.github.com/denoland/deno/issues/27678)) - fix(ext/node): tls.connect regression ([#&#8203;27707](https://redirect.github.com/denoland/deno/issues/27707)) - fix(ext/os): pass SignalState to web worker ([#&#8203;27741](https://redirect.github.com/denoland/deno/issues/27741)) - fix(install/global): remove importMap field from specified config file ([#&#8203;27744](https://redirect.github.com/denoland/deno/issues/27744)) - fix: use 'getrandom' feature for 'sys_traits' crate - perf(compile): remove swc from denort ([#&#8203;27721](https://redirect.github.com/denoland/deno/issues/27721)) </details> <details> <summary>mitsuhiko/insta (insta)</summary> ### [`v1.42.1`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1421) [Compare Source](https://redirect.github.com/mitsuhiko/insta/compare/1.42.0...1.42.1) - Improved handling of control characters in inline snapshots. [#&#8203;713](https://redirect.github.com/mitsuhiko/insta/issues/713) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9980932 commit 695aadb

File tree

2 files changed

+29
-8
lines changed

2 files changed

+29
-8
lines changed

.mise.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tools]
22
rust = "1.84.0"
3-
deno = "2.1.6"
3+
deno = "2.1.7"
44

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

Cargo.lock

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

0 commit comments

Comments
 (0)