Skip to content

Commit

Permalink
Update Cargo.toml (#1738)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-DPC committed Mar 9, 2022
1 parent feff96c commit b40a86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ num-bigint = { version = "0.3.3", default-features = false, optional = true, fea
once_cell = "1.9.0"
percent-encoding = "2.1.0"
rand = { version = "0.8.4", default-features = false, optional = true, features = ["std", "std_rng"] }
regex = { version = "1.5.4", optional = true }
regex = { version = "1.5.5", optional = true }
rsa = { version = "0.5.0", optional = true }
rustls = { version = "0.19.1", features = ["dangerous_configuration"], optional = true }
serde = { version = "1.0.132", features = ["derive", "rc"], optional = true }
Expand Down

0 comments on commit b40a86c

Please sign in to comment.