diff --git a/Cargo.toml b/Cargo.toml index 50c6075f..5de190b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/pbs-config/Cargo.toml b/pbs-config/Cargo.toml index 08f9e270..0ea62d9e 100644 --- a/pbs-config/Cargo.toml +++ b/pbs-config/Cargo.toml @@ -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" }