From 56dd83740dfc47fd62d43dd1cee187575eee08c8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 13 Apr 2022 08:17:08 +0200 Subject: [PATCH] bump proxmox-router dependency to 1.2 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 9f6510e3..7b2cfaef 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.1" +proxmox-router = "1.2" [dependencies] anyhow = "1.0"