From b2aa031e621add7b1e4c1d340fed513adab8ba92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 12:29:55 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.42.0 to 1.45.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.45.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.42.0...tokio-1.45.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ crates/api/Cargo.toml | 2 +- crates/geo-ip/Cargo.toml | 2 +- crates/grpc_proto/Cargo.toml | 2 +- crates/seed-gen/Cargo.toml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e0f8f5..13f5b0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1885,9 +1885,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.159" +version = "0.2.172" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" +checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" [[package]] name = "libm" @@ -3143,9 +3143,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.42.0" +version = "1.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" +checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165" dependencies = [ "backtrace", "bytes", @@ -3161,9 +3161,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", diff --git a/crates/api/Cargo.toml b/crates/api/Cargo.toml index 5005bfa..6de4281 100644 --- a/crates/api/Cargo.toml +++ b/crates/api/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" actix-web = "4.9.0" confik = "0.12" redis = { version = "0.27.6", features = ["tokio-comp"] } -tokio = { version = "1.42.0", features = ["full"] } +tokio = { version = "1.45.0", features = ["full"] } deadpool-postgres = { version = "0.14.0", features = ["serde"] } derive_more = { version = "1", features = ["full"] } dotenvy = "0.15.7" diff --git a/crates/geo-ip/Cargo.toml b/crates/geo-ip/Cargo.toml index 34b7d20..48c8fb3 100644 --- a/crates/geo-ip/Cargo.toml +++ b/crates/geo-ip/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -tokio = { version = "1.42", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.45", features = ["rt-multi-thread", "macros"] } prost = "0.13.3" tonic = "0.12.3" tonic-health = "0.12.3" diff --git a/crates/grpc_proto/Cargo.toml b/crates/grpc_proto/Cargo.toml index 83bc44c..e57673b 100644 --- a/crates/grpc_proto/Cargo.toml +++ b/crates/grpc_proto/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -tokio = { version = "1.42", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.45", features = ["rt-multi-thread", "macros"] } prost = "0.13.3" tonic = "0.12.3" tonic-health = "0.12.3" diff --git a/crates/seed-gen/Cargo.toml b/crates/seed-gen/Cargo.toml index dcbe4e7..d377a41 100644 --- a/crates/seed-gen/Cargo.toml +++ b/crates/seed-gen/Cargo.toml @@ -8,5 +8,5 @@ rand = "0.8.5" rand_pcg = "0.3.1" rayon = "1.10.0" serde = { version = "1.0.215", features = ["derive"] } -tokio = { version = "1.42.0", features = ["full"] } +tokio = { version = "1.45.0", features = ["full"] } tokio-util = "0.7.12" \ No newline at end of file