Skip to content

Commit 54d413d

Browse files
authored
Merge pull request #121 from epage/update
chore(deps): Update Rust crate schemars to v1
2 parents 2883354 + 665c5a8 commit 54d413d

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

Cargo.lock

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ humantime-serde = { version = "1", optional = true }
143143
bstr = { version = "1.4", features = ["serde"] }
144144
derive_more = { version = "2.0.0", features = ["is_variant"] }
145145
eyre = "0.6"
146-
schemars = { version = "0.9.0", features = ["preserve_order"], optional = true }
146+
schemars = { version = "1.0.0", features = ["preserve_order"], optional = true }
147147
clap = { version = "4.2", features = ["derive"], optional = true }
148148
proc-exit = { version = "2.0", optional = true }
149149
env_logger = { version = "0.11.1", optional = true }
@@ -157,6 +157,7 @@ automod = "1.0.14"
157157

158158
[target.'cfg(any())'.dependencies]
159159
pkg-config = "0.3.26" # HACK: bad minimal dep in libgit2-sys
160+
syn = "2.0.104" # HACK: bad minimal dep in schemars
160161

161162
[lints]
162163
workspace = true

0 commit comments

Comments
 (0)