diff --git a/Cargo.lock b/Cargo.lock index 13a4253..9429119 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3836,9 +3836,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.41.1" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "bytes", diff --git a/src/bin/sdre-hub/Cargo.toml b/src/bin/sdre-hub/Cargo.toml index 6cde5f3..1d691c4 100644 --- a/src/bin/sdre-hub/Cargo.toml +++ b/src/bin/sdre-hub/Cargo.toml @@ -16,4 +16,4 @@ keywords.workspace = true [dependencies] sdrehub = { path = "../../libraries/sdrehub" } sh-config = { path = "../../libraries/sh-config" } -tokio = { version = "1.41.1", features = ["full", "tracing"] } +tokio = { version = "1.42.0", features = ["full", "tracing"] } diff --git a/src/bin/sh-tauri/Cargo.toml b/src/bin/sh-tauri/Cargo.toml index 65ba7d5..c70ceb6 100644 --- a/src/bin/sh-tauri/Cargo.toml +++ b/src/bin/sh-tauri/Cargo.toml @@ -24,7 +24,7 @@ serde = { version = "1.0.215", features = ["derive"] } sdrehub = { path = "../../libraries/sdrehub" } sh-config = { path = "../../libraries/sh-config" } tauri = { version = "2.1.1" } -tokio = { version = "1.41.1", features = ["full", "tracing"] } +tokio = { version = "1.42.0", features = ["full", "tracing"] } [features] default = ["custom-protocol"] diff --git a/src/libraries/sdrehub/Cargo.toml b/src/libraries/sdrehub/Cargo.toml index f1c2b40..9d204e5 100644 --- a/src/libraries/sdrehub/Cargo.toml +++ b/src/libraries/sdrehub/Cargo.toml @@ -16,7 +16,7 @@ keywords.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tokio = { version = "1.41.1", features = ["full", "tracing"] } +tokio = { version = "1.42.0", features = ["full", "tracing"] } log = "0.4.22" sh-config = { path = "../sh-config" } sh-api = { path = "../sh-api" } diff --git a/src/libraries/sh-api/Cargo.toml b/src/libraries/sh-api/Cargo.toml index 21211e3..196d514 100644 --- a/src/libraries/sh-api/Cargo.toml +++ b/src/libraries/sh-api/Cargo.toml @@ -24,4 +24,4 @@ serde_json = "1.0.133" sh-common = { path = "../sh-common" } sh-common-server = { path = "../sh-common-server" } sh-config = { path = "../sh-config" } -tokio = { version = "1.41.1", features = ["full", "tracing"] } +tokio = { version = "1.42.0", features = ["full", "tracing"] } diff --git a/src/libraries/sh-common-server/Cargo.toml b/src/libraries/sh-common-server/Cargo.toml index 1af1e0c..c605839 100644 --- a/src/libraries/sh-common-server/Cargo.toml +++ b/src/libraries/sh-common-server/Cargo.toml @@ -19,4 +19,4 @@ keywords.workspace = true async-trait = "0.1.83" sh-config = { path = "../sh-config" } sh-common = { path = "../sh-common" } -tokio = { version = "1.41.1", features = ["full"] } +tokio = { version = "1.42.0", features = ["full"] }