aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/germ/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/germ/Cargo.toml b/crates/germ/Cargo.toml
index c2a18b7..89cb36a 100644
--- a/crates/germ/Cargo.toml
+++ b/crates/germ/Cargo.toml
@@ -26,7 +26,7 @@ quick = []
[dependencies]
anyhow = { version = "1.0.57", optional = true } # `Result`
germ-macros-impl = { path = "../germ-macros-impl", version = "0.1.0", optional = true } # Germ's Macro Implementations
-rustls = { version = "0.20.5", features = [
+rustls = { version = "0.21.0", features = [
"dangerous_configuration"
], optional = true } # TLS
url = { version = "2.3.1", optional = true } # URL Validation