diff --git a/aptos-indexer-processors-sdk/Cargo.toml b/aptos-indexer-processors-sdk/Cargo.toml index 2170f2f..6445dae 100644 --- a/aptos-indexer-processors-sdk/Cargo.toml +++ b/aptos-indexer-processors-sdk/Cargo.toml @@ -90,7 +90,7 @@ testcontainers = "0.20.1" thiserror = "1.0.61" tiny-keccak = { version = "2.0.2", features = ["keccak", "sha3"] } tracing = "0.1.34" -tokio = { version = "1.37.0", features = ["full"] } +tokio = { version = "1.44.2", features = ["full"] } tokio-retry = { version = "0.3.0" } toml = "0.7.4" tonic = { version = "0.12.3", features = [ diff --git a/examples/Cargo.lock b/examples/Cargo.lock index 0cc6225..b77a307 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -3300,9 +3300,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.43.0" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 4a8a6ff..c4e8ca9 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -33,5 +33,5 @@ rayon = "1.10.0" sample = { path = "../aptos-indexer-processors-sdk/sample" } serde = { version = "1.0.193", features = ["derive", "rc"] } serde_json = { version = "1.0.81", features = ["preserve_order"] } -tokio = { version = "1.37.0", features = ["full"] } +tokio = { version = "1.44.2", features = ["full"] } tracing = "0.1.34"