Skip to content

Commit

Permalink
chore: use workspace dependencies in glados-core
Browse files Browse the repository at this point in the history
  • Loading branch information
carver authored and mrferris committed Sep 4, 2024
1 parent f39337f commit b517b77
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 42 deletions.
32 changes: 3 additions & 29 deletions Cargo.lock

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

26 changes: 13 additions & 13 deletions glados-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ authors = ["Piper Merriam <[email protected]>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
alloy-primitives = "0.7.0"
anyhow = "1.0.68"
chrono = "0.4.22"
entity = { path = "../entity" }
sea-orm = "0.11.3"
serde = "1.0.147"
serde_json = "1.0.87"
alloy-primitives.workspace = true
anyhow.workspace = true
chrono.workspace = true
entity.workspace = true
env_logger.workspace = true
ethportal-api.workspace = true
jsonrpsee = { version = "0.20.0", features = ["async-client", "client"] }
sea-orm.workspace = true
serde.workspace = true
serde_json.workspace = true
sha2 = "0.10.6"
thiserror = "1.0.37"
env_logger = "0.9.3"
tracing = "0.1.37"
ethportal-api = { git = "https://github.com/ethereum/trin" }
url = "2.3.1"
jsonrpsee = { version = "0.20.0", features = ["async-client", "client"] }
tracing.workspace = true
url.workspace = true

[dev-dependencies]
rstest = "0.11.0"
rstest.workspace = true

0 comments on commit b517b77

Please sign in to comment.