File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ yaml = ['yaml-rust']
2929
3030[dependencies ]
3131async-trait = { version = ' =0.1.80' , optional = true }
32- convert_case = { version = ' =0.6 .0' , optional = true }
32+ convert_case = { version = ' =0.8 .0' , optional = true }
3333indexmap = { version = ' =2.2.6' , features = [' serde' ], optional = true }
3434json5_rs = { version = ' =0.4.1' , optional = true , package = ' json5' }
3535lazy_static = ' =1.4.0'
3636nom = ' =7.1.3'
3737pathdiff = ' =0.2.1'
38- ron = { version = ' =0.8.1 ' , optional = true }
38+ ron = { version = ' =0.11.0 ' , optional = true }
3939rust-ini = { version = ' =0.21.0' , optional = true }
4040serde = { version = ' =1.0.203' , features = [' derive' ] }
4141serde_derive = { version = ' =1.0.203' , optional = true }
4242serde_json = { version = ' =1.0.117' }
4343thiserror = { version = ' =1.0.61' }
44- toml = { version = ' =0.8.14 ' , optional = true }
44+ toml = { version = ' =0.9.6 ' , optional = true }
4545yaml-rust = { version = ' =0.4.5' , optional = true }
4646
4747storm-workspace = { path = ' ../storm-workspace' , version = ' 0.6.3' }
You can’t perform that action at this time.
0 commit comments