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
68 changes: 34 additions & 34 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ too_long_first_doc_paragraph = "warn"
anyhow = "1.0.101"
insta = { version = "1.47.2" }
bitvec = "1.0.1"
capnp = "0.25.2"
capnp = "0.25.4"
cgmath = "0.18.0"
cool_asserts = "2.0.4"
delegate = "0.13.5"
Expand All @@ -51,15 +51,15 @@ downcast-rs = "2.0.2"
enum_dispatch = "0.3.11"
html-escape = "0.2.13"
itertools = "0.14.0"
jsonschema = { version = "0.46.2", default-features = false }
jsonschema = { version = "0.46.4", default-features = false }
num-rational = "0.4.1"
pastey = "0.2.1"
pastey = "0.2.2"
proptest = "1.11.0"
proptest-derive = "0.8.0"
regex = "1.12.3"
regex-syntax = "0.8.9"
rstest = "0.26.1"
semver = "1.0.27"
semver = "1.0.28"
serde = "1.0.228"
serde_json = "1.0.149"
serde_with = "3.18.0"
Expand All @@ -70,14 +70,14 @@ static_assertions = "1.1.0"
tempfile = "3.27"
thiserror = "2.0.18"
typetag = "0.2.21"
clap = { version = "4.6.0" }
clap = { version = "4.6.1" }
clio = "0.3.5"
clap-verbosity-flag = "3.0.4"
assert_cmd = "2.2"
assert_fs = "1.1.3"
predicates = "3.1.4"
indexmap = "2.14.0"
rustc-hash = "2.1.1"
rustc-hash = "2.1.2"
bumpalo = "3.20.1"
pathsearch = "0.2.0"
base64 = "0.22.1"
Expand All @@ -94,7 +94,7 @@ schemars = "1.2.1"

# These public dependencies usually require breaking changes downstream, so we
# try to be as permissive as possible.
portgraph = { version = "0.16.0" }
portgraph = { version = "0.16.1" }
petgraph = { version = ">= 0.8.3, < 0.9", default-features = false }
# There can only be one `pyo3` dependency in the whole workspace, so we use a
# loose version constraint to prevent breaking changes in dependent crates where possible.
Expand Down
2 changes: 1 addition & 1 deletion hugr-llvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ derive_more = { workspace = true, features = ["debug"] }
hugr-llvm = { "path" = ".", features = ["test-utils"] }

[build-dependencies]
cc = "1.2.57"
cc = "1.2.61"
Loading