Skip to content

Commit

Permalink
增加IP解析方法
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-shiyu committed Oct 29, 2024
1 parent 7ad50a0 commit d5cdc3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"] }
tokio = { version = "1.41.0", features = ["io-util", "net", "rt", "rt-multi-thread", "macros"] }

0 comments on commit d5cdc3e

Please sign in to comment.