From f32cd46ad051e9aca35bfe55a4e706af7eee3d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 18:03:18 +0000 Subject: [PATCH] fix(deps): bump tokio from 1.23.1 to 1.24.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.1 to 1.24.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.23.1...tokio-1.24.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd077a7..32bff7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -911,9 +911,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.23.1" +version = "1.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8" +checksum = "1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 39da351..8599dc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ description = "Work out what your external ip is" clap = { version = "4.0.32", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] } trust-dns-resolver = "0.22.0" futures = "0.3.25" -tokio = { version = "1.23.1", features = ["full"] } +tokio = { version = "1.24.1", features = ["full"] } miette = { version = "5.5.0", features = ["fancy"] }