Skip to content

Commit

Permalink
update dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
jbovet committed Dec 8, 2024
1 parent a696d5c commit 0196ca7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
60 changes: 30 additions & 30 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 @@ -12,11 +12,11 @@ repository = "https://github.com/jbovet/tlschecker"

[dependencies]
prometheus = { version = "0.13.4", features = ["process", "push"] }
openssl = "0.10.66"
clap = { version = "4.5.17", features = ["derive"] }
serde_json = "1.0.117"
serde = { version = "1.0.128", features = ["derive"] }
comfy-table = "7.1.1"
openssl = "0.10.68"
clap = { version = "4.5.23", features = ["derive"] }
serde_json = "1.0.133"
serde = { version = "1.0.215", features = ["derive"] }
comfy-table = "7.1.3"
strum = "0.26.3"
strum_macros = "0.26.4"
lazy_static = "1.5.0"
Expand Down

0 comments on commit 0196ca7

Please sign in to comment.