Update Cargo.toml (#1738)

This commit is contained in:
Dylan DPC
2022-03-09 18:57:37 +01:00
committed by GitHub
parent feff96c460
commit b40a86ceb7

View File

@@ -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 }