chore: update Cargo.lock

This commit is contained in:
Michael Aaron Murphy 2026-04-10 15:49:04 +02:00
parent e2bdcf8da4
commit bb15f30fe5
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

6
Cargo.lock generated
View file

@ -1354,7 +1354,6 @@ dependencies = [
"cosmic-client-toolkit", "cosmic-client-toolkit",
"cosmic-mime-apps", "cosmic-mime-apps",
"dirs 6.0.0", "dirs 6.0.0",
"env_logger",
"fastrand", "fastrand",
"filetime", "filetime",
"flate2", "flate2",
@ -1394,8 +1393,11 @@ dependencies = [
"tar", "tar",
"tempfile", "tempfile",
"test-log", "test-log",
"thiserror 2.0.18",
"tikv-jemallocator", "tikv-jemallocator",
"tokio", "tokio",
"tracing",
"tracing-subscriber",
"trash", "trash",
"url", "url",
"uzers", "uzers",
@ -1963,7 +1965,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32e90c2accc4b07a8456ea0debdc2e7587bdd890680d71173a15d4ae604f6eef" checksum = "32e90c2accc4b07a8456ea0debdc2e7587bdd890680d71173a15d4ae604f6eef"
dependencies = [ dependencies = [
"log", "log",
"regex",
] ]
[[package]] [[package]]
@ -1975,7 +1976,6 @@ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",
"env_filter", "env_filter",
"jiff",
"log", "log",
] ]