Skip to content

Commit

Permalink
chore(deps): update rust crates (#3595)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [base64](https://github.com/marshallpierce/rust-base64) |
workspace.dependencies | patch | `0.22.0` -> `0.22.1` |
| [bpaf](https://github.com/pacak/bpaf) | workspace.dependencies |
patch | `0.9.11` -> `0.9.12` |
| [flate2](https://github.com/rust-lang/flate2-rs) |
workspace.dependencies | patch | `1.0.29` -> `1.0.30` |
| [insta](https://insta.rs/)
([source](https://github.com/mitsuhiko/insta)) |
workspace.dependencies | patch | `1.38.0` -> `1.39.0` |
| [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) |
workspace.dependencies | patch | `0.1.41` -> `0.1.42` |
| [napi](https://github.com/napi-rs/napi-rs) | workspace.dependencies
| patch | `2` -> `2.16.6` |
| [napi-build](https://github.com/napi-rs/napi-rs) |
workspace.dependencies | patch | `2` -> `2.1.3` |
| [napi-derive](https://github.com/napi-rs/napi-rs) |
workspace.dependencies | patch | `2` -> `2.16.5` |
| [num-bigint](https://github.com/rust-num/num-bigint) |
workspace.dependencies | patch | `0.4.4` -> `0.4.5` |
| [num-traits](https://github.com/rust-num/num-traits) |
workspace.dependencies | patch | `0.2.18` -> `0.2.19` |
| [ouroboros](https://github.com/someguynamedjosh/ouroboros) |
workspace.dependencies | patch | `0.18.3` -> `0.18.4` |
| [oxc_resolver](https://github.com/oxc-project/oxc-resolver) |
workspace.dependencies | patch | `1.7.0` -> `1.8.1` |
| [petgraph](https://github.com/petgraph/petgraph) |
workspace.dependencies | patch | `0.6.4` -> `0.6.5` |
| [phf](https://github.com/rust-phf/rust-phf) | workspace.dependencies
| patch | `0.11` -> `0.11.2` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) |
workspace.dependencies | patch | `1.0.81` -> `1.0.85` |
| [regex](https://github.com/rust-lang/regex) | workspace.dependencies
| patch | `1.10.4` -> `1.10.5` |
| [serde](https://serde.rs)
([source](https://github.com/serde-rs/serde)) | workspace.dependencies
| patch | `1.0.199` -> `1.0.203` |
| [serde_json](https://github.com/serde-rs/json) |
workspace.dependencies | patch | `1.0.116` -> `1.0.117` |
| [textwrap](https://github.com/mgeisler/textwrap) |
workspace.dependencies | patch | `0.16.0` -> `0.16.1` |
| [tokio](https://tokio.rs)
([source](https://github.com/tokio-rs/tokio)) | workspace.dependencies
| patch | `1` -> `1.38.0` |
| [tracing-subscriber](https://tokio.rs)
([source](https://github.com/tokio-rs/tracing)) |
workspace.dependencies | patch | `0.3` -> `0.3.18` |
| [trybuild](https://github.com/dtolnay/trybuild) |
workspace.dependencies | patch | `1.0.93` -> `1.0.96` |
| [unicode-id-start](https://github.com/Boshen/unicode-id-start) |
workspace.dependencies | patch | `1` -> `1.1.2` |
| [unicode-width](https://github.com/unicode-rs/unicode-width) |
workspace.dependencies | patch | `0.1.12` -> `0.1.13` |
| [wasm-bindgen](https://rustwasm.github.io/)
([source](https://github.com/rustwasm/wasm-bindgen)) |
workspace.dependencies | patch | `0.2` -> `0.2.92` |

---

### Release Notes

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

###
[`v1.10.5`](https://github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09)

[Compare
Source](https://github.com/rust-lang/regex/compare/1.10.4...1.10.5)

\===================
This is a new patch release with some minor fixes.

Bug fixes:

-   [BUG #&#8203;1203](https://github.com/rust-lang/regex/pull/1203):
Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`.

</details>

<details>
<summary>unicode-rs/unicode-width (unicode-width)</summary>

###
[`v0.1.13`](https://github.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13)

[Compare
Source](https://github.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10am on monday" in timezone
Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/oxc-project/oxc).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 9, 2024
1 parent 76cd2ec commit 2fd433f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

50 changes: 25 additions & 25 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,18 @@ oxc_linter = { path = "crates/oxc_linter" }
oxc_prettier = { path = "crates/oxc_prettier" }
oxc_tasks_common = { path = "tasks/common" }

napi = "2"
napi-derive = "2"
napi-build = "2"
napi = "2.16.6"
napi-derive = "2.16.5"
napi-build = "2.1.3"

assert-unchecked = "0.1.2"
allocator-api2 = "0.2.18"
bpaf = "0.9.11"
bpaf = "0.9.12"
bitflags = "2.5.0"
bumpalo = "3.16.0"
convert_case = "0.6.0"
dashmap = "5.5.3"
flate2 = "1.0.29"
flate2 = "1.0.30"
futures = "0.3.30"
glob = "0.3.1"
ignore = "0.4.22"
Expand All @@ -115,42 +115,42 @@ jemallocator = "0.5.4"
lazy_static = "1.4.0"
memoffset = "0.9.1"
miette = { version = "7.2.0", features = ["fancy-no-syscall"] }
mimalloc = "0.1.41"
num-bigint = "0.4.4"
num-traits = "0.2.18"
phf = "0.11"
mimalloc = "0.1.42"
num-bigint = "0.4.5"
num-traits = "0.2.19"
phf = "0.11.2"
pico-args = "0.5.0"
proc-macro2 = "1.0.81"
proc-macro2 = "1.0.85"
project-root = "0.2.2"
quote = "1.0.36"
rayon = "1.10.0"
regex = "1.10.4"
regex = "1.10.5"
rustc-hash = "1.1.0"
ryu-js = "1.0.1"
ropey = "1.6.1"
seq-macro = "0.3.5"
serde = "1.0.199"
serde_json = "1.0.116"
serde = "1.0.203"
serde_json = "1.0.117"
syn = { version = "2.0.58", default-features = false }
tempfile = "3.10.1"
tokio = "1"
tokio = "1.38.0"
tower-lsp = "0.20.0"
trybuild = "1.0.93"
unicode-id-start = "1" # Relaxed version so the user can decide which unicode version to use.
trybuild = "1.0.96"
unicode-id-start = "1.1.2" # Relaxed version so the user can decide which unicode version to use.
ureq = { version = "2.9.6", default-features = false }
url = "2.5.0"
walkdir = "2.5.0"
indexmap = "2.2.6"
static_assertions = "1.1.0"
tracing-subscriber = "0.3"
insta = "1.38.0"
tracing-subscriber = "0.3.18"
insta = "1.39.0"
mime_guess = "2.0.4"
language-tags = "0.3.2"
tsify = "0.4.5"
wasm-bindgen = "0.2"
wasm-bindgen = "0.2.92"
serde-wasm-bindgen = "0.6.5"
handlebars = "5.1.2"
base64 = "0.22.0"
base64 = "0.22.1"
compact_str = "0.7.1"
console = "0.15.8"
encoding_rs = "0.8.34"
Expand All @@ -162,14 +162,14 @@ json-strip-comments = "1.0.2"
log = "0.4.21"
memchr = "2.7.2"
once_cell = "1.19.0"
ouroboros = "0.18.3"
ouroboros = "0.18.4"
owo-colors = "4.0.0"
oxc_resolver = "1.7.0"
petgraph = "0.6.4"
oxc_resolver = "1.8.1"
petgraph = "0.6.5"
rust-lapper = "1.1.0"
similar = "2.5.0"
textwrap = "0.16.0"
unicode-width = "0.1.12"
textwrap = "0.16.1"
unicode-width = "0.1.13"
saphyr = "0.0.1"
base64-simd = "0.8"
cfg-if = "1.0.0"
Expand Down

0 comments on commit 2fd433f

Please sign in to comment.