]> git.proxmox.com Git - proxmox-backup.git/blobdiff - Cargo.toml
tree-wide: use is_empty() and similar
[proxmox-backup.git] / Cargo.toml
index be727092d0ace992982deb6ea15aee2a1e492f9a..1b2488a3ccf814b79c0efe1f564d3f357b363a57 100644 (file)
@@ -64,11 +64,11 @@ log = "0.4"
 nix = "0.19.1"
 num-traits = "0.2"
 once_cell = "1.3.1"
-openssl = "0.10"
+openssl = "0.10.38" # currently patched!
 pam = "0.7"
 pam-sys = "0.5"
 percent-encoding = "2.1"
-regex = "1.2"
+regex = "1.5"
 rustyline = "7"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
@@ -97,7 +97,7 @@ proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websoc
 proxmox-io = "1"
 proxmox-lang = "1"
 proxmox-router = { version = "1.1", features = [ "cli" ] }
-proxmox-schema = { version = "1", features = [ "api-macro" ] }
+proxmox-schema = { version = "1.1", features = [ "api-macro" ] }
 proxmox-section-config = "1"
 proxmox-tfa = { version = "2", features = [ "api", "api-types" ] }
 proxmox-time = "1.1.2"