garage/doc/book
Wesley Hershberger 76aae3cb96 Drop parse_duration for fundu-systemd (#1246) (#1468)
`parse_duration` is no longer maintained upstream; `fundu-system` seems like the best option to provide most of the functionality provided by parse_duration and minimize deps.

Fixes #1246

Dep diffstat: +3 -6

## Caveats
- I've done basically no testing of this PR beyond `cargo test`
- See my comment in #1246 for regression risk; this is a breaking change. Is there a document I should update to make note of this? Should I rebase this for `next-v3` instead?
- In theory CVE-2021-29932 is fixed by this PR as `fundu-systemd` doesn't support exponents, but I've done no verification that this is really the case beyond the info in #1246

Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1468
Reviewed-by: Alex <lx@deuxfleurs.fr>
2026-06-17 13:57:21 +00:00
..
build chore: a large number of typo corrections in markdown files 2026-01-27 21:17:15 +01:00
connect chore: a large number of typo corrections in markdown files 2026-01-27 21:17:15 +01:00
cookbook bump version number to v2.3.0 2026-04-16 18:34:27 +02:00
design chore: a large number of typo corrections in markdown files 2026-01-27 21:17:15 +01:00
development docs: remove obsolete mention of cargo2nix tool (#1350) 2026-02-17 18:16:04 +00:00
operations chore: a large number of typo corrections in markdown files 2026-01-27 21:17:15 +01:00
quick-start bump version number to v2.3.0 2026-04-16 18:34:27 +02:00
reference-manual Drop parse_duration for fundu-systemd (#1246) (#1468) 2026-06-17 13:57:21 +00:00
working-documents chore: a large number of typo corrections in markdown files 2026-01-27 21:17:15 +01:00
.gitignore Doc skeleton + intro 2021-03-17 14:44:14 +01:00
_index.md Reorganize documentation for new website (#213) 2022-02-07 11:51:12 +01:00
README Reorganize documentation for new website (#213) 2022-02-07 11:51:12 +01:00

These are the sources for the documentation but not the whole website.
The website templates and other things are in garage_website, which
uses this as a submodule.