Files
termux-packages/packages/nushell/Cargo.lock.patch
termux-pacman-bot 9f0fbb804a bump(main/nushell): 0.98.0
Fixes #21503.
2024-09-19 23:37:34 +00:00

27 lines
824 B
Diff

Update rustix to get https://github.com/bytecodealliance/rustix/pull/1147
diff -u -r ../nushell-0.98.0/Cargo.lock ./Cargo.lock
--- ../nushell-0.98.0/Cargo.lock 2024-09-18 07:48:46.000000000 +0000
+++ ./Cargo.lock 2024-09-19 22:57:24.495305919 +0000
@@ -2418,7 +2418,7 @@
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [
"cfg-if",
- "windows-targets 0.52.6",
+ "windows-targets 0.48.5",
]
[[package]]
@@ -5433,9 +5433,9 @@
[[package]]
name = "rustix"
-version = "0.38.34"
+version = "0.38.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
+checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
dependencies = [
"bitflags 2.6.0",
"errno",