Skip to content

Commit db175c3

Browse files
chore(deps): bump tokio from 1.41.1 to 1.43.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5b8c6d commit db175c3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ serde_repr = "0.1.19"
5050
sha2 = "0.10.8"
5151
thiserror = "2.0.3"
5252
time = "0.3"
53-
tokio = { version = "1.41.1", default-features = false }
53+
tokio = { version = "1.43.1", default-features = false }

ic-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ version = "3"
6868
optional = true
6969

7070
[target.'cfg(not(target_family = "wasm"))'.dependencies]
71-
tokio = { version = "1.24.2", features = ["time"] }
71+
tokio = { version = "1.43.1", features = ["time"] }
7272

7373
[target.'cfg(target_family = "wasm")'.dependencies]
7474
getrandom = { version = "0.2", features = ["js"], optional = true }

0 commit comments

Comments
 (0)