mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 13:40:22 +00:00
30 lines
719 B
Diff
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",
|