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

Configure Feed

Select the types of activity you want to include in your feed.

deps(anyhow): bump from 1.0.57 to 1.0.70

Fuwn a6a71f66 098f1df7

+1 -1
+1 -1
crates/germ/Cargo.toml
··· 24 24 quick = [] 25 25 26 26 [dependencies] 27 - anyhow = { version = "1.0.57", optional = true } # `Result` 27 + anyhow = { version = "1.0.70", 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.21.0", features = [ 30 30 "dangerous_configuration"