summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2024-06-02 14:29:42 -0600
committerGitHub <noreply@github.com>2024-06-02 14:29:42 -0600
commitbe815c261ace9cd0026cff5c8a579cda094e10fd (patch)
tree472f5429ddbda3ed7a57c8ee545cbbc465ca5c6e /Cargo.lock
parentd8a808c0e38db65075fcdc3850a40860378e3d5e (diff)
parentdbbabed606270b257cae984657d778337bea5c3a (diff)
Merge pull request #1567 from sharkdp/dependabot/cargo/nix-0.29.0HEADmaster
build(deps): bump nix from 0.28.0 to 0.29.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock22
1 files changed, 20 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5490f8c..20e7c5b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -145,6 +145,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
[[package]]
+name = "cfg_aliases"
+version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
+
+[[package]]
name = "chrono"
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -328,7 +334,7 @@ dependencies = [
"jemallocator",
"libc",
"lscolors",
- "nix 0.28.0",
+ "nix 0.29.0",
"normpath",
"nu-ansi-term",
"regex",
@@ -516,7 +522,19 @@ checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
dependencies = [
"bitflags 2.5.0",
"cfg-if",
- "cfg_aliases",
+ "cfg_aliases 0.1.1",
+ "libc",
+]
+
+[[package]]
+name = "nix"
+version = "0.29.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
+dependencies = [
+ "bitflags 2.5.0",
+ "cfg-if",
+ "cfg_aliases 0.2.1",
"libc",
]