fix: lock update

This commit is contained in:
Oleksandr Pravdyvyi 2025-09-02 16:11:27 +03:00
parent 348ec65059
commit 4ac2196ddf
No known key found for this signature in database
GPG Key ID: 9F8955C63C443871

View File

@ -1340,6 +1340,15 @@ dependencies = [
"serde",
]
[[package]]
name = "inout"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
dependencies = [
"generic-array",
]
[[package]]
name = "io-uring"
version = "0.7.9"