Skip to content

Commit

Permalink
Fix deps (#1525)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch authored Feb 9, 2025
1 parent ddae285 commit 3881112
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions gmp/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ async-trait.workspace = true
futures.workspace = true
hex.workspace = true
reqwest = { version = "0.12.7", default-features = false, features = ["json", "rustls-tls-native-roots"] }
rosetta-client = { git = "https://github.com/analog-labs/chain-connectors", branch = "gmp-api" }
rosetta-server = { git = "https://github.com/analog-labs/chain-connectors", branch = "gmp-api" }
rosetta-server-ethereum = { git = "https://github.com/analog-labs/chain-connectors", branch = "gmp-api" }
rosetta-ethereum-backend = { git = "https://github.com/analog-labs/chain-connectors", branch = "gmp-api" }
rosetta-ethereum-types = { git = "https://github.com/analog-labs/chain-connectors", branch = "gmp-api" }
rosetta-client = { git = "https://github.com/analog-labs/chain-connectors", rev = "37e2cd1" }
rosetta-server = { git = "https://github.com/analog-labs/chain-connectors", rev = "37e2cd1" }
rosetta-server-ethereum = { git = "https://github.com/analog-labs/chain-connectors", rev = "37e2cd1" }
rosetta-ethereum-backend = { git = "https://github.com/analog-labs/chain-connectors", rev = "37e2cd1" }
rosetta-ethereum-types = { git = "https://github.com/analog-labs/chain-connectors", rev = "37e2cd1" }
sha3 = { version = "0.10", default-features = false }
serde.workspace = true
serde_json = "1.0.127"
Expand Down
2 changes: 1 addition & 1 deletion tc-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ scale-codec.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json = "1.0.138"
serde_yaml = "0.9.34"
slack-morphism = { version = "2.8.0", features = ["hyper"], git = "https://github.com/dvc94ch/slack-morphism-rust", branch = "files-delete" }
slack-morphism = { version = "2.8.0", features = ["hyper"], git = "https://github.com/abdolence/slack-morphism-rust" }
tabled = "0.16.0"
tc-subxt.workspace = true
time-primitives = { workspace = true, default-features = true }
Expand Down

0 comments on commit 3881112

Please sign in to comment.