Skip to content

Commit

Permalink
bump: update dependencies clap and prometheus_exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Apr 28, 2022
1 parent 7b2e880 commit 7bc0585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ version = "0.0.1"
edition = "2018"

[dependencies]
clap = { version = "3.0.7", features = ["derive"] }
clap = { version = "3.1.12", features = ["derive"] }
rusttype = "0.9.2"
number_prefix = "0.4.0"
prometheus = "0.13.0"
prometheus_exporter = "0.8.3"
prometheus_exporter = "0.8.4"
vncserver = "0.2.2"

[dev-dependencies]
Expand Down

0 comments on commit 7bc0585

Please sign in to comment.