Skip to content

Commit

Permalink
Update dependencies for dependabot and avoid duplicates
Browse files Browse the repository at this point in the history
Update to regex 1.5.5 for dependabot
Update yasna / num-bigint / bit-vec to avoid duplicates in veracruz
  • Loading branch information
mathias-arm committed Sep 27, 2022
1 parent 394e7ae commit 0b62e75
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 41 deletions.
60 changes: 22 additions & 38 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions mbedtls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ spin = { version = "0.5.2", default-features = false, optional = true }
serde = { version = "1.0.7", default-features = false }
serde_derive = "1.0.7"
byteorder = "1.0.0"
yasna = { version = "0.2", optional = true, features = ["num-bigint", "bit-vec"] }
num-bigint = { version = "0.2", optional = true }
bit-vec = { version = "0.5", optional = true }
yasna = { version = "0.5", optional = true, features = ["num-bigint", "bit-vec"] }
num-bigint = { version = "0.4", optional = true }
bit-vec = { version = "0.6", optional = true }
block-modes = { version = "0.9.1", optional = true }
rc2 = { version = "0.8.1", optional = true }
cfg-if = "1.0.0"
Expand Down

0 comments on commit 0b62e75

Please sign in to comment.