File tree Expand file tree Collapse file tree
tools/test_group_resource Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ crossterm = "0.29"
2323registry = " 1.3"
2424registry_lib = { path = " ../registry_lib" }
2525rust-i18n = { version = " 3.1" }
26- schemars = " 0.9 "
26+ schemars = " 0.8 "
2727serde = " 1.0"
2828serde_json = " 1.0"
2929thiserror = " 2.0"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ strip = "symbols" # See split-debuginfo - allows us to drop the size b
2121crossterm = " 0.29"
2222registry = " 1.3"
2323rust-i18n = { version = " 3.1" }
24- schemars = " 1.0 "
24+ schemars = " 0.8 "
2525serde = " 1.0"
2626serde_json = " 1.0"
2727thiserror = " 2.0"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ lto = true
1616[dependencies ]
1717atty = { version = " 0.2" }
1818chrono = { version = " 0.4" }
19- schemars = " 1.0 "
19+ schemars = " 0.8 "
2020serde = { version = " 1.0" , features = [" derive" ] }
2121serde_json = { version = " 1.0" , features = [" preserve_order" ] }
2222thiserror = { version = " 2.0" }
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ edition = "2021"
66[dependencies ]
77clap = { version = " 4.1" , features = [" derive" ] }
88dsc_lib = { path = " ../../dsc_lib" }
9- schemars = { version = " 0.8.12 " }
9+ schemars = { version = " 0.8" }
1010serde = { version = " 1.0" , features = [" derive" ] }
1111serde_json = { version = " 1.0" , features = [" preserve_order" ] }
You can’t perform that action at this time.
0 commit comments