Skip to content

Commit 78fa1ba

Browse files
chore(deps): update rust crates (#17628)
1 parent 883f472 commit 78fa1ba

2 files changed

Lines changed: 66 additions & 66 deletions

File tree

Cargo.lock

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ syn = { version = "2", default-features = false } # Rust parser for macros
158158
unicode-id-start = "1" # Unicode identifier validation
159159

160160
#
161-
javascript-globals = "1.3.4" # JavaScript global definitions
161+
javascript-globals = "1.4.0" # JavaScript global definitions
162162
json-strip-comments = "3.1.0" # Strip JSON comments
163-
oxc-browserslist = "2.1.4" # Browser compatibility queries
163+
oxc-browserslist = "2.2.0" # Browser compatibility queries
164164
oxc_index = { version = "4.1.0", features = ["nonmax", "serde"] } # Type-safe indices
165-
oxc_resolver = "11.15.0" # Module resolution
165+
oxc_resolver = "11.16.3" # Module resolution
166166
oxc_sourcemap = "6.0.1" # Source map generation
167167

168168
#
@@ -176,33 +176,33 @@ bpaf = "0.9.20" # CLI parser
176176
# This is a temporary situation - we'll replace `bumpalo` with our own allocator.
177177
bumpalo = "=3.19.1" # Bump allocator
178178
compact_str = "0.9.0" # Compact string type
179-
console = "0.16.1" # Terminal utilities
179+
console = "0.16.2" # Terminal utilities
180180
constcat = "0.6.1" # Const string concatenation
181181
convert_case = "0.10.0" # Case conversion
182182
cow-utils = "0.1.3" # Copy-on-write utilities
183183
criterion2 = { version = "3.0.2", default-features = false } # Benchmarking
184-
dragonbox_ecma = "0.0.5" # Fast float formatting
184+
dragonbox_ecma = "0.1.0" # Fast float formatting
185185
encoding_rs = "0.8.35" # Character encoding
186186
encoding_rs_io = "0.1.7" # Encoding I/O
187187
fast-glob = "1.0.0" # Fast glob matching
188-
flate2 = "1.1.5" # Compression
188+
flate2 = "1.1.8" # Compression
189189
futures = "0.3.31" # Async utilities
190-
handlebars = "6.3.2" # Template engine
190+
handlebars = "6.4.0" # Template engine
191191
hashbrown = { version = "0.16.1", default-features = false } # Fast hash map
192192
humansize = "2.1.3" # Human-readable sizes
193-
icu_segmenter = "2.1.1" # Unicode segmentation
193+
icu_segmenter = "2.1.2" # Unicode segmentation
194194
ignore = "0.4.25" # Gitignore matching
195195
insta = "1.43.2" # Snapshot testing
196196
itertools = "0.14.0" # Iterator utilities
197-
itoa = "1.0.15" # Integer to string
197+
itoa = "1.0.17" # Integer to string
198198
language-tags = "0.3.2" # Language tag parsing
199-
lazy-regex = "3.4.2" # Lazy regex compilation
199+
lazy-regex = "3.5.1" # Lazy regex compilation
200200
markdown = "1.0.0" # Markdown parsing
201201
memchr = "2.7.6" # Fast byte searching
202202
miette = { package = "oxc-miette", version = "2.7.0", features = [
203203
"fancy-no-syscall",
204204
] } # Error reporting
205-
mimalloc-safe = "0.1.55" # Fast allocator
205+
mimalloc-safe = "0.1.56" # Fast allocator
206206
nodejs-built-in-modules = "1.0.0" # Node.js built-in modules
207207
nonmax = "0.5.5" # Non-maximum numbers
208208
num-bigint = "0.4.6" # Big integers
@@ -220,27 +220,27 @@ ropey = "1.6.1" # Rope text structure
220220
rust-lapper = "1.2.0" # Interval tree
221221
saphyr = "0.0.6" # YAML parser
222222
schemars = { package = "oxc-schemars", version = "0.8.27" } # JSON schema generation
223-
self_cell = "1.2.1" # Self-referential structs
223+
self_cell = "1.2.2" # Self-referential structs
224224
seq-macro = "0.3.6" # Sequence macros
225225
sha1 = "0.10.6" # SHA-1 hashing
226226
simdutf8 = { version = "0.1.5", features = ["aarch64_neon"] } # SIMD UTF-8 validation
227227
similar = "2.7.0" # Text diffing
228228
similar-asserts = "1.7.0" # Test diff assertions
229229
smallvec = { version = "1.15.1", features = ["union", "serde"] } # Stack-allocated vectors
230-
tempfile = "3.23.0" # Temporary files
231-
tokio = { version = "1.48.0", default-features = false } # Async runtime
232-
toml = { version = "0.9.8" }
230+
tempfile = "3.24.0" # Temporary files
231+
tokio = { version = "1.49.0", default-features = false } # Async runtime
232+
toml = { version = "0.9.11" }
233233
tower-lsp-server = "0.23.0" # LSP server framework
234-
tracing = "0.1.43"
234+
tracing = "0.1.44"
235235
tracing-subscriber = "0.3.22" # Tracing implementation
236236
ureq = { version = "3.1.4", default-features = false } # HTTP client
237-
url = { version = "2.5.7" } # URL parsing
237+
url = { version = "2.5.8" } # URL parsing
238238
walkdir = "2.5.0" # Directory traversal
239239
editorconfig-parser = "0.0.3"
240240
natord = "1.0.9"
241241
oxfmt = { path = "apps/oxfmt" }
242242
sort-package-json = "0.0.8"
243-
oxc-toml = "0.14.1"
243+
oxc-toml = "0.14.2"
244244
unicode-width = "0.2"
245245
website_common = { path = "tasks/website_common" }
246246

0 commit comments

Comments
 (0)