Skip to content

Commit

Permalink
chore(deps): update rsa, const-oid, der, openssl
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zak <[email protected]>
  • Loading branch information
rjzak committed Nov 14, 2023
1 parent d8f42f5 commit a726c7f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ rcrypto = ["rand", "rsa", "sha2", "num-integer", "num-traits", "const-oid", "der

[dependencies]
x86_64 = { version = "^0.14.11", default-features = false }
openssl = { version = "^0.10.57", optional = true }
bitflags = "^2.4.0"
openssl = { version = "^0.10.59", optional = true }
bitflags = "^2.4.1"

# Used by the rcrypto feature (see above).
num-integer = { version = "^0.1.45", optional = true }
num-traits = { version = "^0.2.16", optional = true }
rand = { version = "^0.8.5", optional = true }
sha2 = { version = "0.10.8", features = ["oid"], optional = true }
rsa = { version = "0.9.2", features = ["sha2"], optional = true }
const-oid = { version = "0.9.1", default-features = false, optional = true }
der = { version = "0.7.8", optional = true }
x509 = { version = "0.2.4", package = "x509-cert", default-features = false, optional = true }
rsa = { version = "^0.9.3", features = ["sha2"], optional = true }
const-oid = { version = "^0.9.5", default-features = false, optional = true }
der = { version = "^0.7.8", optional = true }
x509 = { version = "^0.2.4", package = "x509-cert", default-features = false, optional = true }

[target.'cfg(target_arch = "x86_64")'.dependencies]
xsave = { version = "^2.0.0", default-features = false }
xsave = { version = "^2.0.2", default-features = false }

[dev-dependencies]
testaso = "0.1"

0 comments on commit a726c7f

Please sign in to comment.