♻️ Simple & Efficient Gemini-to-HTTP Proxy fuwn.net
proxy gemini-protocol protocol gemini http rust
0
fork

Configure Feed

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

deps: bump outdated crates

Fuwn d1399e23 e02923bf

+6 -6
+6 -6
Cargo.toml
··· 2 2 3 3 [package] 4 4 name = "september" 5 - version = "0.2.16" 6 - authors = ["Fuwn <fuwnzy@gmail.com>"] 5 + version = "0.2.17" 6 + authors = ["Fuwn <contact@fuwn.me>"] 7 7 edition = "2021" 8 8 description = "A simple and efficient Gemini-to-HTTP proxy." 9 9 readme = "README.md" ··· 24 24 germ = { version = "0.4.0", features = ["ast", "meta"] } 25 25 26 26 # HTTP 27 - actix-web = "4.0.1" 27 + actix-web = "4.7.0" 28 28 29 29 # Logging 30 30 pretty_env_logger = "0.5.0" 31 - log = "0.4.18" 31 + log = "0.4.21" 32 32 33 33 # Environment Variables 34 34 dotenv = "0.15.0" ··· 41 41 42 42 [build-dependencies] 43 43 # Compile-time Environment Variables 44 - vergen = { version = "8.2.1", features = ["git", "gitoxide"] } 44 + vergen = { version = "8.3.1", features = ["git", "gitoxide"] } 45 45 46 46 # `Result` 47 - anyhow = "1.0.56" 47 + anyhow = "1.0.71"