Skip to content

Commit

Permalink
Fmt Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rustworthy committed Nov 2, 2024
1 parent 1d4a43f commit 83b7331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 83b7331

Please sign in to comment.