Skip to content

Commit

Permalink
Merge pull request #27 from kumavale/dependabot/cargo/dependencies-ac…
Browse files Browse the repository at this point in the history
…070d1244

Bump the dependencies group with 5 updates
  • Loading branch information
kumavale authored Apr 21, 2024
2 parents 9413fe5 + cbaa975 commit 7e41ebc
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 177 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ path = "src/main.rs"

[dependencies]
serialport = "4.0.1"
clap = "2.34.0"
regex = "1.5.4"
chrono = "0.4.19"
serde = { version = "1.0.132", features = ["derive"] }
toml = "0.5.8"
toml = "0.8.12"
lazy_static = "1.4.0"
rustyline = "9.1.1"
rustyline = "14.0.0"
tokio = { version = "1.20", features = ["full"] }
ssh2 = "0.9"
rpassword = "7.0"
getch-rs = "0.1"
getch-rs = "0.2"
clap = { version = "4.5.4", features = ["derive", "cargo"] }

[build-dependencies]
lazy_static = "1.4.0"
Expand All @@ -48,4 +48,4 @@ features = [
version = "0.2"

[target.'cfg(unix)'.dependencies]
nix = "0.24"
nix = "0.28"
Loading

0 comments on commit 7e41ebc

Please sign in to comment.