Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
117 changes: 0 additions & 117 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 crates/bin/ampcc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ serde_json.workspace = true
reqwest.workspace = true
thiserror.workspace = true
urlencoding = "2.1"
syntect = { version = "5", default-features = false, features = ["default-fancy"] }
syntect-tui = "3"
1 change: 0 additions & 1 deletion crates/bin/ampctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ tokio.workspace = true
toml.workspace = true
tracing.workspace = true
url.workspace = true
urlencoding = "2.1"
worker = { path = "../../services/worker" }

[build-dependencies]
Expand Down
1 change: 0 additions & 1 deletion crates/clients/admin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ version.workspace = true
license-file.workspace = true

[dependencies]
anyhow.workspace = true
datasets-common = { path = "../../core/datasets-common" }
dump = { path = "../../core/dump" }
monitoring = { path = "../../core/monitoring" }
Expand Down
1 change: 0 additions & 1 deletion crates/core/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ uuid.workspace = true

[dev-dependencies]
chrono.workspace = true
tempfile.workspace = true
1 change: 0 additions & 1 deletion crates/core/datasets-derived/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ common = { version = "0.1.0", path = "../common" }
datafusion.workspace = true
datasets-common = { path = "../datasets-common" }
js-runtime = { version = "0.1.0", path = "../js-runtime" }
metadata-db = { version = "0.1.0", path = "../metadata-db" }
schemars = { workspace = true, optional = true }
serde.workspace = true
serde_json = {workspace = true, optional = true}
Expand Down
1 change: 0 additions & 1 deletion crates/core/dump/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ tokio-stream.workspace = true
url.workspace = true
serde_json.workspace = true
serde.workspace = true
rand.workspace = true
tokio-util.workspace = true
alloy.workspace = true
monitoring = { path = "../monitoring" }
Expand Down
6 changes: 0 additions & 6 deletions crates/extractors/solana-storage-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,8 @@ serde.workspace = true

# Solana dependencies, version should be compatible with solana-datasets
solana-account-decoder = "3.0.10"
solana-hash = "3.0.0"
solana-instruction = "3.0.0"
solana-message = "3.0.0"
solana-pubkey = "3.0.0"
solana-serde = "3.0.0"
solana-signature = { version = "3.0.0", features = ["std"] }
solana-transaction = "3.0.0"
solana-transaction-context = { version = "3.0.0", features = ["serde"] }
solana-transaction-error = "3.0.0"
solana-transaction-status = { version = "3.0.0", features = [
Expand All @@ -36,7 +31,6 @@ enum-iterator = "2.0"
# Protobuf code generation dependencies
# Run with: RUSTFLAGS="--cfg gen_proto" cargo check -p solana-storage-proto
[target.'cfg(gen_proto)'.build-dependencies]
prost-build = { workspace = true }
tonic-build = { workspace = true }

[lints.rust]
Expand Down
2 changes: 0 additions & 2 deletions crates/extractors/solana/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ license-file.workspace = true
schemars = ["dep:schemars", "datasets-common/schemars", "dep:serde_json"]

[dependencies]
anyhow.workspace = true
async-stream.workspace = true
backon.workspace = true
bs58 = "0.5.1"
Expand All @@ -26,7 +25,6 @@ serde_json = { workspace = true, optional = true }
serde_with = "3.9.0"
solana-clock = "3.0.0"
solana-client = "3.0.10"
solana-rpc-client-types = "3.0.10"
solana-rpc-client-api = "3.0.10"
solana-sdk = "3.0.0"
solana-storage-proto = { path = "../solana-storage-proto" }
Expand Down
1 change: 0 additions & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ serde.workspace = true
serde_json.workspace = true
serde_yaml.workspace = true
server = { path = "../crates/services/server" }
solana-datasets = { path = "../crates/extractors/solana" }
tempfile.workspace = true
thiserror.workspace = true
tokio.workspace = true
Expand Down