diff --git a/Cargo.lock b/Cargo.lock index f2d316d..eca6e42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2211,9 +2211,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.2" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index c51bd4d..e2c6fb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ astarte-device-sdk = { version = "0.9.2", features = ["message-hub"] } clap = { version = "=4.4.18", features = ["derive", "env", "string"] } color-eyre = "0.6.3" toml = "0.8.12" -tokio = { version = "1.37.0", features = ["rt-multi-thread", "sync", "macros", "signal"] } +tokio = { version = "1.41.1", features = ["rt-multi-thread", "sync", "macros", "signal"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.0", features = ["env-filter"]} rand = "0.8.5"