Skip to content

Commit

Permalink
Merge pull request #676 from Chia-Network/bump-deps-aug21
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
Rigidity committed Aug 27, 2024
2 parents e032f9d + c107dc5 commit bfc5544
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 47 deletions.
85 changes: 43 additions & 42 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 @@ -106,7 +106,7 @@ clvm-derive = { path = "./crates/clvm-derive", version = "0.11.0" }
chia-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.12.0" }
blst = { version = "0.3.12", features = ["portable"] }
clvmr = "0.8.0"
syn = "2.0.72"
syn = "2.0.75"
quote = "1.0.32"
proc-macro2 = "1.0.84"
proc-macro-crate = "1.3.1"
Expand All @@ -117,11 +117,11 @@ hex = "0.4.3"
thiserror = "1.0.63"
pyo3 = "0.21.2"
arbitrary = "1.3.2"
lru = "0.12.2"
lru = "0.12.4"
rand = "0.8.5"
criterion = "0.5.1"
rstest = "0.17.0"
tokio = "1.39.1"
tokio = "1.39.3"
tokio-tungstenite = "0.21.0"
futures-util = "0.3.28"
tungstenite = "0.21.0"
Expand All @@ -134,8 +134,8 @@ rcgen = "0.13.1"
rsa = "0.9.5"
time = "0.3.22"
rusqlite = "0.31.0"
clap = "4.5.10"
clap = "4.5.16"
zstd = "0.13.2"
blocking-threadpool = "1.0.1"
libfuzzer-sys = "0.4"
wasm-bindgen = "0.2.92"
wasm-bindgen = "0.2.93"

0 comments on commit bfc5544

Please sign in to comment.