Regenerate Cargo.lock via cargo vendor for 0.2.9

Otherwise, the build would fail like this when using `cargo build
--frozen` which is e.g. the case when building Rust code with Nix[1]:

```
error: the lock file /build/source/Cargo.lock needs to be updated but --frozen was passed to prevent this
```

[1] https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/rust.section.md
This commit is contained in:
Maximilian Bosch 2020-11-01 15:16:54 +01:00 committed by FliegendeWurst
parent a1b5ba2b5b
commit ef860819d9

2
Cargo.lock generated
View File

@ -2,7 +2,7 @@
# It is not intended for manual editing.
[[package]]
name = "KIT-ILIAS-downloader"
version = "0.2.8"
version = "0.2.9"
dependencies = [
"anyhow",
"futures-util",