Skip to content

Commit

Permalink
Merge branch 'latest' into add/install_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb authored Oct 31, 2023
2 parents 1fed03f + 5d0c0de commit f05950c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ maturin = []

[dependencies]
az = "1.0.0"
bytecount = "0.6.5"
bytecount = "0.6.7"
byteorder = "1.5.0"
cfg-if = "1.0"
counter = "0.5.7"
Expand All @@ -42,7 +42,7 @@ num-iter = "0.1.43"
once_cell = "1.18.0"
rayon = { version = "1.8.0", optional = true }
serde = { version = "1.0.168", features = ["derive"] }
serde_json = "1.0.107"
serde_json = "1.0.108"
primal-check = "0.3.1"
thiserror = "1.0"
typed-builder = "0.14.0"
Expand All @@ -58,7 +58,7 @@ criterion = "0.5.1"
needletail = { version = "0.5.1", default-features = false }
proptest = { version = "1.3.1", default-features = false, features = ["std"]}
rand = "0.8.2"
tempfile = "3.7.1"
tempfile = "3.8.1"

[[bench]]
name = "compute"
Expand Down

0 comments on commit f05950c

Please sign in to comment.