Skip to content

Commit

Permalink
tls_codec: bump clap to v4.5
Browse files Browse the repository at this point in the history
Trying to fix the security audit
  • Loading branch information
tarcieri committed Jan 3, 2025
1 parent 5c1e2c4 commit 830e3cc
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 98 deletions.
128 changes: 34 additions & 94 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions tls_codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ tls_codec_derive = { version = "=0.4.1", path = "./derive", optional = true }
serde = { version = "1.0.184", features = ["derive"], optional = true }

[dev-dependencies]
clap = "=4.3.23" # pinned to preserve MSRV
clap_lex = "=0.5.0" # pinned to preserve MSRV
anstyle = "=1.0.2" # pinned to preserve MSRV
anstyle-parse = "=0.2.1" # pinned to preserve MSRV
clap = "=4.5.23" # pinned to preserve MSRV
clap_lex = "=0.7.4" # pinned to preserve MSRV
anstyle = "=1.0.10" # pinned to preserve MSRV
anstyle-parse = "=0.2.6" # pinned to preserve MSRV
criterion = { version = "0.5", default-features = false }
regex = "1.8"

Expand Down

0 comments on commit 830e3cc

Please sign in to comment.