]> git.proxmox.com Git - proxmox-backup.git/commit
move json_object_to_query to proxmox-http+http-helpers
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 21 Jun 2022 12:32:02 +0000 (14:32 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 4 Jul 2022 08:08:53 +0000 (10:08 +0200)
commit2b9cf927e327271fce24b92f8d4f3870c9a3c4c1
tree5c4874dbfb00a177ce4f6369abf68ece752fc0f3
parent87b7fa02264e7f1832f66f3688ffc8c1d5f71046
move json_object_to_query to proxmox-http+http-helpers

it's used by the subscription code that will be extracted next.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
debian/control
pbs-client/Cargo.toml
pbs-client/src/http_client.rs
pbs-client/src/tools/mod.rs
pbs-client/src/vsock_client.rs
pbs-tools/src/json.rs
src/tools/subscription.rs