diff options
| author | Fuwn <[email protected]> | 2025-06-02 12:40:40 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-02 12:40:40 +0000 |
| commit | 7c26f498a41443c30d690c8eba1cf4ad94542f1a (patch) | |
| tree | b655733fe202edaef62058996298c48cf9340129 | |
| parent | chore: Migrate to just from cargo-make (diff) | |
| download | germ-7c26f498a41443c30d690c8eba1cf4ad94542f1a.tar.xz germ-7c26f498a41443c30d690c8eba1cf4ad94542f1a.zip | |
deps: Bump compatible dependencies
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -26,15 +26,15 @@ quick = [] example-gemtext = [] [dependencies] -anyhow = { version = "1.0.70", optional = true } # `Result` -rustls = { version = "0.21.0", features = [ +anyhow = { version = "1.0.98", optional = true } # `Result` +rustls = { version = "0.21.12", features = [ "dangerous_configuration", ], optional = true } # TLS -tokio-rustls = { version = "0.24.0", optional = true } # Non-blocking TLS -tokio = { version = "1.27.0", optional = true, default-features = false, features = [ +tokio-rustls = { version = "0.24.1", optional = true } # Non-blocking TLS +tokio = { version = "1.45.1", optional = true, default-features = false, features = [ "net", "io-util", "rt-multi-thread", "macros", ] } # Non-blocking I/O -url = { version = "2.3.1", optional = true } # URL Validation +url = { version = "2.5.4", optional = true } # URL Validation |