Skip to content

Commit

Permalink
Fix min deps versions (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Feb 10, 2022
1 parent de1a2cb commit d1efec5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cpufeatures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2018"
readme = "README.md"

[target.aarch64-apple-darwin.dependencies]
libc = "0.2.103"
libc = "0.2.68"

[target.'cfg(all(target_arch = "aarch64", target_os = "linux"))'.dependencies]
libc = "0.2.103"
libc = "0.2.68"
2 changes: 1 addition & 1 deletion wycheproof2blb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ edition = "2018"
[dependencies]
blobby = { version = "0.3.1", path = "../blobby" }
hex = "0.4"
serde = { version = "1", features = ["derive"] }
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1"
2 changes: 1 addition & 1 deletion zeroize/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ proc-macro = true
proc-macro2 = "1"
quote = "1"
syn = "1"
synstructure = "0.12"
synstructure = "0.12.2"

[package.metadata.docs.rs]
rustdoc-args = ["--document-private-items"]

0 comments on commit d1efec5

Please sign in to comment.