Skip to content

Commit 079806c

Browse files
committed
bump tokio to 1.44.2
This bump resolves the RUSTSEC-2025-0023 advisory. Signed-off-by: Marcel Guzik <marcel.guzik@cumulocity.com>
1 parent 613cad3 commit 079806c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -184,7 +184,7 @@ tempfile = "3.12"
184184
test-case = "3.2"
185185
thiserror = "1.0"
186186
time = "0.3"
187-
tokio = { version = "1.37", default-features = false }
187+
tokio = { version = "1.44", default-features = false }
188188
tokio-rustls = { version = "0.26.1", default-features = false }
189189
tokio-tungstenite = { version = "0.26.1" }
190190
tokio-util = { version = "0.7", features = ["codec"] }

0 commit comments

Comments
 (0)