From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH backup 7/7] cargo: remove unused dependencies
Date: Wed, 14 Aug 2024 11:21:14 +0200 [thread overview]
Message-ID: <20240814092114.219489-8-m.sandoval@proxmox.com> (raw)
In-Reply-To: <20240814092114.219489-1-m.sandoval@proxmox.com>
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
Cargo.toml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index ef430d43..c55bec87 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -163,19 +163,15 @@ zstd-safe = "6.0"
[dependencies]
anyhow.workspace = true
async-trait.workspace = true
-apt-pkg-native.workspace = true
base64.workspace = true
-bitflags.workspace = true
bytes.workspace = true
cidr.workspace = true
const_format.workspace = true
crc32fast.workspace = true
crossbeam-channel.workspace = true
endian_trait.workspace = true
-flate2.workspace = true
futures.workspace = true
h2.workspace = true
-handlebars.workspace = true
hex.workspace = true
http.workspace = true
hyper.workspace = true
@@ -191,7 +187,6 @@ regex.workspace = true
rustyline.workspace = true
serde.workspace = true
serde_json.workspace = true
-siphasher.workspace = true
syslog.workspace = true
termcolor.workspace = true
thiserror.workspace = true
@@ -200,11 +195,9 @@ tokio-openssl.workspace = true
tokio-stream.workspace = true
tokio-util = { workspace = true, features = [ "codec" ] }
tracing.workspace = true
-tower-service.workspace = true
udev.workspace = true
url.workspace = true
walkdir.workspace = true
-xdg.workspace = true
zstd.workspace = true
#valgrind_request = { git = "https://github.com/edef1c/libvalgrind_request", version = "1.1.0", optional = true }
@@ -242,7 +235,6 @@ proxmox-uuid.workspace = true
proxmox-worker-task.workspace = true
# in their respective repo
-pathpatterns.workspace = true
proxmox-acme.workspace = true
pxar.workspace = true
--
2.39.2
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
next prev parent reply other threads:[~2024-08-14 9:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-14 9:21 [pbs-devel] [PATCH backup 0/7] " Maximiliano Sandoval
2024-08-14 9:21 ` [pbs-devel] [PATCH backup 1/7] tools: " Maximiliano Sandoval
2024-08-14 9:21 ` [pbs-devel] [PATCH backup 2/7] client: remove unused deps Maximiliano Sandoval
2024-08-14 9:21 ` [pbs-devel] [PATCH backup 3/7] file-restore: " Maximiliano Sandoval
2024-08-14 9:21 ` [pbs-devel] [PATCH backup 4/7] restore-daemon: remove unused dependencies Maximiliano Sandoval
2024-08-14 9:21 ` [pbs-devel] [PATCH backup 5/7] pxar-bin: " Maximiliano Sandoval
2024-08-14 9:21 ` [pbs-devel] [PATCH backup 6/7] backup-client: " Maximiliano Sandoval
2024-08-14 9:21 ` Maximiliano Sandoval [this message]
2024-08-14 10:19 ` [pbs-devel] applied-series: [PATCH backup 0/7] " 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=20240814092114.219489-8-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.