Skip to content

Commit

Permalink
chore: Bump Other Dependencies (op-rs#856)
Browse files Browse the repository at this point in the history
* fix: bump

* fix: bump
  • Loading branch information
refcell authored Dec 3, 2024
1 parent d01ae03 commit c678bee
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 4 deletions.
34 changes: 32 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ linked_list_allocator = "0.10.5"

# General
sha2 = { version = "0.10.8", default-features = false }
c-kzg = { version = "1.0.3", default-features = false }
c-kzg = { version = "2.0.0", default-features = false }
anyhow = { version = "1.0.89", default-features = false }
thiserror = { version = "2.0", default-features = false }

Expand All @@ -119,7 +119,7 @@ tracing-subscriber = "0.3.18"
tracing = { version = "0.1.40", default-features = false }

# Testing
pprof = "0.13.0"
pprof = "0.14.0"
proptest = "1.5"
criterion = "0.5.1"

Expand Down

0 comments on commit c678bee

Please sign in to comment.