From aeb27d5d9ceb39b241880bd51057e7e10c03e4d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 02:13:03 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.39.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27329f2..da07159 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ description = "Work out what your IP Address is" clap = { version = "4.5.16", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] } hickory-resolver = "0.24.1" futures = "0.3.30" -tokio = { version = "1.39.2", features = ["full"] } +tokio = { version = "1.39.3", features = ["full"] } miette = { version = "7.2.0", features = ["fancy"] } local-ip-address = "0.6.1"