Skip to content

Commit

Permalink
Merge branch 'main' into merkle_blob
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Oct 28, 2024
2 parents fc4c9d9 + 948bc64 commit 3eafa7f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ chia-puzzles-fuzz = { path = "./crates/chia-puzzles/fuzz", version = "0.15.0" }
clvm-traits-fuzz = { path = "./crates/clvm-traits/fuzz", version = "0.15.0" }
clvm-utils-fuzz = { path = "./crates/clvm-utils/fuzz", version = "0.15.0" }
blst = { version = "0.3.12", features = ["portable"] }
clvmr = "0.9.0"
syn = "2.0.75"
clvmr = "0.9.1"
syn = "2.0.83"
quote = "1.0.32"
proc-macro2 = "1.0.84"
proc-macro2 = "1.0.89"
proc-macro-crate = "1.3.1"
anyhow = "1.0.86"
sha2 = "0.10.8"
Expand Down Expand Up @@ -156,8 +156,8 @@ clap = "4.5.16"
zstd = "0.13.2"
blocking-threadpool = "1.0.1"
libfuzzer-sys = "0.4"
wasm-bindgen = "0.2.93"
openssl = "0.10.66"
wasm-bindgen = "0.2.95"
openssl = "0.10.68"
open = "5.3.0"
url = "2.5.2"
percent-encoding = "2.3.1"

0 comments on commit 3eafa7f

Please sign in to comment.