From 7977f3d8426b4139de2df915f9e04c59052f3583 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 11:27:04 +0000 Subject: [PATCH] chore(monorepo): update cargo pre-1.0 packages --- crates/storm-config/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/storm-config/Cargo.toml b/crates/storm-config/Cargo.toml index 29ebef8f6..255ce6dbe 100644 --- a/crates/storm-config/Cargo.toml +++ b/crates/storm-config/Cargo.toml @@ -29,19 +29,19 @@ yaml = ['yaml-rust'] [dependencies] async-trait = { version = '^0.1.80', optional = true } -convert_case = { version = '^0.6.0', optional = true } +convert_case = { version = '^0.11.0', optional = true } indexmap = { version = '^2.2.6', features = ['serde'], optional = true } json5_rs = { version = '^0.4.1', optional = true, package = 'json5' } lazy_static = '^1.4.0' nom = '^7.1.3' pathdiff = '^0.2.1' read-url = { version = '^0.0.10', features = ['blocking'] } -ron = { version = '^0.8.1', optional = true } +ron = { version = '^0.12.0', optional = true } rust-ini = { version = '^0.21.0', optional = true } serde = { version = '^1.0.203', features = ['derive'] } serde_derive = { version = '^1.0.203', optional = true } serde_json = { version = '^1.0.117' } storm-workspace = { path = '../storm-workspace', version = '^0.19.93' } thiserror = { version = '^2.0.17' } -toml = { version = '^0.8.14', optional = true } +toml = { version = '^0.9.12', optional = true } yaml-rust = { version = '^0.4.5', optional = true }