Skip to content

Commit efce254

Browse files
chore(monorepo): update cargo pre-1.0 packages
1 parent 3d5e535 commit efce254

2 files changed

Lines changed: 52 additions & 48 deletions

File tree

Cargo.lock

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

crates/storm-config/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ yaml = ['yaml-rust']
2929

3030
[dependencies]
3131
async-trait = { version = '^0.1.80', optional = true }
32-
convert_case = { version = '^0.6.0', optional = true }
32+
convert_case = { version = '^0.10.0', optional = true }
3333
indexmap = { version = '^2.2.6', features = ['serde'], optional = true }
3434
json5_rs = { version = '^0.4.1', optional = true, package = 'json5' }
3535
lazy_static = '^1.4.0'
3636
nom = '^7.1.3'
3737
pathdiff = '^0.2.1'
3838
read-url = { version = '^0.0.10', features = ['blocking'] }
39-
ron = { version = '^0.8.1', optional = true }
39+
ron = { version = '^0.12.0', optional = true }
4040
rust-ini = { version = '^0.21.0', optional = true }
4141
serde = { version = '^1.0.203', features = ['derive'] }
4242
serde_derive = { version = '^1.0.203', optional = true }
4343
serde_json = { version = '^1.0.117' }
4444
storm-workspace = { path = '../storm-workspace', version = '^0.19.52' }
4545
thiserror = { version = '^2.0.17' }
46-
toml = { version = '^0.8.14', optional = true }
46+
toml = { version = '^0.9.8', optional = true }
4747
yaml-rust = { version = '^0.4.5', optional = true }

0 commit comments

Comments
 (0)