diff --git a/Cargo.lock b/Cargo.lock index 89801078a..5567714ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1218,7 +1218,7 @@ dependencies = [ "hyper", "libc", "pin-project-lite", - "socket2 0.5.9", + "socket2 0.6.0", "tokio", "tower-service", "tracing", @@ -2599,9 +2599,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.47.0" +version = "1.47.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35" +checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 1987e33b4..8371981df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ sha2 = "0.10.9" sha3 = "0.10.2" thiserror = "1.0.31" time = "0.3.41" -tokio = { version = "1.47.0", features = ["time"] } +tokio = { version = "1.47.1", features = ["time"] } tonic = "0.12.3" tinystr = { version = "0.7.0", default-features = false } arc-swap = "1.6.0" @@ -103,7 +103,7 @@ miniserde = "0.1.42" parking_lot = "0.12.4" [dev-dependencies.tokio] -version = "1.47.0" +version = "1.47.1" features = ["rt-multi-thread", "macros", "parking_lot"] [dev-dependencies.env_logger] diff --git a/tck/Cargo.toml b/tck/Cargo.toml index 0a6a08d14..ebc51fd58 100644 --- a/tck/Cargo.toml +++ b/tck/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/hiero-ledger/hiero-sdk-rust" [dependencies] tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } -tokio = { version = "1.47.0", features = ["signal"] } +tokio = { version = "1.47.1", features = ["signal"] } anyhow = "1.0.98" tower = { version = "0.4.13", features = ["tracing"] } tracing = "0.1.41"