Update webpki-roots requirement from 0.23 to 0.24
Updates the requirements on [webpki-roots](https://github.com/rustls/webpki-roots) to permit the latest version. - [Commits](https://github.com/rustls/webpki-roots/compare/v/0.23.1...v/0.24.0) --- updated-dependencies: - dependency-name: webpki-roots dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b862d49c53
commit
3da5ab62d2
|
@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|||
tokio = { version = "1.0", features = ["io-util", "net", "time"] }
|
||||
tokio-rustls = { version = "0.24", optional = true }
|
||||
tracing = "0.1.29"
|
||||
webpki-roots = "0.23"
|
||||
webpki-roots = "0.24"
|
||||
|
||||
[dev-dependencies]
|
||||
regex = "1.5"
|
||||
|
|
Loading…
Reference in New Issue