From 8c3c4b10d7615bc8aa4e79068745ceecf8993533 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 12:55:18 +0000 Subject: [PATCH] Update Rust crate `oxc` to 0.105.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2361e04d9f9..ac0f8440b57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -191,7 +191,7 @@ opentelemetry-otlp = { version = "0.30.0", default-features = fa opentelemetry-semantic-conventions = { version = "0.30.0", default-features = false } opentelemetry_sdk = { version = "0.30.0", default-features = false } owo-colors = { version = "4.2.3", default-features = false } -oxc = { version = "0.95.0", default-features = false } +oxc = { version = "0.105.0", default-features = false } pin-project = { version = "1.1.10", default-features = false } pin-project-lite = { version = "0.2.16", default-features = false } postgres-protocol = { version = "0.6.9", default-features = false }