From bac935273c3be9c04f05d8036e3f4d96462a7884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 00:46:56 +0000 Subject: [PATCH] build(deps): bump tokio from 1.46.1 to 1.47.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.46.1 to 1.47.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.46.1...tokio-1.47.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6761b3c..5422f68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2703,9 +2703,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.46.1" +version = "1.47.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17" +checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" dependencies = [ "backtrace", "bytes", @@ -2716,9 +2716,9 @@ dependencies = [ "pin-project-lite", "signal-hook-registry", "slab", - "socket2 0.5.10", + "socket2 0.6.0", "tokio-macros", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 135538a..17454fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres", "mac tar = "0.4.44" tempfile = "3.20.0" thiserror = "2.0.12" -tokio = { version = "1.46.1", features = ["full"] } +tokio = { version = "1.47.1", features = ["full"] } tokio-stream = "0.1.17" tower-http = { version = "0.6.6", features = ["cors"] } tracing = "0.1.41"