Skip to content

Commit

Permalink
chore(deps): update dependencies (#83)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [bumpalo](https://redirect.github.com/fitzgen/bumpalo) |
workspace.dependencies | minor | `3.16.0` -> `3.17.0` |
| [deno](https://redirect.github.com/denoland/deno) | | patch | `2.1.7`
-> `2.1.9` |
| [httparse](https://redirect.github.com/seanmonstar/httparse) |
workspace.dependencies | minor | `1.9.5` -> `1.10.0` |
| [miette](https://redirect.github.com/zkat/miette) |
workspace.dependencies | minor | `7.4.0` -> `7.5.0` |
| [rust](https://redirect.github.com/rust-lang/rust) | | patch |
`1.84.0` -> `1.84.1` |
| [serde_json](https://redirect.github.com/serde-rs/json) |
workspace.dependencies | patch | `1.0.137` -> `1.0.138` |
| [syn](https://redirect.github.com/dtolnay/syn) |
workspace.dependencies | patch | `2.0.96` -> `2.0.98` |

---

### Release Notes

<details>
<summary>fitzgen/bumpalo (bumpalo)</summary>

###
[`v3.17.0`](https://redirect.github.com/fitzgen/bumpalo/blob/HEAD/CHANGELOG.md#3170)

[Compare
Source](https://redirect.github.com/fitzgen/bumpalo/compare/3.16.0...3.17.0)

Released 2025-01-28.

##### Added

-   Added a bunch of `try_` allocation methods for slices and `str`:
    -   `try_alloc_slice_fill_default`
    -   `try_alloc_slice_fill_iter`
    -   `try_alloc_slice_fill_clone`
    -   `try_alloc_slice_fill_copy`
    -   `try_alloc_slice_fill_with`
    -   `try_alloc_str`
    -   `try_alloc_slice_clone`
    -   `try_alloc_slice_copy`

##### Changed

-   Minimum supported Rust version reduced to 1.71.1

##### Fixed

-   Fixed a stacked-borrows MIRI bug in `dealloc`

***

</details>

<details>
<summary>denoland/deno (deno)</summary>

###
[`v2.1.9`](https://redirect.github.com/denoland/deno/blob/HEAD/Releases.md#219--20250130)

[Compare
Source](https://redirect.github.com/denoland/deno/compare/v2.1.8...v2.1.9)

- fix(ext/node): add http information support
([#&#8203;27381](https://redirect.github.com/denoland/deno/issues/27381))
- perf(crypto): use ring for asm implementations of sha256/sha512
([#&#8203;27885](https://redirect.github.com/denoland/deno/issues/27885))

###
[`v2.1.8`](https://redirect.github.com/denoland/deno/blob/HEAD/Releases.md#218--20250130)

[Compare
Source](https://redirect.github.com/denoland/deno/compare/v2.1.7...v2.1.8)

- feat(unstable): support https otlp endpoints
([#&#8203;27743](https://redirect.github.com/denoland/deno/issues/27743))
- fix(check): better handling of TypeScript in npm packages for type
checking

([#&#8203;27853](https://redirect.github.com/denoland/deno/issues/27853))
- fix(check): compiler options from workspace members
([#&#8203;27785](https://redirect.github.com/denoland/deno/issues/27785))
- fix(core): Fix `create_stack_trace` from empty trace
([#&#8203;27873](https://redirect.github.com/denoland/deno/issues/27873))
- fix(core): handle dyn imports exceeding call stack size
([#&#8203;27825](https://redirect.github.com/denoland/deno/issues/27825))
- fix(ext/crypto): export private x25519 JWK key
([#&#8203;27828](https://redirect.github.com/denoland/deno/issues/27828))
- fix(ext/crypto): fix jwk key_ops validation
([#&#8203;27827](https://redirect.github.com/denoland/deno/issues/27827))
-   fix(ext/fetch): update h2 to fix sending a PROTOCOL_ERROR instead of
REFUSED_STREAM when receiving oversized headers
([#&#8203;27531](https://redirect.github.com/denoland/deno/issues/27531))
- fix(ext/node): clear tz cache when setting process.env.TZ
([#&#8203;27826](https://redirect.github.com/denoland/deno/issues/27826))
- fix(ext/node): do not apply socket-init-workaround to ipc socket
([#&#8203;27779](https://redirect.github.com/denoland/deno/issues/27779))
- fix(ext/node): fix async variant of brotliDecompress
([#&#8203;27815](https://redirect.github.com/denoland/deno/issues/27815))
- fix(ext/node): fix formatting of debug logs
([#&#8203;27772](https://redirect.github.com/denoland/deno/issues/27772))
- fix(ext/node): fix panic when invalid AES GCM key size
([#&#8203;27818](https://redirect.github.com/denoland/deno/issues/27818))
- fix(ext/node): implement X509Certificate#checkHost
([#&#8203;27821](https://redirect.github.com/denoland/deno/issues/27821))
- fix(ext/node): implement `aes-128-ctr`, `aes-192-ctr`, and
`aes-256-ctr`

([#&#8203;27630](https://redirect.github.com/denoland/deno/issues/27630))
- fix(ext/node): implement `crypto.hash`
([#&#8203;27858](https://redirect.github.com/denoland/deno/issues/27858))
- fix(ext/node): npm:mqtt compatibility
([#&#8203;27792](https://redirect.github.com/denoland/deno/issues/27792))
- fix(ext/node): reference error in zlib.crc32
([#&#8203;27777](https://redirect.github.com/denoland/deno/issues/27777))
- fix(ext/node): scrypt panic when `log_n` > 64
([#&#8203;27816](https://redirect.github.com/denoland/deno/issues/27816))
- fix(init): correct dev task for --lib
([#&#8203;27860](https://redirect.github.com/denoland/deno/issues/27860))
- fix(install/global): warn about not including auto-discovered config
file

([#&#8203;27745](https://redirect.github.com/denoland/deno/issues/27745))
- fix(lsp): ignore errors on ambient module imports
([#&#8203;27855](https://redirect.github.com/denoland/deno/issues/27855))
- fix(lsp): silence debug error for 'move to a new file' action
([#&#8203;27780](https://redirect.github.com/denoland/deno/issues/27780))
- fix(node): align type stripping in node_modules error message with
Node

([#&#8203;27809](https://redirect.github.com/denoland/deno/issues/27809))
- fix(npmrc): merge `.npmrc` in user's homedir and project
([#&#8203;27119](https://redirect.github.com/denoland/deno/issues/27119))
- fix(process/windows): correct command resolution when PATH env var not
uppercase
([#&#8203;27846](https://redirect.github.com/denoland/deno/issues/27846))
- fix(publish): unfurl sloppy imports in d.ts files and type imports
([#&#8203;27793](https://redirect.github.com/denoland/deno/issues/27793))
- fix(types): `Deno.readDirSync`'s type returns an `IteratorObject`
([#&#8203;27805](https://redirect.github.com/denoland/deno/issues/27805))
- fix: do not log cache creation failure on readonly file system
([#&#8203;27794](https://redirect.github.com/denoland/deno/issues/27794))
- perf(lsp): cache completion item resolution during request
([#&#8203;27831](https://redirect.github.com/denoland/deno/issues/27831))
- perf(node_resolver): reduce url to/from path conversions
([#&#8203;27839](https://redirect.github.com/denoland/deno/issues/27839))
- perf: full LTO in sysroot
([#&#8203;27771](https://redirect.github.com/denoland/deno/issues/27771))

</details>

<details>
<summary>seanmonstar/httparse (httparse)</summary>

###
[`v1.10.0`](https://redirect.github.com/seanmonstar/httparse/compare/v1.9.5...v1.10.0)

[Compare
Source](https://redirect.github.com/seanmonstar/httparse/compare/v1.9.5...v1.10.0)

</details>

<details>
<summary>zkat/miette (miette)</summary>

###
[`v7.5.0`](https://redirect.github.com/zkat/miette/blob/HEAD/CHANGELOG.md#750-2025-02-01)

##### Features

- **graphical:** support rendering related diagnostics as nested
([#&#8203;417](https://redirect.github.com/zkat/miette/issues/417))
([771a0751](https://redirect.github.com/zkat/miette/commit/771a07519f078b94aceb1a2d2532d786f09f350b))

##### Bug Fixes

- **graphical:** prevent leading newline when no link/code
([#&#8203;418](https://redirect.github.com/zkat/miette/issues/418))
([1e1938a0](https://redirect.github.com/zkat/miette/commit/1e1938a099409969c69b9f070e0fb0d13d564527))

</details>

<details>
<summary>rust-lang/rust (rust)</summary>

###
[`v1.84.1`](https://redirect.github.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1841-2025-01-30)

[Compare
Source](https://redirect.github.com/rust-lang/rust/compare/1.84.0...1.84.1)

\==========================

<a id="1.84.1"></a>

- [Fix ICE 132920 in duplicate-crate
diagnostics.](https://redirect.github.com/rust-lang/rust/pull/133304/)
- [Fix errors for overlapping impls in incremental
rebuilds.](https://redirect.github.com/rust-lang/rust/pull/133828/)
- [Fix slow compilation related to the next-generation trait
solver.](https://redirect.github.com/rust-lang/rust/pull/135618/)
- [Fix debuginfo when LLVM's location discriminator value limit is
exceeded.](https://redirect.github.com/rust-lang/rust/pull/135643/)
-   Fixes for building Rust from source:
- [Only try to distribute `llvm-objcopy` if llvm tools are
enabled.](https://redirect.github.com/rust-lang/rust/pull/134240/)
- [Add Profile Override for Non-Git
Sources.](https://redirect.github.com/rust-lang/rust/pull/135433/)
- [Resolve symlinks of LLVM tool binaries before copying
them.](https://redirect.github.com/rust-lang/rust/pull/135585/)
- [Make it possible to use ci-rustc on tarball
sources.](https://redirect.github.com/rust-lang/rust/pull/135722/)

</details>

<details>
<summary>serde-rs/json (serde_json)</summary>

###
[`v1.0.138`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.138)

[Compare
Source](https://redirect.github.com/serde-rs/json/compare/v1.0.137...v1.0.138)

-   Documentation improvements

</details>

<details>
<summary>dtolnay/syn (syn)</summary>

###
[`v2.0.98`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.98)

[Compare
Source](https://redirect.github.com/dtolnay/syn/compare/2.0.97...2.0.98)

- Allow lifetimes in function pointer return values in
`ParseStream::call` and `Punctuated` parsers
([#&#8203;1847](https://redirect.github.com/dtolnay/syn/issues/1847))

###
[`v2.0.97`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.97)

[Compare
Source](https://redirect.github.com/dtolnay/syn/compare/2.0.96...2.0.97)

-   Documentation improvements

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent 695aadb commit 726a241
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .mise.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tools]
rust = "1.84.0"
deno = "2.1.7"
rust = "1.84.1"
deno = "2.1.9"

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

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

0 comments on commit 726a241

Please sign in to comment.