diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-10-06 20:36:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-06 20:36:15 +0000 |
| commit | eb60836a39bb7cd7f583b18f19cbfcdf36073880 (patch) | |
| tree | efbb4c553c4e9a6b6edef60cc60ed261b0df0961 | |
| parent | 94fa49c0a33be4dd6ae41afb35b6f3033b01dfcc (diff) | |
| parent | fb27c58a042e5b9166fd475b4442a598bd40a7aa (diff) | |
| download | rust-eb60836a39bb7cd7f583b18f19cbfcdf36073880.tar.gz rust-eb60836a39bb7cd7f583b18f19cbfcdf36073880.zip | |
Merge #10478
10478: minor: Update Cargo.lock r=Veykril a=Veykril This causes CI to fail for some reason I think bors r+ Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 9ad34f71605..e414d39b8d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1761,9 +1761,9 @@ dependencies = [ [[package]] name = "ungrammar" -version = "1.14.5" +version = "1.14.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "395e988af2480b8a8118ad1d5f1f790197d332e3e2585231f742949b63080ef5" +checksum = "fb1cd6666863b2ff36bab1ced85c4b5e651638705f306f3cfad0a367f85ea715" [[package]] name = "unicase" |
