]> git.proxmox.com Git - pve-installer.git/commitdiff
cargo: convert `anyhow` to workspace dependency
authorChristoph Heiss <c.heiss@proxmox.com>
Wed, 2 Oct 2024 12:27:22 +0000 (14:27 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 10 Nov 2024 18:17:07 +0000 (19:17 +0100)
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
Cargo.toml
proxmox-auto-install-assistant/Cargo.toml
proxmox-auto-installer/Cargo.toml
proxmox-chroot/Cargo.toml
proxmox-fetch-answer/Cargo.toml

index 1e730ce036b860a791c12bcf0dcff36e2d26f1ba..ec1deaf5e9fc7c17fb116b00b5966ebf7d1eb3c3 100644 (file)
@@ -9,3 +9,5 @@ members = [
     "proxmox-tui-installer",
 ]
 
+[workspace.dependencies]
+anyhow = "1.0"
index 9473b3da6640137ad8fad6300a50be8049e2fe31..ab70d398bc5e62d18300872ebb4cb6f6332ab0e3 100644 (file)
@@ -11,7 +11,7 @@ exclude = [ "build", "debian" ]
 homepage = "https://www.proxmox.com"
 
 [dependencies]
-anyhow = "1.0"
+anyhow.workspace = true
 clap = { version = "4.0", features = ["derive"] }
 glob = "0.3"
 log = "0.4.20"
index 4663902cc3e65b8431ead443c1f72c061c00a8ae..0353d6a9b9c1631dd63ea69dae3b936f468b9c00 100644 (file)
@@ -11,7 +11,7 @@ exclude = [ "build", "debian" ]
 homepage = "https://www.proxmox.com"
 
 [dependencies]
-anyhow = "1.0"
+anyhow.workspace = true
 clap = { version = "4.0", features = ["derive"] }
 glob = "0.3"
 log = "0.4.20"
index 43b96ff8d36eed9a16ed1f52dfd2dd70c1742757..6247baa92e81df556dedc6d6a7a7fa72e4adfcb9 100644 (file)
@@ -8,7 +8,7 @@ exclude = [ "build", "debian" ]
 homepage = "https://www.proxmox.com"
 
 [dependencies]
-anyhow = "1.0"
+anyhow.workspace = true
 clap = { version = "4.0", features = ["derive"] }
 nix = "0.26.1"
 proxmox-installer-common = { path = "../proxmox-installer-common" }
index fcdc1b637cfdb5815e68f386a9b3a0ec4e00b470..91491765516e83806001685411571189b57925f0 100644 (file)
@@ -13,7 +13,7 @@ homepage = "https://www.proxmox.com"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-anyhow = "1.0"
+anyhow.workspace = true
 hex = "0.4"
 log = "0.4.20"
 native-tls = "0.2"