summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortuturuu <zedddiezxc@gmail.com>2026-01-10 04:50:06 +0100
committertuturuu <zedddiezxc@gmail.com>2026-01-10 04:50:06 +0100
commit5b64295b480f8c8fe5b2584a9b7f94674655183c (patch)
treee0b6eefd23df0cd1e4adf11577523241ba862ede
parent48548f21f63d1234cab10dbc3a919d454b5785d6 (diff)
Sync Cargo lock
-rw-r--r--Cargo.lock18
1 files changed, 7 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 42405ad..d21db34 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -86,21 +86,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
[[package]]
-name = "errno"
-version = "0.3.14"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
-dependencies = [
- "libc",
- "windows-sys",
-]
-
-[[package]]
name = "init"
version = "0.1.0"
dependencies = [
- "errno",
"libc",
+ "liblmod",
]
[[package]]
@@ -116,6 +106,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
[[package]]
+name = "liblmod"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b221585d3f0053b5b80768e115b50edcd5c423b703a9c2c5cbf4bcf417ab227c"
+
+[[package]]
name = "once_cell_polyfill"
version = "1.70.2"
source = "registry+https://github.com/rust-lang/crates.io-index"