diff --git a/Cargo.lock b/Cargo.lock index 3e0f8f5..9a7f772 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3250,9 +3250,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.12" +version = "0.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" +checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" dependencies = [ "bytes", "futures-core", diff --git a/crates/geo-ip/Cargo.toml b/crates/geo-ip/Cargo.toml index 34b7d20..b182945 100644 --- a/crates/geo-ip/Cargo.toml +++ b/crates/geo-ip/Cargo.toml @@ -11,7 +11,7 @@ tonic-health = "0.12.3" tonic-reflection = "0.12.3" tonic-types = "0.12.3" async-stream = { version = "0.3", optional = true } -tokio-util = { version = "0.7.8", optional = true } +tokio-util = { version = "0.7.15", optional = true } maxminddb = "0.24.0" dotenv = "0.15.0" grpc_proto = { path = "../grpc_proto" } diff --git a/crates/grpc_proto/Cargo.toml b/crates/grpc_proto/Cargo.toml index 83bc44c..cbf5271 100644 --- a/crates/grpc_proto/Cargo.toml +++ b/crates/grpc_proto/Cargo.toml @@ -11,7 +11,7 @@ tonic-health = "0.12.3" tonic-reflection = "0.12.3" tonic-types = "0.12.3" async-stream = { version = "0.3", optional = true } -tokio-util = { version = "0.7.8", optional = true } +tokio-util = { version = "0.7.15", optional = true } maxminddb = "0.24.0" dotenv = "0.15.0" diff --git a/crates/seed-gen/Cargo.toml b/crates/seed-gen/Cargo.toml index dcbe4e7..af88ee6 100644 --- a/crates/seed-gen/Cargo.toml +++ b/crates/seed-gen/Cargo.toml @@ -9,4 +9,4 @@ rand_pcg = "0.3.1" rayon = "1.10.0" serde = { version = "1.0.215", features = ["derive"] } tokio = { version = "1.42.0", features = ["full"] } -tokio-util = "0.7.12" \ No newline at end of file +tokio-util = "0.7.15" \ No newline at end of file