From f81e9b259a8fc64b299e5fab800456d54e7fd9e0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 21 Jun 2022 10:43:11 +0200 Subject: [PATCH] bump proxmox-router dep to 1.2.4 Signed-off-by: Wolfgang Bumiller --- proxmox-rrd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-rrd/Cargo.toml b/proxmox-rrd/Cargo.toml index b9ef4ee4..e838cd25 100644 --- a/proxmox-rrd/Cargo.toml +++ b/proxmox-rrd/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" description = "Simple RRD database implementation." [dev-dependencies] -proxmox-router = "1.2" +proxmox-router = "1.2.4" [dependencies] anyhow = "1.0"