Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoscout committed Jul 27, 2024
1 parent 782a84d commit 3873335
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 22 deletions.
41 changes: 24 additions & 17 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ authors = ["ufoscout <[email protected]>"]
edition = "2021"

[dependencies]
port_check = "0.1"
log = "0.4"
env_logger = { version = "0.10", default-features = false }
exec = "0.3.1"
shell-words = "1.1.0"
port_check = "0.2"
log = { version = "0.4", default-features = false }
env_logger = { version = "0.11", default-features = false }
exec = { version = "0.3.1", default-features = false }
shell-words = { version = "1.1.0", default-features = false }

[dev-dependencies]
atomic-counter = "1.0"
Expand Down

0 comments on commit 3873335

Please sign in to comment.