Skip to content

Commit

Permalink
Update Cargo.lock
Browse files Browse the repository at this point in the history
Note: a build of this commit was deployed as 2.2.8 as well.

This commit bumps tokio to 1.6.1 to fix a major issue caused by
tokio-rs/tokio#3803

Because of the tokio issue, during the storing of files to gdrive,
JSON responses from Google were truncated and thus failed to parse.

Some example errors were:

storage_write::create_stash_file_from_local_file(..., ...) failed, 29 tries left (next in 5 sec): EOF while parsing a value at line 1 column 0

storage_write::create_stash_file_from_local_file(..., ...) failed, 29 tries left (next in 5 sec): EOF while parsing a value at line 1 column 1
  • Loading branch information
ivan committed Jun 1, 2021
1 parent 1082e23 commit 2f6985a
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f6985a

Please sign in to comment.