diff --git a/Cargo.lock b/Cargo.lock index 5bc5976..0d5011b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1706,9 +1706,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.42.0" +version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" +checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" dependencies = [ "backtrace", "bytes", diff --git a/crates/shared/Cargo.toml b/crates/shared/Cargo.toml index 22169b0..ab974e9 100644 --- a/crates/shared/Cargo.toml +++ b/crates/shared/Cargo.toml @@ -14,7 +14,7 @@ serde_json = "1.0.134" directories = "5.0.1" backtrace = "0.3.74" toml = "0.8.19" -tokio = { version = "1.42.0", features = ["net", "rt"] } +tokio = { version = "1.43.0", features = ["net", "rt"] } [lints] workspace = true