about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorWill Fancher <elvishjerricco@gmail.com>2024-01-01 18:14:05 -0500
committerGitHub <noreply@github.com>2024-01-01 18:14:05 -0500
commit1570f54b759525cea158866fd1ba9a64e87c2545 (patch)
tree8fb7039414c8d5e700cd7f74855a8ef9019b1c16 /pkgs/build-support
parent3349a3d56d594dfe809040279af58168d7b3147e (diff)
parent5ff7811393346a6d6e50e29ab3aade411a5cc3fe (diff)
downloadnixlib-1570f54b759525cea158866fd1ba9a64e87c2545.tar
nixlib-1570f54b759525cea158866fd1ba9a64e87c2545.tar.gz
nixlib-1570f54b759525cea158866fd1ba9a64e87c2545.tar.bz2
nixlib-1570f54b759525cea158866fd1ba9a64e87c2545.tar.lz
nixlib-1570f54b759525cea158866fd1ba9a64e87c2545.tar.xz
nixlib-1570f54b759525cea158866fd1ba9a64e87c2545.tar.zst
nixlib-1570f54b759525cea158866fd1ba9a64e87c2545.zip
Merge pull request #278128 from r-ryantm/auto-update/makeInitrdNGTool
makeInitrdNGTool: 0.1.0 -> 0.1.0
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/kernel/make-initrd-ng/Cargo.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/build-support/kernel/make-initrd-ng/Cargo.lock b/pkgs/build-support/kernel/make-initrd-ng/Cargo.lock
index fe3831a27cdf..1546456a3a85 100644
--- a/pkgs/build-support/kernel/make-initrd-ng/Cargo.lock
+++ b/pkgs/build-support/kernel/make-initrd-ng/Cargo.lock
@@ -57,18 +57,18 @@ checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
 
 [[package]]
 name = "proc-macro2"
-version = "1.0.70"
+version = "1.0.73"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b"
+checksum = "2dd5e8a1f1029c43224ad5898e50140c2aebb1705f19e67c918ebf5b9e797fe1"
 dependencies = [
  "unicode-ident",
 ]
 
 [[package]]
 name = "quote"
-version = "1.0.33"
+version = "1.0.34"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
+checksum = "22a37c9326af5ed140c86a46655b5278de879853be5573c01df185b6f49a580a"
 dependencies = [
  "proc-macro2",
 ]
@@ -95,9 +95,9 @@ dependencies = [
 
 [[package]]
 name = "syn"
-version = "2.0.41"
+version = "2.0.44"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "44c8b28c477cc3bf0e7966561e3460130e1255f7a1cf71931075f1c5e7a7e269"
+checksum = "92d27c2c202598d05175a6dd3af46824b7f747f8d8e9b14c623f19fa5069735d"
 dependencies = [
  "proc-macro2",
  "quote",