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 3, 2025
1 parent 3497491 commit 3eac0be
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.19', 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 3eac0be

Please sign in to comment.