| Filename | Latest commit message | Latest commit date |
|---|---|---|
Now that matrix-sdk 0.18 is on main, reqwest 0.13.1 is already in the tree transitively. Point the workspace crates at it directly. reqwest 0.13 renamed the rustls feature set: - rustls-tls -> rustls - rustls-tls-native-roots -> rustls-native-certs - (webpki-roots is now a separate feature) hive-forge keeps its dual-trust story (system/native store for the hive CA + bundled Mozilla roots for public CAs) by enabling rustls-native-certs + webpki-roots explicitly. forgejo-api 0.11 resolves cleanly against reqwest 0.13 (no conflict). rusqlite 0.40 is intentionally NOT bumped here: matrix-sdk-sqlite 0.18 still pins rusqlite 0.37, so 0.40's libsqlite3-sys 0.38 would hit the links="sqlite3" single-owner conflict. Deferred until upstream moves. |
||
| .. | ||
| src | ||
| Cargo.toml | ||