proxmox-backup/pbs-api-types
Dominik Csapak 1b5cd72d79 api types: fix non-capturing group syntax
a non capturing group is '(?:)' not '(:?)' so fix that.
None of these regexes are used where would use capturing groups.
DATASTORE_MAP_REGEX and TAPE_RESTORE_SNAPSHOT_REGEX are only used
as api types and BLOCKDEVICE_NAME_REGEX is only used once outside of the
api and there we also don't look at the capturing groups.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2023-04-06 07:28:58 +02:00
..
src api types: fix non-capturing group syntax 2023-04-06 07:28:58 +02:00
Cargo.toml use new auth api crate 2023-03-02 17:01:35 +01:00