🦠 The Definitive Gemini Protocol Toolkit
gemini gemini-protocol gemtext parser zero-dependency toolkit ast converter html markdown cli networking

deps(rustls): bump from 0.20.5 to 0.21.0

fuwn.net 098f1df7 93b88c03

verified
+1 -1
+1 -1
crates/germ/Cargo.toml
··· 26 26 [dependencies] 27 27 anyhow = { version = "1.0.57", optional = true } # `Result` 28 28 germ-macros-impl = { path = "../germ-macros-impl", version = "0.1.0", optional = true } # Germ's Macro Implementations 29 - rustls = { version = "0.20.5", features = [ 29 + rustls = { version = "0.21.0", features = [ 30 30 "dangerous_configuration" 31 31 ], optional = true } # TLS 32 32 url = { version = "2.3.1", optional = true } # URL Validation