Skip to content

Commit 259eacb

Browse files
chore(deps): bump async-trait from 0.1.88 to 0.1.89
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.88 to 0.1.89. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.88...0.1.89) --- updated-dependencies: - dependency-name: async-trait dependency-version: 0.1.89 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3df940b commit 259eacb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tokio = { version = "1.47.0", features = ["signal"] }
1212
anyhow = "1.0.98"
1313
tower = { version = "0.4.13", features = ["tracing"] }
1414
tracing = "0.1.41"
15-
async-trait = "0.1.88"
15+
async-trait = "0.1.89"
1616
hyper = "1.6.0"
1717
tower-http = { version = "0.6.6", features = ["full"] }
1818
hedera = { path = "../." }

0 commit comments

Comments
 (0)