Skip to content

Commit

Permalink
Merge pull request #630 from Chia-Network/dependabot-bump-jul29
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity authored Jul 29, 2024
2 parents 30b23f4 + 4aabf31 commit c906a85
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 56 deletions.
96 changes: 44 additions & 52 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,22 +102,22 @@ clvm-derive = { path = "./crates/clvm-derive", version = "0.10.0" }
chia-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.10.0" }
blst = { version = "0.3.12", features = ["portable"] }
clvmr = "0.7.0"
syn = "2.0.71"
syn = "2.0.72"
quote = "1.0.32"
proc-macro2 = "1.0.84"
proc-macro-crate = "1.3.1"
anyhow = "1.0.86"
sha2 = "0.10.8"
hkdf = "0.12.0"
hex = "0.4.3"
thiserror = "1.0.62"
thiserror = "1.0.63"
pyo3 = "0.21.2"
arbitrary = "1.3.2"
lru = "0.12.2"
rand = "0.8.5"
criterion = "0.5.1"
rstest = "0.17.0"
tokio = "1.38.1"
tokio = "1.39.1"
tokio-tungstenite = "0.21.0"
futures-util = "0.3.28"
tungstenite = "0.21.0"
Expand All @@ -130,7 +130,7 @@ rcgen = "0.13.1"
rsa = "0.9.5"
time = "0.3.22"
rusqlite = "0.31.0"
clap = "4.5.8"
clap = "4.5.10"
zstd = "0.13.2"
blocking-threadpool = "1.0.1"
libfuzzer-sys = "0.4"
Expand Down

0 comments on commit c906a85

Please sign in to comment.