Fix Cargo.lock

This was mistakenly left out of the commit that updated
freedesktop-icons, breaking cargo with --frozen.

Fixes: c16f761 ("app-list: chore: update freedesktop-icons")
This commit is contained in:
Alyssa Ross 2023-09-21 22:23:35 +00:00
parent 519466f00b
commit a136ee7122
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

4
Cargo.lock generated
View file

@ -1773,9 +1773,9 @@ dependencies = [
[[package]]
name = "freedesktop-icons"
version = "0.2.3"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00e61ac115df4632b592d36b71fda3c259f4c8061c70b7fa429bac145890e880"
checksum = "3f9d46a9ae065c46efb83854bb10315de6d333bb6f4526ebe320c004dab7857e"
dependencies = [
"dirs 4.0.0",
"once_cell",