update tokio for RUSTSEC-2025-0023 (#11464)

This commit is contained in:
Conrad Ludgate
2025-04-07 14:33:56 +01:00
committed by GitHub
parent aa88279681
commit 85a515c176
2 changed files with 3 additions and 3 deletions

View File

@@ -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"