Skip to content

Commit b761f33

Browse files
chore(monorepo): update cargo pre-1.0 packages
1 parent 8252aac commit b761f33

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

crates/storm-config/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ preserve_order = [
2727
yaml = ['yaml-rust']
2828

2929
[dependencies]
30-
async-trait = { version = '=0.1.80', optional = true }
30+
async-trait = { version = '=0.1.89', optional = true }
3131
convert_case = { version = '=0.6.0', optional = true }
3232
indexmap = { version = '=2.2.6', features = ['serde'], optional = true }
3333
json5_rs = { version = '=0.4.1', optional = true, package = 'json5' }
3434
lazy_static = '=1.4.0'
3535
nom = '=7.1.3'
36-
pathdiff = '=0.2.1'
36+
pathdiff = '=0.2.3'
3737
ron = { version = '=0.8.1', optional = true }
38-
rust-ini = { version = '=0.21.0', optional = true }
38+
rust-ini = { version = '=0.21.3', optional = true }
3939
serde = { version = '=1.0.203', features = ['derive'] }
4040
serde_derive = { version = '=1.0.203', optional = true }
4141
serde_json = { version = '=1.0.117' }
4242
thiserror = { version = '=1.0.61' }
43-
toml = { version = '=0.8.14', optional = true }
43+
toml = { version = '=0.8.23', optional = true }
4444
yaml-rust = { version = '=0.4.5', optional = true }
4545
storm-workspace = { path = '../storm-workspace', version = '0.19.17' }
4646

0 commit comments

Comments
 (0)