Skip to content

Commit

Permalink
Merge pull request #622 from Chia-Network/dependabot-bump
Browse files Browse the repository at this point in the history
CHIA-941: Bump versions of tokio, syn, and thiserror
  • Loading branch information
Rigidity authored Jul 22, 2024
2 parents cb4545e + d29b72c commit fc61c21
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
54 changes: 27 additions & 27 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 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.70"
syn = "2.0.71"
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.61"
thiserror = "1.0.62"
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.32.0"
tokio = "1.38.1"
tokio-tungstenite = "0.21.0"
futures-util = "0.3.28"
tungstenite = "0.21.0"
Expand Down

0 comments on commit fc61c21

Please sign in to comment.