Skip to content

Commit

Permalink
No wildcard in dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Jan 7, 2025
1 parent b88a527 commit d609a07
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 @@ -100,7 +100,7 @@ auto-args = "0.3.0"
serde = { version = "1.0.204", features = ["std", "derive"] }
assert_no_alloc = "1.1.2"
# Enable aws-lc-rs for tests so we can demonstrate using ureq without compiling ring.
rustls = { version = "*", features = ["aws-lc-rs"] }
rustls = { version = "0.23", features = ["aws-lc-rs"] }

[[example]]
name = "cureq"
Expand Down

0 comments on commit d609a07

Please sign in to comment.