]> git.proxmox.com Git - proxmox-offline-mirror.git/commitdiff
cargo: update dependencies
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 12 Oct 2023 15:01:35 +0000 (17:01 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 12 Oct 2023 15:01:35 +0000 (17:01 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/control

index 8f87d4e5cb3c2895eab212f69f824f88a4f4930b..e205a204528ddc7d23b8a35b6d3ec3f1674272c1 100644 (file)
@@ -21,16 +21,16 @@ openssl = "0.10"
 regex = "1.5.5"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
-sequoia-openpgp = { version = "1.7" }
+sequoia-openpgp = { version = "1.12" }
 walkdir = "2.3.1"
 xz2 = "0.1"
 
 proxmox-apt = { version = "0.10.3" }
 proxmox-async = "0.4"
 proxmox-http = { version = "0.9", features = [ "client-sync", "client-trait" ]}
-proxmox-router = { version = "1.3", features = [ "cli" ], default_features = false }
-proxmox-schema = { version = "1.3", features = [ "api-macro" ] }
-proxmox-section-config = "1"
+proxmox-router = { version = "2", features = [ "cli" ], default_features = false }
+proxmox-schema = { version = "2", features = [ "api-macro" ] }
+proxmox-section-config = "2"
 proxmox-serde = "0.1"
 proxmox-subscription = { version = "0.4", features = [ "api-types" ] }
 proxmox-sys = { version = "0.5", features = [ "timer" ] }
index e0f3db78569a3fe74ae6a34d650e6164e3a763d7..19cf4f95c01bcf98b243ba58a27cd50c5a5082ad 100644 (file)
@@ -22,10 +22,10 @@ Build-Depends: bash-completion,
                librust-proxmox-http-0.9+client-sync-dev,
                librust-proxmox-http-0.9+client-trait-dev,
                librust-proxmox-http-0.9+default-dev,
-               librust-proxmox-router-1+cli-dev (>= 1.3-~~),
-               librust-proxmox-schema-1+api-macro-dev (>= 1.3~),
-               librust-proxmox-schema-1+default-dev (>= 1.3~),
-               librust-proxmox-section-config-1+default-dev,
+               librust-proxmox-router-2+cli-dev (>= 1.3-~~),
+               librust-proxmox-schema-2+api-macro-dev (>= 1.3~),
+               librust-proxmox-schema-2+default-dev (>= 1.3~),
+               librust-proxmox-section-config-2+default-dev,
                librust-proxmox-serde-0.1+default-dev,
                librust-proxmox-subscription-0.4+api-types-dev,
                librust-proxmox-subscription-0.4+default-dev,