chore: Update Cargo.lock

This commit is contained in:
Kévin Commaille 2022-10-05 16:09:12 +02:00
parent 91085e91df
commit a6999bd958
No known key found for this signature in database
GPG key ID: DD507DAE96E8245C

2
Cargo.lock generated
View file

@ -1389,7 +1389,7 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75b28b0f9cef67676b9380cd7a918678a10d2c6bb64e5b6ac2f6a1bd41249b9" checksum = "a75b28b0f9cef67676b9380cd7a918678a10d2c6bb64e5b6ac2f6a1bd41249b9"
dependencies = [ dependencies = [
"derive_builder 0.11.2", "derive_builder",
"thiserror", "thiserror",
] ]