Skip to content

Commit

Permalink
Move tokio-rustls to [dev-dependencies]
Browse files Browse the repository at this point in the history
This was added to `[dependencies]` in #178, but I assume that was an
accident because it's only used in tests.
  • Loading branch information
cuviper committed Feb 11, 2025
1 parent cc124d5 commit 19f71e3
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 @@ -38,7 +38,6 @@ rustls-opt-dep = { package = "rustls", version = "0.23.22", default-features = f
serde = { version = "1.0.143", optional = true }
serde_json = { version = "1.0.83", optional = true }
serde_urlencoded = { version = "0.7.1", optional = true }
tokio-rustls = "0.26.1"
url = "2.2.2"
webpki-roots = { version = "0.26.8", optional = true }

Expand All @@ -62,6 +61,7 @@ rustls-opt-dep = { package = "rustls", version = "0.23.22", default-features = f
] }
rustls-pemfile = "2"
tokio = { version = "1.20.1", features = ["full"] }
tokio-rustls = "0.26.1"

[features]
basic-auth = ["base64"]
Expand Down

0 comments on commit 19f71e3

Please sign in to comment.