Merge pull request #5497 from meilisearch/dependabot/cargo/tokio-1.43.1

Bump tokio from 1.42.0 to 1.43.1
This commit is contained in:
Clément Renault
2025-04-14 11:40:13 +00:00
committed by GitHub
5 changed files with 8 additions and 8 deletions

View File

@ -92,7 +92,7 @@ time = { version = "0.3.37", features = [
"parsing",
"macros",
] }
tokio = { version = "1.42.0", features = ["full"] }
tokio = { version = "1.43.1", features = ["full"] }
toml = "0.8.19"
uuid = { version = "1.11.0", features = ["serde", "v4"] }
serde_urlencoded = "0.7.1"