Skip to content

Commit

Permalink
chore: remove unused deps (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien authored Feb 9, 2024
1 parent a5b14fa commit f4b5f29
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions fvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ arbitrary = { workspace = true, optional = true, features = ["derive"] }
rand = { workspace = true }
quickcheck = { workspace = true, optional = true }
minstant = { workspace = true }
blake2b_simd = { workspace = true }
byteorder = { workspace = true }
ambassador = { workspace = true }
derive_more = "0.99.17"
replace_with = "0.1.7"
Expand Down
1 change: 0 additions & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ num-traits = { workspace = true, default-features = false }
lazy_static = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
byteorder = { workspace = true }
fvm_shared = { workspace = true }
fvm_ipld_encoding = { workspace = true }

Expand Down

0 comments on commit f4b5f29

Please sign in to comment.