diff --git a/Cargo.lock b/Cargo.lock index a114f28a0..a6c8e2c45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -2380,9 +2380,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.42.0" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" +checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" dependencies = [ "backtrace", "bytes", @@ -2398,9 +2398,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index c0275c5e9..700ecddfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ chacha20poly1305 = { version = "0.10.1", default-features = false, features = [ zerocopy = { version = "0.7.35", features = ["derive"] } home = "0.5.9" derive_builder = "0.20.1" -tokio = { version = "1.42", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.43", features = ["macros", "rt-multi-thread"] } postcard = { version = "1.1.1", features = ["alloc"] } libcrux = { version = "0.0.2-pre.2" } hex-literal = { version = "0.4.1" } diff --git a/wireguard-broker/Cargo.toml b/wireguard-broker/Cargo.toml index ae987f731..3def09c33 100644 --- a/wireguard-broker/Cargo.toml +++ b/wireguard-broker/Cargo.toml @@ -19,7 +19,7 @@ wireguard-uapi = { workspace = true } # Socket handler only rosenpass-to = { workspace = true } -tokio = { version = "1.42.0", features = ["sync", "full", "mio"] } +tokio = { version = "1.43.1", features = ["sync", "full", "mio"] } anyhow = { workspace = true } clap = { workspace = true } env_logger = { workspace = true }