Skip to content

Commit 6921b5a

Browse files
committed
standardize on 0.8 of schemars
1 parent c26a2df commit 6921b5a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

registry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ crossterm = "0.29"
2323
registry = "1.3"
2424
registry_lib = { path = "../registry_lib" }
2525
rust-i18n = { version = "3.1" }
26-
schemars = "0.9"
26+
schemars = "0.8"
2727
serde = "1.0"
2828
serde_json = "1.0"
2929
thiserror = "2.0"

registry_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ strip = "symbols" # See split-debuginfo - allows us to drop the size b
2121
crossterm = "0.29"
2222
registry = "1.3"
2323
rust-i18n = { version = "3.1" }
24-
schemars = "1.0"
24+
schemars = "0.8"
2525
serde = "1.0"
2626
serde_json = "1.0"
2727
thiserror = "2.0"

sshdconfig/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lto = true
1616
[dependencies]
1717
atty = { version = "0.2" }
1818
chrono = { version = "0.4" }
19-
schemars = "1.0"
19+
schemars = "0.8"
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = { version = "1.0", features = ["preserve_order"] }
2222
thiserror = { version = "2.0" }

tools/test_group_resource/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ edition = "2021"
66
[dependencies]
77
clap = { version = "4.1", features = ["derive"] }
88
dsc_lib = { path = "../../dsc_lib" }
9-
schemars = { version = "0.8.12" }
9+
schemars = { version = "0.8" }
1010
serde = { version = "1.0", features = ["derive"] }
1111
serde_json = { version = "1.0", features = ["preserve_order"] }

0 commit comments

Comments
 (0)