From 85a515c1762eec7f7780751912304b96e4626782 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Mon, 7 Apr 2025 14:33:56 +0100 Subject: [PATCH] update tokio for RUSTSEC-2025-0023 (#11464) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03a376cdae..dbbf2c3357 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7116,9 +7116,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.43.0" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 3fb9229da8..1f605681db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -183,7 +183,7 @@ test-context = "0.3" thiserror = "1.0" tikv-jemallocator = { version = "0.6", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms"] } tikv-jemalloc-ctl = { version = "0.6", features = ["stats"] } -tokio = { version = "1.41", features = ["macros"] } +tokio = { version = "1.43.1", features = ["macros"] } tokio-epoll-uring = { git = "https://github.com/neondatabase/tokio-epoll-uring.git" , branch = "main" } tokio-io-timeout = "1.2.0" tokio-postgres-rustls = "0.12.0"