Skip to content

Commit

Permalink
chore(monorepo): update cargo pre-1.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent 439ae4d commit b311169
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/storm-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@ preserve_order = [
yaml = ['yaml-rust']

[dependencies]
async-trait = { version = '=0.1.80', optional = true }
async-trait = { version = '=0.1.86', optional = true }
convert_case = { version = '=0.6.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'
pathdiff = '=0.2.3'
ron = { version = '=0.8.1', optional = true }
rust-ini = { version = '=0.21.0', optional = true }
rust-ini = { version = '=0.21.1', optional = true }
serde = { version = '=1.0.203', features = ['derive'] }
serde_derive = { version = '=1.0.203', optional = true }
serde_json = { version = '=1.0.117' }
thiserror = { version = '=1.0.61' }
toml = { version = '=0.8.14', optional = true }
toml = { version = '=0.8.20', optional = true }
yaml-rust = { version = '=0.4.5', optional = true }

storm-workspace = { path = '../storm-workspace', version = '0.6.2' }
Expand Down

0 comments on commit b311169

Please sign in to comment.