diff --git a/Cargo.toml b/Cargo.toml index 8e20a0cf..0d58e742 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ tokio = { version = "1.35.1", features = [ ] } tokio-native-tls = { version = "0.3.1", optional = true } tokio-rustls = { version = "0.26", optional = true } -rustls-platform-verifier = {version = "0.4", optional = true } +rustls-platform-verifier = { version = "0.4", optional = true } tracing = "0.1" url = "2" semver = { version = "1.0.23", features = ["serde"] }