Skip to content

Commit

Permalink
chore: relax dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
laniakea64 authored Oct 22, 2024
1 parent 00b5027 commit c6662a3
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 @@ -20,7 +20,7 @@ rust-version = "1.75"
[dependencies]
aes = "^0.8"
argon2 = "0.5"
base64 = "0.21.7, < 0.23"
base64 = ">=0.21.7, < 0.23"
bitfield = "0.14"
block-padding = "^0.3.2"
blowfish = "^0.9"
Expand All @@ -45,7 +45,7 @@ iter-read = "1"
log = "0.4.6"
md-5 = { version = "^0.10.5", features = ["oid"] }
nom = "^7.0"
num_enum = "0.5.7, < 0.8"
num_enum = ">=0.5.7, < 0.8"
num-traits = "0.2.6"
p256 = { version = "^0.13", features = ["ecdsa", "ecdh"] }
p384 = { version = "^0.13", features = ["ecdsa"] }
Expand Down

0 comments on commit c6662a3

Please # to comment.