Skip to content
Closed
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
33 changes: 18 additions & 15 deletions crates/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/runx-contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sha2.workspace = true
runx-contracts-derive.workspace = true

[dev-dependencies]
jsonschema = { version = "0.46.5", default-features = false }
jsonschema = { version = "0.47.0", default-features = false }
serde_json.workspace = true

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion crates/runx-receipts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ thiserror.workspace = true
[dev-dependencies]
base64 = "0.22.1"
criterion = "0.7.0"
jsonschema = { version = "0.46.5", default-features = false }
jsonschema = { version = "0.47.0", default-features = false }
proptest = { version = "1.11.0", default-features = false, features = ["std"] }
ring = "0.17.14"

Expand Down
2 changes: 1 addition & 1 deletion crates/runx-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runx-receipts.workspace = true
# read_limited_response_body), so a decompression bomb stays bounded.
reqwest = { version = "=0.13.4", default-features = false, features = ["rustls-no-provider", "json", "gzip", "brotli", "deflate", "zstd", "http2"], optional = true }
ring = "0.17.14"
jsonschema = { version = "0.46.5", default-features = false }
jsonschema = { version = "0.47.0", default-features = false }
# Drive rustls with the ring provider (already linked via `ring`) instead of
# reqwest's default aws-lc-rs, so the vendored aws-lc-sys C crypto blob is not
# compiled in. ring is then the single, unambiguous process-default provider.
Expand Down
Loading