]> git.proxmox.com Git - pve-installer.git/commitdiff
debian: bump rusttls to 0.21
authorChristoph Heiss <c.heiss@proxmox.com>
Fri, 9 Aug 2024 12:04:03 +0000 (14:04 +0200)
committerChristoph Heiss <c.heiss@proxmox.com>
Tue, 13 Aug 2024 11:07:41 +0000 (13:07 +0200)
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
debian/control
proxmox-fetch-answer/Cargo.toml

index 6203d919dd5afb4d9142a61cae6d11f900fa7437..bd079e4819968ed638a66f8cc8b67f4971560044 100644 (file)
@@ -17,7 +17,7 @@ Build-Depends: cargo:native,
                librust-native-tls-dev,
                librust-nix-0.26+default-dev,
                librust-regex-1+default-dev (>= 1.7~~),
-               librust-rustls-0.20+dangerous-configuration-dev,
+               librust-rustls-0.21+dangerous-configuration-dev,
                librust-rustls-native-certs-dev,
                librust-serde-1+default-dev,
                librust-serde-json-1+default-dev,
index d8e6fd11b97a7c0b897943aeccca69412fc661d9..fcdc1b637cfdb5815e68f386a9b3a0ec4e00b470 100644 (file)
@@ -18,7 +18,7 @@ hex = "0.4"
 log = "0.4.20"
 native-tls = "0.2"
 proxmox-auto-installer = { path = "../proxmox-auto-installer" }
-rustls = { version = "0.20", features = [ "dangerous_configuration" ] }
+rustls = { version = "0.21", features = [ "dangerous_configuration" ] }
 rustls-native-certs = "0.6"
 sha2 = "0.10"
 toml = "0.8"