diff --git a/Cargo.lock b/Cargo.lock index 23598f59..11c6f26c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7290,9 +7290,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.41.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes", diff --git a/brian-backend/Cargo.toml b/brian-backend/Cargo.toml index 4839107e..4a33e173 100644 --- a/brian-backend/Cargo.toml +++ b/brian-backend/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tokio = { version = "1.41.0", features = ["full"] } +tokio = { version = "1.41.1", features = ["full"] } serde = { version = "1.0.214", features = ["derive"] } serde_json = "1.0.132" anyhow = "1.0.91" diff --git a/robotica-freeswitch/Cargo.toml b/robotica-freeswitch/Cargo.toml index b5fafdec..0ec3b2c1 100644 --- a/robotica-freeswitch/Cargo.toml +++ b/robotica-freeswitch/Cargo.toml @@ -20,7 +20,7 @@ serde_yml = "0.0.10" thiserror = "1.0.65" tracing = "0.1.37" tracing-subscriber = "0.3.18" -tokio = { version = "1.41.0", features = ["full"] } +tokio = { version = "1.41.1", features = ["full"] } futures = "0.3.31" clap = { version = "4.5.13", features = ["derive"] } chrono = "0.4.38" diff --git a/robotica-slint/Cargo.toml b/robotica-slint/Cargo.toml index 78352294..128153ce 100644 --- a/robotica-slint/Cargo.toml +++ b/robotica-slint/Cargo.toml @@ -22,7 +22,7 @@ slint = "1.0.0" thiserror = "1.0.65" tracing = "0.1.37" tracing-subscriber = "0.3.18" -tokio = { version = "1.41.0", features = ["full"] } +tokio = { version = "1.41.1", features = ["full"] } futures = "0.3.31" clap = { version = "4.5.13", features = ["derive"] } chrono = "0.4.38" diff --git a/robotica-tokio/Cargo.toml b/robotica-tokio/Cargo.toml index c1f7932c..fa661ea6 100644 --- a/robotica-tokio/Cargo.toml +++ b/robotica-tokio/Cargo.toml @@ -13,7 +13,7 @@ scheduler = ["pyo3"] bytes = "1.8.0" rumqttc = "0.24.0" rustls-native-certs = "0.8.0" -tokio = { version = "1.41.0", features = ["full"] } +tokio = { version = "1.41.1", features = ["full"] } serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.132" serde_yml = "0.0.10"