]> git.proxmox.com Git - proxmox.git/blobdiff - Cargo.toml
sys: d/copyright: update years
[proxmox.git] / Cargo.toml
index de79f7caec0d628a8460a156f4aefaf003fe2adb..535d2450e5ad6900842db8d19710b96b8780904a 100644 (file)
@@ -44,6 +44,7 @@ license = "AGPL-3"
 repository = "https://git.proxmox.com/?p=proxmox.git"
 homepage = "https://proxmox.com"
 exclude = [ "debian" ]
+rust-version = "1.70"
 
 [workspace.dependencies]
 # any features enabled here are enabled on all members using 'workspace = true'!
@@ -54,6 +55,7 @@ base32 = "0.4"
 base64 = "0.13"
 bitflags = "1.2.1"
 bytes = "1.0"
+const_format = "0.2"
 crc32fast = "1"
 crossbeam-channel = "0.5"
 endian_trait = "0.6"
@@ -107,7 +109,7 @@ proxmox-lang = { version = "1.1", path = "proxmox-lang" }
 proxmox-login = { version = "0.1.0", path = "proxmox-login" }
 proxmox-rest-server = { version = "0.5.2", path = "proxmox-rest-server" }
 proxmox-router = { version = "2.1.3", path = "proxmox-router" }
-proxmox-schema = { version = "3.0.0", path = "proxmox-schema" }
+proxmox-schema = { version = "3.1.0", path = "proxmox-schema" }
 proxmox-section-config = { version = "2.0.0", path = "proxmox-section-config" }
 proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] }
 proxmox-sortable-macro = { version = "0.1.3", path = "proxmox-sortable-macro" }