Files
termux-packages/packages/nushell/Cargo.lock.patch
termux-pacman-bot 62f3c34da6 packages/nushell
2022-07-29 16:15:16 +00:00

30 lines
719 B
Diff

--- a/Cargo.lock
+++ b/Cargo.lock
@@ -13,6 +13,15 @@
]
[[package]]
+name = "android_system_properties"
+version = "0.1.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d7ed72e1635e121ca3e79420540282af22da58be50de153d36f81ddc6b83aa9e"
+dependencies = [
+ "libc",
+]
+
+[[package]]
name = "addr2line"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1670,9 +1679,8 @@
[[package]]
name = "iana-time-zone"
-version = "0.1.37"
+version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "97d0b780e72fefba5e04a8359137b0a5687a44cc893dbda904fcf8a93f2f07e7"
dependencies = [
"core-foundation",
"js-sys",