Skip to content

Commit

Permalink
deps(monorepo): update cargo pre-1.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent d1eb956 commit 9ad8d29
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/storm-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ preserve_order = ['indexmap', 'toml?/preserve_order', 'serde_json/preserve_order
yaml = ['yaml-rust']

[dependencies]
async-trait = { version = '=0.1.80', optional = true }
async-trait = { version = '=0.1.82', 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'
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' }
storm-workspace = { path = '../storm-workspace', version = '0.6.2' }
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 }

[lib]
Expand Down

0 comments on commit 9ad8d29

Please sign in to comment.