Skip to content

Commit

Permalink
bump ver 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kolapapa committed Oct 25, 2022
1 parent e073a93 commit ae87ba5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "surge-ping"
version = "0.7.2"
version = "0.7.3"
authors = ["kolapapa <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -12,20 +12,20 @@ categories = ["network-programming", "asynchronous"]

[dependencies]
hex = "0.4.3"
parking_lot = "0.12.0"
pnet_packet = "0.30"
parking_lot = "0.12.1"
pnet_packet = "0.31"
rand = "0.8.5"
socket2 = { version = "0.4.4", features = ["all"] }
thiserror = "1.0.31"
tokio = { version = "1.18", features = ["time", "sync"] }
tracing = "0.1.34"
socket2 = { version = "0.4.7", features = ["all"] }
thiserror = "1.0.37"
tokio = { version = "1.21", features = ["time", "sync"] }
tracing = "0.1.37"


[dev-dependencies]
structopt = "0.3.26"
pretty_env_logger = "0.4.0"
tokio = { version = "1", features = ["full"] }
futures = "0.3.21"
futures = "0.3.25"

[[example]]
name = "simple"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ async fn main() {
multi address usage: [multi_ping.rs](https://github.com/kolapapa/surge-ping/blob/main/examples/multi_ping.rs)

### Ping(ICMP)
> sending ping packets requires either running as `root` or setting a capability on your binary, at least on Linux. This is a restriction enforced by the system, not by this `crate`.

There are three example programs that you can run on your own.

Expand Down

0 comments on commit ae87ba5

Please sign in to comment.