Skip to content

Commit

Permalink
loosen dependencies versioning requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 25, 2024
1 parent b9580be commit a243b6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ exclude = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
typenum = "1.17.0"
zeroize = { version = "1.6.0", optional = true}
typenum = "^1.17.0"
zeroize = { version = "^1", optional = true}

[dev-dependencies]
fs_extra = "1.3.0"
rustversion = "1.0.15"
trybuild = "1.0.85"
fs_extra = "^1.3.0"
rustversion = "^1.0.15"
trybuild = "^1.0.85"

[features]
cloneable-secret = []
Expand Down

0 comments on commit a243b6c

Please sign in to comment.