aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-03-18 00:42:21 +0100
committermetamuffin <metamuffin@disroot.org>2024-03-18 00:42:21 +0100
commitf427cdf6f7e8fd03418370425f4f663ca4a03121 (patch)
treeca3a019d62dc9bbeee1b3e93b70e81e2077696e1 /Cargo.lock
parent6823e2acbef4f38daa214ddce1fa92bf809db736 (diff)
downloadkeks-meet-f427cdf6f7e8fd03418370425f4f663ca4a03121.tar
keks-meet-f427cdf6f7e8fd03418370425f4f663ca4a03121.tar.bz2
keks-meet-f427cdf6f7e8fd03418370425f4f663ca4a03121.tar.zst
reworking rift: part one
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock260
1 files changed, 182 insertions, 78 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f704aef..36546c8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -184,7 +184,7 @@ dependencies = [
"cesu8",
"jni",
"jni-sys",
- "libc 0.2.152",
+ "libc 0.2.153",
"log",
"ndk",
"ndk-context",
@@ -249,9 +249,9 @@ dependencies = [
[[package]]
name = "anyhow"
-version = "1.0.79"
+version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
+checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
[[package]]
name = "arboard"
@@ -259,7 +259,7 @@ version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac57f2b058a76363e357c056e4f74f1945bf734d37b8b3ef49066c4787dde0fc"
dependencies = [
- "clipboard-win",
+ "clipboard-win 4.5.0",
"log",
"objc",
"objc-foundation",
@@ -631,7 +631,7 @@ dependencies = [
"addr2line",
"cc",
"cfg-if",
- "libc 0.2.152",
+ "libc 0.2.153",
"miniz_oxide",
"object",
"rustc-demangle",
@@ -848,7 +848,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"jobserver",
- "libc 0.2.152",
+ "libc 0.2.153",
]
[[package]]
@@ -887,7 +887,7 @@ version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
dependencies = [
- "libc 0.2.152",
+ "libc 0.2.153",
]
[[package]]
@@ -941,39 +941,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
[[package]]
-name = "client-native-lib"
-version = "0.2.3"
-dependencies = [
- "aes-gcm",
- "base64 0.21.7",
- "bytes",
- "fastpbkdf2",
- "futures-util",
- "hex",
- "log",
- "rand",
- "rand_chacha",
- "serde",
- "serde_json",
- "sha2",
- "tokio",
- "tokio-tungstenite 0.15.0",
- "url",
- "webrtc",
-]
-
-[[package]]
name = "clipboard-win"
version = "4.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362"
dependencies = [
- "error-code",
+ "error-code 2.3.1",
"str-buf",
"winapi",
]
[[package]]
+name = "clipboard-win"
+version = "5.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d517d4b86184dbb111d3556a10f1c8a04da7428d2987bf1081602bf11c3aa9ee"
+dependencies = [
+ "error-code 3.2.0",
+]
+
+[[package]]
name = "cocoa"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -985,7 +972,7 @@ dependencies = [
"core-foundation",
"core-graphics",
"foreign-types 0.5.0",
- "libc 0.2.152",
+ "libc 0.2.153",
"objc",
]
@@ -1000,7 +987,7 @@ dependencies = [
"core-foundation",
"core-graphics-types",
"foreign-types 0.3.2",
- "libc 0.2.152",
+ "libc 0.2.153",
"objc",
]
@@ -1049,7 +1036,7 @@ checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
dependencies = [
"encode_unicode",
"lazy_static",
- "libc 0.2.152",
+ "libc 0.2.153",
"unicode-width",
"windows-sys 0.45.0",
]
@@ -1067,7 +1054,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
- "libc 0.2.152",
+ "libc 0.2.153",
]
[[package]]
@@ -1086,7 +1073,7 @@ dependencies = [
"core-foundation",
"core-graphics-types",
"foreign-types 0.5.0",
- "libc 0.2.152",
+ "libc 0.2.153",
]
[[package]]
@@ -1097,7 +1084,7 @@ checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
- "libc 0.2.152",
+ "libc 0.2.153",
]
[[package]]
@@ -1106,7 +1093,7 @@ version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
dependencies = [
- "libc 0.2.152",
+ "libc 0.2.153",
]
[[package]]
@@ -1452,6 +1439,12 @@ dependencies = [
]
[[package]]
+name = "endian-type"
+version = "0.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
+
+[[package]]
name = "enumflags2"
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1536,7 +1529,7 @@ version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
dependencies = [
- "libc 0.2.152",
+ "libc 0.2.153",
"windows-sys 0.52.0",
]
@@ -1546,11 +1539,17 @@ version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
dependencies = [
- "libc 0.2.152",
+ "libc 0.2.153",
"str-buf",
]
[[package]]
+name = "error-code"
+version = "3.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b"
+
+[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1614,6 +1613,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
[[package]]
+name = "fd-lock"
+version = "4.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
+dependencies = [
+ "cfg-if",
+ "rustix 0.38.30",
+ "windows-sys 0.52.0",
+]
+
+[[package]]
name = "fdeflate"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1845,7 +1855,7 @@ version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
dependencies = [
- "libc 0.2.152",
+ "libc 0.2.153",
"winapi",
]
@@ -1855,7 +1865,7 @@ version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
dependencies = [
- "libc 0.2.152",
+ "libc 0.2.153",
"windows-targets 0.48.5",
]
@@ -1866,7 +1876,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
dependencies = [
"cfg-if",
- "libc 0.2.152",
+ "libc 0.2.153",
"wasi",
]
@@ -2335,7 +2345,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
dependencies = [
"hermit-abi",
- "libc 0.2.152",
+ "libc 0.2.153",
"windows-sys 0.48.0",
]
@@ -2390,7 +2400,7 @@ version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d"
dependencies = [
- "libc 0.2.152",
+ "libc 0.2.153",
]
[[package]]
@@ -2409,11 +2419,11 @@ dependencies = [
"anyhow",
"async-std",
"clap",
- "client-native-lib",
"crossbeam-channel",
"eframe",
"egui",
"env_logger 0.11.1",
+ "libkeks",
"libmpv",
"log",
"tokio",
@@ -2426,8 +2436,8 @@ dependencies = [
"anyhow",
"bytes",
"clap",
- "client-native-lib",
"env_logger 0.11.1",
+ "libkeks",
"log",
"tokio",
]
@@ -2488,9 +2498,31 @@ checksum = "e32a70cf75e5846d53a673923498228bbec6a8624708a9ea5645f075d6276122"
[[package]]
name = "libc"
-version = "0.2.152"
+version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
+checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
+
+[[package]]
+name = "libkeks"
+version = "0.2.3"
+dependencies = [
+ "aes-gcm",
+ "base64 0.21.7",
+ "bytes",
+ "fastpbkdf2",
+ "futures-util",
+ "hex",
+ "log",
+ "rand",
+ "rand_chacha",
+ "serde",
+ "serde_json",
+ "sha2",
+ "tokio",
+ "tokio-tungstenite 0.15.0",
+ "url",
+ "webrtc",
+]
[[package]]
name = "libloading"
@@ -2539,7 +2571,7 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0500463acd96259d219abb05dc57e5a076ef04b2db9a2112846929b5f174c96"
dependencies = [
- "libc 0.2.152",
+ "libc 0.2.153",
"uuid",
"winapi",
]
@@ -2569,7 +2601,7 @@ version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
- "libc 0.2.152",
+ "libc 0.2.153",
]
[[package]]
@@ -2593,7 +2625,7 @@ version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
dependencies = [
- "libc 0.2.152",
+ "libc 0.2.153",
]
[[package]]
@@ -2652,7 +2684,7 @@ version = "0.8.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
dependencies = [
- "libc 0.2.152",
+ "libc 0.2.153",
"wasi",
"windows-sys 0.48.0",
]
@@ -2707,6 +2739,15 @@ dependencies = [
]
[[package]]
+name = "nibble_vec"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
+dependencies = [
+ "smallvec",
+]
+
+[[package]]
name = "nix"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2714,7 +2755,7 @@ checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
dependencies = [
"bitflags 1.3.2",
"cfg-if",
- "libc 0.2.152",
+ "libc 0.2.153",
"memoffset 0.6.5",
]
@@ -2726,12 +2767,24 @@ checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
dependencies = [
"bitflags 1.3.2",
"cfg-if",
- "libc 0.2.152",
+ "libc 0.2.153",
"memoffset 0.7.1",
"pin-utils",
]
[[package]]
+name = "nix"
+version = "0.28.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
+dependencies = [
+ "bitflags 2.4.2",
+ "cfg-if",
+ "cfg_aliases",
+ "libc 0.2.153",
+]
+
+[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2784,7 +2837,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
"hermit-abi",
- "libc 0.2.152",
+ "libc 0.2.153",
]
[[package]]
@@ -3002,7 +3055,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
dependencies = [
"cfg-if",
- "libc 0.2.152",
+ "libc 0.2.153",
"redox_syscall 0.4.1",
"smallvec",
"windows-targets 0.48.5",
@@ -3160,7 +3213,7 @@ dependencies = [
"bitflags 1.3.2",
"cfg-if",
"concurrent-queue",
- "libc 0.2.152",
+ "libc 0.2.153",
"log",
"pin-project-lite",
"windows-sys 0.48.0",
@@ -3205,6 +3258,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
+name = "pretty_env_logger"
+version = "0.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "865724d4dbe39d9f3dd3b52b88d859d66bcb2d6a0acfd5ea68a65fb66d4bdc1c"
+dependencies = [
+ "env_logger 0.10.2",
+ "log",
+]
+
+[[package]]
name = "primeorder"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3257,12 +3320,22 @@ dependencies = [
]
[[package]]
+name = "radix_trie"
+version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
+dependencies = [
+ "endian-type",
+ "nibble_vec",
+]
+
+[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
- "libc 0.2.152",
+ "libc 0.2.153",
"rand_chacha",
"rand_core",
]
@@ -3372,13 +3445,16 @@ dependencies = [
name = "rift"
version = "1.0.0"
dependencies = [
+ "anyhow",
"bytes",
"clap",
- "client-native-lib",
- "env_logger 0.11.1",
"humansize",
"indicatif",
+ "libkeks",
"log",
+ "pretty_env_logger",
+ "rustyline",
+ "shlex",
"tokio",
"users",
]
@@ -3390,7 +3466,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
- "libc 0.2.152",
+ "libc 0.2.153",
"once_cell",
"spin 0.5.2",
"untrusted 0.7.1",
@@ -3406,7 +3482,7 @@ checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b"
dependencies = [
"cc",
"getrandom",
- "libc 0.2.152",
+ "libc 0.2.153",
"spin 0.9.8",
"untrusted 0.9.0",
"windows-sys 0.48.0",
@@ -3469,7 +3545,7 @@ dependencies = [
"bitflags 1.3.2",
"errno",
"io-lifetimes",
- "libc 0.2.152",
+ "libc 0.2.153",
"linux-raw-sys 0.3.8",
"windows-sys 0.48.0",
]
@@ -3482,7 +3558,7 @@ checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca"
dependencies = [
"bitflags 2.4.2",
"errno",
- "libc 0.2.152",
+ "libc 0.2.153",
"linux-raw-sys 0.4.13",
"windows-sys 0.52.0",
]
@@ -3544,6 +3620,28 @@ dependencies = [
]
[[package]]
+name = "rustyline"
+version = "14.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7803e8936da37efd9b6d4478277f4b2b9bb5cdb37a113e8d63222e58da647e63"
+dependencies = [
+ "bitflags 2.4.2",
+ "cfg-if",
+ "clipboard-win 5.3.0",
+ "fd-lock",
+ "home",
+ "libc 0.2.153",
+ "log",
+ "memchr",
+ "nix 0.28.0",
+ "radix_trie",
+ "unicode-segmentation",
+ "unicode-width",
+ "utf8parse",
+ "windows-sys 0.52.0",
+]
+
+[[package]]
name = "ryu"
version = "1.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3647,7 +3745,7 @@ dependencies = [
"bitflags 1.3.2",
"core-foundation",
"core-foundation-sys",
- "libc 0.2.152",
+ "libc 0.2.153",
"security-framework-sys",
]
@@ -3658,7 +3756,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
dependencies = [
"core-foundation-sys",
- "libc 0.2.152",
+ "libc 0.2.153",
]
[[package]]
@@ -3766,12 +3864,18 @@ dependencies = [
]
[[package]]
+name = "shlex"
+version = "1.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
+
+[[package]]
name = "signal-hook-registry"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
- "libc 0.2.152",
+ "libc 0.2.153",
]
[[package]]
@@ -3830,7 +3934,7 @@ dependencies = [
"calloop",
"calloop-wayland-source",
"cursor-icon",
- "libc 0.2.152",
+ "libc 0.2.153",
"log",
"memmap2",
"rustix 0.38.30",
@@ -3851,7 +3955,7 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bb62b280ce5a5cba847669933a0948d00904cf83845c944eae96a4738cea1a6"
dependencies = [
- "libc 0.2.152",
+ "libc 0.2.153",
"smithay-client-toolkit",
"wayland-backend",
]
@@ -3871,7 +3975,7 @@ version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
dependencies = [
- "libc 0.2.152",
+ "libc 0.2.153",
"winapi",
]
@@ -3881,7 +3985,7 @@ version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
dependencies = [
- "libc 0.2.152",
+ "libc 0.2.153",
"windows-sys 0.48.0",
]
@@ -4116,7 +4220,7 @@ checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104"
dependencies = [
"backtrace",
"bytes",
- "libc 0.2.152",
+ "libc 0.2.153",
"mio",
"num_cpus",
"parking_lot",
@@ -4461,7 +4565,7 @@ version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
dependencies = [
- "libc 0.2.152",
+ "libc 0.2.153",
"log",
]
@@ -4995,7 +5099,7 @@ dependencies = [
"cc",
"ipnet",
"lazy_static",
- "libc 0.2.152",
+ "libc 0.2.153",
"log",
"nix 0.26.4",
"rand",
@@ -5308,7 +5412,7 @@ dependencies = [
"cursor-icon",
"icrate",
"js-sys",
- "libc 0.2.152",
+ "libc 0.2.153",
"log",
"memmap2",
"ndk",
@@ -5354,7 +5458,7 @@ version = "2.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
dependencies = [
- "libc 0.2.152",
+ "libc 0.2.153",
"once_cell",
"pkg-config",
]
@@ -5380,7 +5484,7 @@ checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a"
dependencies = [
"as-raw-xcb-connection",
"gethostname 0.4.3",
- "libc 0.2.152",
+ "libc 0.2.153",
"libloading",
"once_cell",
"rustix 0.38.30",
@@ -5596,7 +5700,7 @@ checksum = "44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c"
dependencies = [
"byteorder",
"enumflags2",
- "libc 0.2.152",
+ "libc 0.2.153",
"serde",
"static_assertions",
"zvariant_derive",