From: "Fabian Grünbichler" <f.gruenbichler@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup-restore-image 1/2] init: update nix to 0.26
Date: Tue, 24 Jan 2023 11:05:27 +0100 [thread overview]
Message-ID: <20230124100528.1516276-1-f.gruenbichler@proxmox.com> (raw)
and stop tracking Cargo.lock file
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
---
src/init-shim-rs/Cargo.lock | 51 -------------------------------------
src/init-shim-rs/Cargo.toml | 2 +-
2 files changed, 1 insertion(+), 52 deletions(-)
delete mode 100644 src/init-shim-rs/Cargo.lock
diff --git a/src/init-shim-rs/Cargo.lock b/src/init-shim-rs/Cargo.lock
deleted file mode 100644
index a293b3c..0000000
--- a/src/init-shim-rs/Cargo.lock
+++ /dev/null
@@ -1,51 +0,0 @@
-# This file is automatically @generated by Cargo.
-# It is not intended for manual editing.
-[[package]]
-name = "anyhow"
-version = "1.0.34"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7"
-
-[[package]]
-name = "bitflags"
-version = "1.2.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
-
-[[package]]
-name = "cc"
-version = "1.0.62"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f1770ced377336a88a67c473594ccc14eca6f4559217c34f64aac8f83d641b40"
-
-[[package]]
-name = "cfg-if"
-version = "0.1.10"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
-
-[[package]]
-name = "init-shim-rs"
-version = "1.0.0"
-dependencies = [
- "anyhow",
- "nix",
-]
-
-[[package]]
-name = "libc"
-version = "0.2.80"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
-
-[[package]]
-name = "nix"
-version = "0.19.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "85db2feff6bf70ebc3a4793191517d5f0331100a2f10f9bf93b5e5214f32b7b7"
-dependencies = [
- "bitflags",
- "cc",
- "cfg-if",
- "libc",
-]
diff --git a/src/init-shim-rs/Cargo.toml b/src/init-shim-rs/Cargo.toml
index 013395c..eee6c0f 100644
--- a/src/init-shim-rs/Cargo.toml
+++ b/src/init-shim-rs/Cargo.toml
@@ -6,4 +6,4 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
-nix = "0.19"
+nix = "0.26"
--
2.30.2
next reply other threads:[~2023-01-24 10:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-24 10:05 Fabian Grünbichler [this message]
2023-01-24 10:05 ` [pbs-devel] [PATCH proxmox-backup-restore-image 2/2] build: use system toolchain and rust dependencies Fabian Grünbichler
2023-01-30 10:19 ` [pbs-devel] applied-series: [PATCH proxmox-backup-restore-image 1/2] init: update nix to 0.26 Thomas Lamprecht
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=20230124100528.1516276-1-f.gruenbichler@proxmox.com \
--to=f.gruenbichler@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.