Skip to content

Commit b488245

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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 = "1.0.31"
4343
time = "0.3.41"
44-
tokio = { version = "1.47.0", features = ["time"] }
44+
tokio = { version = "1.47.1", 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.4"
104104

105105
[dev-dependencies.tokio]
106-
version = "1.47.0"
106+
version = "1.47.1"
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.19", features = ["env-filter"] }
11-
tokio = { version = "1.47.0", features = ["signal"] }
11+
tokio = { version = "1.47.1", features = ["signal"] }
1212
anyhow = "1.0.98"
1313
tower = { version = "0.4.13", features = ["tracing"] }
1414
tracing = "0.1.41"

0 commit comments

Comments
 (0)