Remove async-trait from tendermint-machine, tributary-chain

This commit is contained in:
Luke Parker
2025-01-08 16:41:11 -05:00
parent 2121a9b131
commit 376a66b000
9 changed files with 178 additions and 169 deletions

2
Cargo.lock generated
View File

@@ -10498,7 +10498,6 @@ dependencies = [
name = "tendermint-machine"
version = "0.2.0"
dependencies = [
"async-trait",
"futures-channel",
"futures-util",
"hex",
@@ -10941,7 +10940,6 @@ dependencies = [
name = "tributary-chain"
version = "0.1.0"
dependencies = [
"async-trait",
"blake2",
"ciphersuite",
"flexible-transcript",