Update the lockfile after a recent dependency update (#21328)

Follow-up of https://github.com/zed-industries/zed/pull/21288

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2024-11-29 15:39:18 +02:00 committed by GitHub
parent 74f265e5cf
commit a593a04da4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -3902,9 +3902,9 @@ dependencies = [
[[package]]
name = "embed-resource"
version = "2.5.1"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b68b6f9f63a0b6a38bc447d4ce84e2b388f3ec95c99c641c8ff0dd3ef89a6379"
checksum = "4762ce03154ba57ebaeee60cc631901ceae4f18219cbb874e464347471594742"
dependencies = [
"cc",
"memchr",