]> git.proxmox.com Git - proxmox-backup.git/commitdiff
depend on proxmox-shared-memory 0.1.1
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 15 Nov 2021 10:35:52 +0000 (11:35 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 15 Nov 2021 10:35:52 +0000 (11:35 +0100)
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
Cargo.toml
pbs-config/Cargo.toml

index 50c6075f1b1673a03a6137387cab7b0685af7cc9..5de190b34f616270c81ae7b47cda28f0ed7b2430 100644 (file)
@@ -107,7 +107,7 @@ proxmox-section-config = "1"
 proxmox-tfa = { version = "1", features = [ "u2f" ] }
 proxmox-time = "1"
 proxmox-uuid = "1"
-proxmox-shared-memory = "0.1.0"
+proxmox-shared-memory = "0.1.1"
 
 proxmox-acme-rs = "0.3"
 proxmox-apt = "0.8.0"
index 08f9e270e80343b0c6c396d4ec92b6bc950b05b2..0ea62d9ee803c3b4eed4d66e2281fab78f5e4c64 100644 (file)
@@ -23,7 +23,7 @@ proxmox-router = { version = "1.1", default-features = false }
 proxmox-schema = "1"
 proxmox-section-config = "1"
 proxmox-time = "1"
-proxmox-shared-memory = "0.1.0"
+proxmox-shared-memory = "0.1.1"
 
 pbs-api-types = { path = "../pbs-api-types" }
 pbs-buildcfg = { path = "../pbs-buildcfg" }