Merge pull request #238 from snapview/dependabot/cargo/rustls-0.20.0

Update rustls requirement from 0.19.0 to 0.20.0
pull/242/head
Daniel Abramov 3 years ago committed by GitHub
commit 7a359f0b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

@ -44,7 +44,7 @@ version = "0.2.3"
[dependencies.rustls]
optional = true
version = "0.19.0"
version = "0.20.0"
[dependencies.rustls-native-certs]
optional = true

Loading…
Cancel
Save