Rocket/contrib
Sergio Benitez ed5c755bb6 Avoid using 'glob' to walk templates directory.
Previously, `dyn_templates` walked the user-provided `template_dir` path by
constructing a glob pattern prefixed with `template_dir`. If `template_dir`
contained characters recognized by the glob pattern parser, then at best the
pattern failed to parse, and at worst, incorrect directories were searched.

This commit removes the use of `glob` to walk the templates directory and
instead uses `walkdir`, obviating the issues described above.

Fixes #2627.
2023-10-14 15:00:36 -07:00
..
db_pools Update 'sqlx' to '0.7'. 2023-08-25 14:02:44 -07:00
dyn_templates Avoid using 'glob' to walk templates directory. 2023-10-14 15:00:36 -07:00
sync_db_pools Update 'sqlx' to '0.7'. 2023-08-25 14:02:44 -07:00
ws Upgrade 'tokio-tungstenite' to 0.20. 2023-10-09 17:05:03 -07:00