all lists on lists.proxmox.com
 help / color / mirror / Atom feed
From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox 01/15] daemon: Remove unused once_cell dependency
Date: Wed, 14 Aug 2024 11:18:28 +0200	[thread overview]
Message-ID: <20240814091842.216993-1-m.sandoval@proxmox.com> (raw)

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
This series removes multiple unused dependencies. It depends on the previous series removing lazy-static.

These were detected using:

    cargo machete --fix

Some macros have imports under the hood so Machete can produce false-positives for regex and serde for example.

This was tested building proxmox with

    cargo build --workspace --all-targets --all-features

and when building the project as a dependency of the following projects:
 - pbs
 - pve-rs
 - pmg-rs
 - pom

 proxmox-daemon/Cargo.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/proxmox-daemon/Cargo.toml b/proxmox-daemon/Cargo.toml
index 13bb3bc8..6bc30421 100644
--- a/proxmox-daemon/Cargo.toml
+++ b/proxmox-daemon/Cargo.toml
@@ -17,7 +17,6 @@ futures.workspace = true
 libc.workspace = true
 log.workspace = true
 nix.workspace = true
-once_cell.workspace = true
 serde.workspace = true
 serde_json.workspace = true
 tokio = { workspace = true, features = ["io-util", "net", "rt", "signal", "sync"] }
-- 
2.39.2



_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel


             reply	other threads:[~2024-08-14  9:18 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-14  9:18 Maximiliano Sandoval [this message]
2024-08-14  9:18 ` [pbs-devel] [PATCH proxmox 02/15] proxmox-uuid: remove unused libc dependency Maximiliano Sandoval
2024-08-14  9:18 ` [pbs-devel] [PATCH proxmox 03/15] sys: remove unused base64 dependency Maximiliano Sandoval
2024-08-14  9:18 ` [pbs-devel] [PATCH proxmox 04/15] simple-config: remove unused log dependency Maximiliano Sandoval
2024-08-14  9:18 ` [pbs-devel] [PATCH proxmox 05/15] rrd: remove unused libc dependency Maximiliano Sandoval
2024-08-14  9:18 ` [pbs-devel] [PATCH proxmox 06/15] acme-api: remove unused dependencies Maximiliano Sandoval
2024-08-14  9:18 ` [pbs-devel] [PATCH proxmox 07/15] apt: " Maximiliano Sandoval
2024-08-14  9:18 ` [pbs-devel] [PATCH proxmox 08/15] proxmox-client: " Maximiliano Sandoval
2024-08-14  9:18 ` [pbs-devel] [PATCH proxmox 09/15] rest-server: " Maximiliano Sandoval
2024-08-14  9:18 ` [pbs-devel] [PATCH proxmox 10/15] log: remove unused log dependency Maximiliano Sandoval
2024-08-14  9:18 ` [pbs-devel] [PATCH proxmox 11/15] dns-api: remove unused dependencies Maximiliano Sandoval
2024-08-14  9:18 ` [pbs-devel] [PATCH proxmox 12/15] product-config: " Maximiliano Sandoval
2024-08-14  9:18 ` [pbs-devel] [PATCH proxmox 13/15] openid: " Maximiliano Sandoval
2024-08-14  9:18 ` [pbs-devel] [PATCH proxmox 14/15] router: remove unused deps Maximiliano Sandoval
2024-08-14  9:18 ` [pbs-devel] [PATCH proxmox 15/15] rest-server: remove use of once_cell Maximiliano Sandoval
2024-08-14 10:05 ` [pbs-devel] applied-series: [PATCH proxmox 01/15] daemon: Remove unused once_cell dependency Wolfgang Bumiller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240814091842.216993-1-m.sandoval@proxmox.com \
    --to=m.sandoval@proxmox.com \
    --cc=pbs-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal