Add lockfile

This commit is contained in:
Roderick van Domburg 2022-07-28 18:48:26 +02:00
parent 88f7cdbb44
commit 5e60e75282
No known key found for this signature in database
GPG key ID: 87F5FDE8A56219F4

4
Cargo.lock generated
View file

@ -1897,9 +1897,9 @@ dependencies = [
[[package]] [[package]]
name = "ogg" name = "ogg"
version = "0.9.0" version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "960d0efc0531a452c442c777288f704b300a5f743c04a14eba71f9aabc4897ac" checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e"
dependencies = [ dependencies = [
"byteorder", "byteorder",
] ]