Skip to content

Commit

Permalink
Dependency cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
poplexity committed Aug 5, 2024
1 parent 18f4cf3 commit d8f123d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
19 changes: 14 additions & 5 deletions Cargo.lock

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

17 changes: 5 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ license = "MIT OR Apache-2.0"
log = "0.4"
env_logger = "0.10"
alloy-primitives = { version = "0.6", features = [ "serde" ] }
reth-primitives = { path = "../telos-reth/crates/primitives", features = [ "telos" ]}
reth-rpc-types = { path = "../telos-reth/crates/rpc/rpc-types" }
reth-rpc-types-compat = { path = "../telos-reth/crates/rpc/rpc-types-compat" }
reth-telos = { path = "../telos-reth/crates/telos" }
reth-primitives = { git = "https://github.com/telosnetwork/telos-reth", branch = "versioning-and-nix", features = [ "telos" ]}
reth-rpc-types = { git = "https://github.com/telosnetwork/telos-reth", branch = "versioning-and-nix" }
reth-rpc-types-compat = {git = "https://github.com/telosnetwork/telos-reth", branch = "versioning-and-nix" }
reth-telos = { git = "https://github.com/telosnetwork/telos-reth", branch = "versioning-and-nix" }
csv = "1.3.0"
chrono = "0.4.33"
reqwest = { version = "0.11.23", features = ["json"] }
Expand All @@ -25,13 +25,6 @@ hex = "0.4.3"
jsonwebtoken = "9.2.0"
serde_json = "1.0.111"
alloy-rlp = "0.3"
# arrowbatch = { path = '../arrowbatch-rs' }
arrowbatch = "1.14.0"
base64 = "0.22.1"
# antelope-client = { path = "../antelope-rs/crates/antelope" }
antelope-client = { git = "https://github.com/telosnetwork/antelope-rs.git", branch = "serialization" }
#arrowbatch = { git = "https://github.com/telosnetwork/arrowbatch-rs.git", branch = "mut_refactor" }

#[dev-dependencies]
#alloy = { git = "https://github.com/alloy-rs/alloy", rev = "0928b92000d1a56370531d5d3d825729b03dfed9", features = [ "contract", "providers" ]}
#eyre = "0.6.5"
antelope-client = { git = "https://github.com/telosnetwork/antelope-rs", branch = "serialization" }

0 comments on commit d8f123d

Please sign in to comment.