Skip to content

Commit

Permalink
chore: dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Jan 8, 2025
1 parent 4f20467 commit f7f92e4
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
94 changes: 47 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "havn"
version = "0.1.17"
version = "0.1.17"
edition = "2021"
authors = ["Jack Wills <[email protected]>"]
description = "A fast configurable port scanner with reasonable defaults"
Expand Down Expand Up @@ -29,7 +29,7 @@ similar_names = "allow"

[dependencies]
clap = { version = "4.5", features = ["color", "derive", "unicode"] }
tokio = { version = "1.41", features = [
tokio = { version = "1.43", features = [
"macros",
"net",
"parking_lot",
Expand All @@ -41,7 +41,7 @@ tokio = { version = "1.41", features = [
] }

[target.'cfg(windows)'.dependencies]
os_info = "3.8"
os_info = "3.9"

[dev-dependencies]
warp = "0.3"
Expand Down

0 comments on commit f7f92e4

Please sign in to comment.