]> git.proxmox.com Git - proxmox-offline-mirror.git/commitdiff
update dependencies for current bookworm state
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 30 May 2023 11:10:36 +0000 (13:10 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 30 May 2023 11:10:36 +0000 (13:10 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/control

index a2ac6cc9e69eddad2af356ef6bf264834c2bfbda..2356f8a0a28110db304a3ed73d1611d4ac80d1ca 100644 (file)
@@ -25,13 +25,13 @@ sequoia-openpgp = { version = "1.7" }
 walkdir = "2.3.1"
 xz2 = "0.1"
 
-proxmox-apt = { version = "0.9.3" }
+proxmox-apt = { version = "0.10" }
 proxmox-async = "0.4"
-proxmox-http = { version = "0.8", features = [ "client-sync", "client-trait" ]}
+proxmox-http = { version = "0.9", features = [ "client-sync", "client-trait" ]}
 proxmox-router = { version = "1.3", features = [ "cli" ], default_features = false }
-proxmox-schema = { version = "1.1", features = [ "api-macro" ] }
+proxmox-schema = { version = "1.3", features = [ "api-macro" ] }
 proxmox-section-config = "1"
 proxmox-serde = "0.1"
-proxmox-subscription = { version = "0.3", features = [ "api-types" ] }
-proxmox-sys = { version = "0.4", features = [ "timer" ] }
-proxmox-time = { version = "1.1.3" }
+proxmox-subscription = { version = "0.4", features = [ "api-types" ] }
+proxmox-sys = { version = "0.5", features = [ "timer" ] }
+proxmox-time = { version = "1.1.5" }
index 11da1a120a90d7a588e1d7e9d5d621c1d6b13ff6..8a513db6e5c31e87b31fea14ed4e6a719975307d 100644 (file)
@@ -17,21 +17,21 @@ Build-Depends: bash-completion,
                librust-lazy-static-1+default-dev (>= 1.4-~~),
                librust-nix-0.26+default-dev (>= 0.26.1-~~),
                librust-openssl-0.10+default-dev,
-               librust-proxmox-apt-0.9+default-dev (>= 0.9.3-~~),
+               librust-proxmox-apt-0.10+default-dev,
                librust-proxmox-async-0.4+default-dev,
-               librust-proxmox-http-0.8+client-sync-dev,
-               librust-proxmox-http-0.8+client-trait-dev,
-               librust-proxmox-http-0.8+default-dev,
+               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.1-~~),
-               librust-proxmox-schema-1+default-dev (>= 1.1-~~),
+               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-serde-0.1+default-dev,
-               librust-proxmox-subscription-0.3+api-types-dev,
-               librust-proxmox-subscription-0.3+default-dev,
-               librust-proxmox-sys-0.4+default-dev,
-               librust-proxmox-sys-0.4+timer-dev,
-               librust-proxmox-time-1+default-dev (>= 1.1.3-~~),
+               librust-proxmox-subscription-0.4+api-types-dev,
+               librust-proxmox-subscription-0.4+default-dev,
+               librust-proxmox-sys-0.5+default-dev,
+               librust-proxmox-sys-0.5+timer-dev,
+               librust-proxmox-time-1+default-dev (>= 1.1.5~),
                librust-regex-1+default-dev (>= 1.5.5-~~),
                librust-sequoia-openpgp-1+default-dev (>= 1.7-~~),
                librust-serde-1+default-dev,