Skip to content

Commit

Permalink
Merge branch 'main' into fix-audit-failures
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Dec 10, 2024
2 parents 08f31d2 + 8983b54 commit a03d428
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 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 @@ -120,11 +120,11 @@ clvm-traits-fuzz = { path = "./crates/clvm-traits/fuzz", version = "0.16.0" }
clvm-utils-fuzz = { path = "./crates/clvm-utils/fuzz", version = "0.16.0" }
blst = { version = "0.3.12", features = ["portable"] }
clvmr = "0.10.0"
syn = "2.0.89"
syn = "2.0.90"
quote = "1.0.32"
proc-macro2 = "1.0.92"
proc-macro-crate = "1.3.1"
anyhow = "1.0.93"
anyhow = "1.0.94"
sha2 = "0.10.8"
hkdf = "0.12.0"
hex = "0.4.3"
Expand All @@ -134,7 +134,7 @@ arbitrary = "1.4.1"
rand = "0.8.5"
criterion = "0.5.1"
rstest = "0.22.0"
tokio = "1.41.1"
tokio = "1.42.0"
tokio-tungstenite = "0.24.0"
futures-util = "0.3.31"
tungstenite = "0.24.0"
Expand All @@ -147,7 +147,7 @@ rcgen = "0.13.1"
rsa = "0.9.7"
time = "0.3.22"
rusqlite = "0.31.0"
clap = "4.5.21"
clap = "4.5.22"
zstd = "0.13.2"
blocking-threadpool = "1.0.1"
libfuzzer-sys = "0.4"
Expand Down

0 comments on commit a03d428

Please sign in to comment.