Bump accesskit sub-dependency version (#330)

This bumps the `accesskit_consumer` version in `Cargo.lock` to the next
minor version (`0.19.1`).

That version includes better error messages when AccessKit panics.
This commit is contained in:
Olivier FAURE 2024-06-03 16:17:03 +02:00 committed by GitHub
parent 9a28599f57
commit a1ed84ea6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -40,9 +40,9 @@ dependencies = [
[[package]]
name = "accesskit_consumer"
version = "0.19.0"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "329bc2cce90b24356497badc4824c02986298f7b6c5ea208ceed59532448b6f6"
checksum = "f23ed30753d30d46a9395f72166a342e918ebe43cae87b8500638447186e4014"
dependencies = [
"accesskit",
]