Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/domarinn-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ whoami = "2"
# Pinned below 0.49 deliberately: that release requires rustc 1.85 and would
# silently raise the MSRV declared in the workspace manifest, which no CI job
# builds at.
jsonschema = { version = "0.49", default-features = false }
jsonschema = { version = "0.51", default-features = false }

[dev-dependencies]
serde_json = { workspace = true }
Expand Down
Loading