]> git.proxmox.com Git - proxmox-perl-rs.git/commit
notify: use new HttpError type
authorLukas Wagner <l.wagner@proxmox.com>
Wed, 26 Jul 2023 14:18:24 +0000 (16:18 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 28 Jul 2023 09:50:08 +0000 (11:50 +0200)
commit76b63ed6a802b3c0ff83edc934b0892b3c9d8f86
tree62875d790dcceb1cb9105ba0bb542aa823a9d0a8
parent2be21ff9fab63f04de27dbe77fb17f89c201c9a0
notify: use new HttpError type

Use `proxmox-http-error::HttpError` instead of
`proxmox-notify::api::ApiError`.

Also factoring out the digest decoding into a small helper.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
common/src/notify.rs
pve-rs/Cargo.toml