Skip to content

Commit

Permalink
Update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
Firstyear committed Feb 14, 2024
1 parent 3653e68 commit e40c1a9
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 @@ -27,8 +27,8 @@ serde = { version = "^1.0.136", features = ["derive"] }
serde_json = "^1.0.79"
base64 = "^0.21.5"
base64urlsafedata = "0.1.0"
# kanidm-hsm-crypto = { version = "^0.1.4", optional = true }
kanidm-hsm-crypto = { path = "../hsm-crypto", optional = true }
kanidm-hsm-crypto = { version = "^0.1.6", optional = true }
# kanidm-hsm-crypto = { path = "../hsm-crypto", optional = true }
openssl = { version = "^0.10.38", optional = true }
openssl-kdf = { version = "0.4.2", optional = true }
url = { version = "^2.2.2", features = ["serde"] }
Expand Down

0 comments on commit e40c1a9

Please sign in to comment.