Skip to content

Commit

Permalink
Cargo: remove version trailing zero components
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Dec 3, 2023
1 parent 6e483d6 commit 4a6041d
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 @@ -19,7 +19,7 @@ ring = "0.16.5"
rustls = "=0.22.0-alpha.6"
rustls-webpki = "=0.102.0-alpha.8"
serial_test = "2"
untrusted = "0.7.0" # stick to the version ring depends on for now
untrusted = "0.7" # stick to the version ring depends on for now
webpki-roots = "=0.26.0-alpha.2"
x509-parser = "0.15"

Expand All @@ -30,4 +30,4 @@ schannel = "0.1.15"
openssl-probe = "0.1.2"

[target.'cfg(target_os = "macos")'.dependencies]
security-framework = "2.0.0"
security-framework = "2"

0 comments on commit 4a6041d

Please sign in to comment.