Skip to content

Commit

Permalink
chore(deps): update dependencies (#82)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 9980932 commit 695aadb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tools]
rust = "1.84.0"
deno = "2.1.6"
deno = "2.1.7"

[tasks.install]
description = "Install necessary dependencies for development"
Expand Down
35 changes: 28 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 695aadb

Please sign in to comment.