Skip to content

Commit 0038483

Browse files
Bump tokio from 1.38.0 to 1.38.2 in /aptos-indexer-processors-sdk
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.38.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.38.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.38.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e8047bc commit 0038483

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

aptos-indexer-processors-sdk/Cargo.lock

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

aptos-indexer-processors-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ testcontainers = "0.20.1"
8787
thiserror = "1.0.61"
8888
tiny-keccak = { version = "2.0.2", features = ["keccak", "sha3"] }
8989
tracing = "0.1.34"
90-
tokio = { version = "1.37.0", features = ["full"] }
90+
tokio = { version = "1.38.2", features = ["full"] }
9191
tokio-retry = { version = "0.3.0" }
9292
toml = "0.7.4"
9393
tonic = { version = "0.12.3", features = [

0 commit comments

Comments
 (0)