Skip to content

Commit

Permalink
remove now-unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Sep 22, 2024
1 parent 4d14694 commit 7801fd3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 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 programs/sbf/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 rpc-client-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ bs58 = { workspace = true, features = ["std"] }
jsonrpc-core = { workspace = true }
reqwest = { workspace = true, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
reqwest-middleware = { workspace = true }
semver = { workspace = true }
serde = { workspace = true }
serde_derive = { workspace = true }
serde_json = { workspace = true }
Expand All @@ -25,7 +24,6 @@ solana-inline-spl = { workspace = true }
solana-rpc-response = { workspace = true }
solana-sdk = { workspace = true }
solana-transaction-status-client-types = { workspace = true }
solana-version = { workspace = true }
thiserror = { workspace = true }

[dev-dependencies]
Expand Down

0 comments on commit 7801fd3

Please sign in to comment.