Skip to content

Commit 430ebfd

Browse files
chore(deps): bump tokio from 1.47.1 to 1.48.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.1 to 1.48.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.48.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e6218cc commit 430ebfd

File tree

3 files changed

+17
-67
lines changed

3 files changed

+17
-67
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sha2 = "0.10.9"
4141
sha3 = "0.10.2"
4242
thiserror = "2.0.15"
4343
time = "0.3.43"
44-
tokio = { version = "1.47.0", features = ["time"] }
44+
tokio = { version = "1.48.0", features = ["time"] }
4545
tonic = "0.12.3"
4646
tinystr = { version = "0.7.0", default-features = false }
4747
arc-swap = "1.6.0"
@@ -103,7 +103,7 @@ miniserde = "0.1.42"
103103
parking_lot = "0.12.5"
104104

105105
[dev-dependencies.tokio]
106-
version = "1.47.0"
106+
version = "1.48.0"
107107
features = ["rt-multi-thread", "macros", "parking_lot"]
108108

109109
[dev-dependencies.env_logger]

tck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/hiero-ledger/hiero-sdk-rust"
88

99
[dependencies]
1010
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
11-
tokio = { version = "1.47.0", features = ["signal"] }
11+
tokio = { version = "1.48.0", features = ["signal"] }
1212
anyhow = "1.0.99"
1313
tower = { version = "0.4.13", features = ["tracing"] }
1414
tracing = "0.1.41"

0 commit comments

Comments
 (0)