Skip to content

Commit

Permalink
Merge pull request #138 from losynix/update
Browse files Browse the repository at this point in the history
Update cargo.lock
  • Loading branch information
losynix authored Oct 14, 2022
2 parents afbe80f + 4cb82fe commit aa73658
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 68 deletions.
122 changes: 57 additions & 65 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion usbsas-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "usbsas web server"
actix-files = "0.6.2"
actix-web = "4.2.1"
base64 = "0.13.0"
clap = "4.0.14"
clap = "4.0.15"
err-derive = "0.3.1"
futures = "0.3.24"
hmac = { version = "0.12.1", features = ["reset"] }
Expand Down
2 changes: 1 addition & 1 deletion usbsas-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "GPL-3.0"

[dependencies]
bitvec = { version = "1.0.1", optional = true }
clap = "4.0.14"
clap = "4.0.15"
env_logger = "0.9.1"
fuse_mt = { version = "0.6.0", optional = true }
indicatif = { version = "0.17.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion usbsas-usbsas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "GPL-3.0"

[dependencies]
clap = "4.0.14"
clap = "4.0.15"
log = "0.4.17"
thiserror = "1.0.37"
usbsas-cmdexec = { path = "../usbsas-cmdexec" }
Expand Down

0 comments on commit aa73658

Please sign in to comment.