build(deps): bump tokio from 1.43.0 to 1.44.1 (#15419)

This commit is contained in:
dependabot[bot] 2025-03-26 14:12:42 +00:00 committed by GitHub
parent 02fcc485fb
commit 1979b61a92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -7221,9 +7221,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.43.0"
version = "1.44.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
dependencies = [
"backtrace",
"bytes",

View File

@ -46,7 +46,7 @@ hashbrown = { version = "0.15", features = ["rayon", "serde"] }
# Cloud support
aws-config = { version = "1.5", features = ["sso"] }
aws-credential-types = "1.2"
tokio = { version = "1.43", features = ["full"] }
tokio = { version = "1.44", features = ["full"] }
object_store = { version = "0.11", default-features = false }
url.workspace = true