From d5cdc3e63af1626bd6ed1d63287bc2bf25050318 Mon Sep 17 00:00:00 2001 From: yi-shiyu Date: Tue, 29 Oct 2024 13:24:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0IP=E8=A7=A3=E6=9E=90=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f9410f6..6513172 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "http_echo_ip" -version = "1.0.0" +version = "1.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -10,4 +10,4 @@ chrono = "0.4.38" clap = { version = "4.5.20", features = ["derive"] } regex = "1.11.1" reqwest = { version = "0.12.8", features = ["blocking", "json", "rustls-tls"] } -tokio = { version = "1.41.0", features = ["io-util", "net", "rt", "rt-multi-thread", "macros"] } \ No newline at end of file +tokio = { version = "1.41.0", features = ["io-util", "net", "rt", "rt-multi-thread", "macros"] }