tangled
alpha
login
or
join now
fuwn.net
/
germ
0
fork
atom
🦠 The Definitive Gemini Protocol Toolkit
gemini
gemini-protocol
gemtext
parser
zero-dependency
toolkit
ast
converter
html
markdown
cli
networking
0
fork
atom
overview
issues
pulls
pipelines
deps(rustls): bump from 0.20.5 to 0.21.0
fuwn.net
2 years ago
098f1df7
93b88c03
verified
This commit was signed with the committer's
known signature
.
fuwn.net
SSH Key Fingerprint:
SHA256:VPdFPyPbd6JkoMyWUdZ/kkTcIAt3sxjXD2XSAZ7FYC4=
+1
-1
1 changed file
expand all
collapse all
unified
split
crates
germ
Cargo.toml
+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
29
-
rustls = { version = "0.20.5", features = [
29
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