Skip to content

Commit

Permalink
fix: fix rscanner Cargo.toml deps err
Browse files Browse the repository at this point in the history
  • Loading branch information
gongzhengyang committed Dec 12, 2023
1 parent 3284fba commit ddf5f20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rscanner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ async-trait = "0.1"
clap = { version = "4.2", features = ["derive"] }
hashbrown = "0.14"
ipnetwork = "0.20"
itertools = "0.11"
itertools = "0.12"
pnet = "0.34"
pnet_transport = "0.34"
rand = "0.8"
rlimit = "0.10"
serde = { version = "1", features = ["derive"] }
thiserror = "1.0"
tokio = { version = "1", features = ["full", "tracing"] }
tracing = "0.1"
cached = "0.46"
snafu = "0.7"

0 comments on commit ddf5f20

Please sign in to comment.