From 9028f3b587e8b30e796805ee4547757cf23e2f2c Mon Sep 17 00:00:00 2001 From: Aapo Alasuutari Date: Mon, 10 Nov 2025 17:41:40 +0200 Subject: [PATCH] chore(deps): soavec 0.2.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6b443a62c..06a218fb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,8 +44,8 @@ oxc_syntax = "0.94.0" rand = "0.9.2" regex = "1.11.3" ryu-js = "1.0.2" -soavec = "0.1.1" -soavec_derive = "0.1.1" +soavec = "0.2.0" +soavec_derive = "0.2.0" sonic-rs = "0.3.17" unicode-normalization = "0.1.24" usdt = { git = "https://github.com/aapoalas/usdt.git", branch = "nova-aarch64-branch" }